Searched refs:test_random (Results 1 – 9 of 9) sorted by relevance
19 uint32_t test_random(void) { in test_random() function39 test_random(); in test_random_seed()
193 j = test_random() % (1 + i); in run_tests()231 jstep = test_random() % all_tests[i].num; in run_tests()
742 def test_random(self): member in ArgsTestCase754 test_random = int(match.group(1))763 self.assertEqual(test_random2, test_random)
172 def test_random(self): member in DumbDBMTestCase
155 def test_random(self, n=25): member in TestBisect
379 def test_random(self): member in BasicSocketTests
727 test_random (void) in test_random() function1513 g_test_add_func ("/gmenu/random", test_random); in main()
462 uint32_t test_random(void);
3160 - Issue #19588: Fixed tests in test_random that were silently skipped most6036 - Issue #17789: test_random now works with unittest test discovery.