Home
last modified time | relevance | path

Searched refs:RandomGeneratorTest (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/tint/fuzzers/
H A Drandom_generator_test.cc43 class RandomGeneratorTest : public testing::Test { class
54 TEST_F(RandomGeneratorTest, GetUInt32ReversedBoundsCrashes) { in TEST_F()
58 TEST_F(RandomGeneratorTest, GetUInt32EmptyBoundsCrashes) { in TEST_F()
62 TEST_F(RandomGeneratorTest, GetUInt32ZeroBoundCrashes) { in TEST_F()
67 TEST_F(RandomGeneratorTest, GetUInt32SingularReturnsOneValue) { in TEST_F()
78 TEST_F(RandomGeneratorTest, GetUInt32StaysInBounds) { in TEST_F()
92 TEST_F(RandomGeneratorTest, GetUInt64ReversedBoundsCrashes) { in TEST_F()
96 TEST_F(RandomGeneratorTest, GetUInt64EmptyBoundsCrashes) { in TEST_F()
100 TEST_F(RandomGeneratorTest, GetUInt64ZeroBoundCrashes) { in TEST_F()
105 TEST_F(RandomGeneratorTest, GetUInt64SingularReturnsOneValu
[all...]

Completed in 1 milliseconds