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

Commit 866c40c1 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:...

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

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2110725



Change-Id: I3f933580ca812967968accf993a30c7f0b613964
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c05cf8df a11238fd
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;