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

/gem5/src/systemc/tests/systemc/datatypes/fx/bit/
H A Dmain.cpp55 static void test_cases(ostream& out, int wl, int iwl) function
64 test_cases(cout, wl, wl);
/gem5/ext/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc59 TestCase const** const test_cases = local
63 test_cases[i] = unit_test.GetTestCase(i);
65 std::sort(test_cases,
66 test_cases + unit_test.total_test_case_count(),
68 return test_cases;
123 const TestCase** const test_cases = UnitTestHelper::GetSortedTestCases(); local
125 EXPECT_STREQ("ApiTest", test_cases[0]->name());
126 EXPECT_STREQ("DISABLED_Test", test_cases[1]->name());
128 EXPECT_STREQ("TestCaseWithCommentTest/0", test_cases[2]->name());
131 delete[] test_cases;
247 const TestCase** const test_cases = UnitTestHelper::GetSortedTestCases(); local
[all...]
H A Dgtest_shuffle_test.py121 test_cases = []
124 if not test_case in test_cases:
125 test_cases.append(test_case)
127 return test_cases
246 test_cases = []
249 if test_cases and test_cases[-1] != test_case:
250 test_cases.append(test_case)
251 self.assertEqual(1, test_cases.count(test_case),

Completed in 7 milliseconds