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

/gem5/ext/googletest/googletest/test/
H A Dgtest_shuffle_test.py87 def GetTestsForAllIterations(extra_env, args): function
135 GetTestsForAllIterations({}, [AlsoRunDisabledTestsFlag()])[0])
138 ACTIVE_TESTS.extend(GetTestsForAllIterations({}, [])[0])
142 GetTestsForAllIterations({}, [FilterFlag(TEST_FILTER)])[0])
146 GetTestsForAllIterations({TOTAL_SHARDS_ENV_VAR: '3',
151 SHUFFLED_ALL_TESTS.extend(GetTestsForAllIterations(
155 SHUFFLED_ACTIVE_TESTS.extend(GetTestsForAllIterations(
159 SHUFFLED_FILTERED_TESTS.extend(GetTestsForAllIterations(
164 GetTestsForAllIterations({TOTAL_SHARDS_ENV_VAR: '3',
268 GetTestsForAllIterations(
[all...]

Completed in 4 milliseconds