Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb2afde6 authored by Jordan Abrahams-Whitehead's avatar Jordan Abrahams-Whitehead Committed by Automerger Merge Worker
Browse files

Merge "vts: Upsize 8bit uniform_int_distribution" am: 13a42ed1 am: c7e13d92

parents 215e06a9 c7e13d92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1262,7 +1262,7 @@ class CompilationCachingSecurityTest
        FILE* pFile = fopen(filename.c_str(), "a");
        uint32_t appendLength = getRandomInt(1, 256);
        for (uint32_t i = 0; i < appendLength; i++) {
            ASSERT_NE(fputc(getRandomInt<uint8_t>(0, 255), pFile), EOF);
            ASSERT_NE(fputc(getRandomInt<uint16_t>(0, 255), pFile), EOF);
        }
        fclose(pFile);
        *skip = false;
+1 −1
Original line number Diff line number Diff line
@@ -1253,7 +1253,7 @@ class CompilationCachingSecurityTest
        FILE* pFile = fopen(filename.c_str(), "a");
        uint32_t appendLength = getRandomInt(1, 256);
        for (uint32_t i = 0; i < appendLength; i++) {
            ASSERT_NE(fputc(getRandomInt<uint8_t>(0, 255), pFile), EOF);
            ASSERT_NE(fputc(getRandomInt<uint16_t>(0, 255), pFile), EOF);
        }
        fclose(pFile);
        *skip = false;
+1 −1
Original line number Diff line number Diff line
@@ -1068,7 +1068,7 @@ class CompilationCachingSecurityTest
        FILE* pFile = fopen(filename.c_str(), "a");
        uint32_t appendLength = getRandomInt(1, 256);
        for (uint32_t i = 0; i < appendLength; i++) {
            ASSERT_NE(fputc(getRandomInt<uint8_t>(0, 255), pFile), EOF);
            ASSERT_NE(fputc(getRandomInt<uint16_t>(0, 255), pFile), EOF);
        }
        fclose(pFile);
        *skip = false;