Home
last modified time | relevance | path

Searched defs:test_info (Results 1 – 25 of 32) sorted by relevance

12

/third_party/mesa3d/src/gallium/tests/unit/
Du_prim_verts_test.c6 struct test_info { struct
12 struct test_info tests[] = { argument
/third_party/openssl/test/testutil/
Ddriver.c30 typedef struct test_info { struct
31 const char *test_case_name;
32 int (*test_fn) (void);
33 int (*param_test_fn)(int idx);
34 int num;
37 int subtest:1;
Dtests.c109 void test_info(const char *file, int line, const char *desc, ...) in test_info() function
/third_party/googletest/googletest/samples/
Dsample9_unittest.cc60 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
76 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
135 const TestInfo& test_info = *test_suite.GetTestInfo(j); in main() local
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h797 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()
960 static bool TestPassed(const TestInfo* test_info) { in TestPassed()
965 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped()
970 static bool TestFailed(const TestInfo* test_info) { in TestFailed()
976 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled()
981 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()
986 static bool TestReportable(const TestInfo* test_info) { in TestReportable()
991 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
/third_party/googletest/googletest/test/
Dgoogletest-param-test-test.cc839 const ::testing::TestInfo* const test_info = in TEST_P() local
860 const ::testing::TestInfo* const test_info = in TEST_P() local
874 const ::testing::TestInfo* const test_info = in TEST_F() local
967 const ::testing::TestInfo* test_info = test_suite->GetTestInfo(test_num); in TEST() local
982 const ::testing::TestInfo* const test_info = in TEST_P() local
1007 const ::testing::TestInfo* const test_info = in TEST_P() local
1037 const ::testing::TestInfo* const test_info = in TEST_P() local
1065 const ::testing::TestInfo* const test_info = in TEST_P() local
Dgoogletest-failfast-unittest_.cc129 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart()
140 void OnTestEnd(const ::testing::TestInfo& test_info) override { in OnTestEnd()
Dgtest-unittest-api_test.cc211 const TestInfo* const test_info = test_suite->GetTestInfo(0); in TEST() local
Dgoogletest-shuffle-test_.cc83 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
/third_party/googletest/googletest/include/gtest/
Dgtest.h646 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()
815 static bool TestPassed(const TestInfo* test_info) { in TestPassed()
820 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped()
825 static bool TestFailed(const TestInfo* test_info) { in TestFailed()
831 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled()
836 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()
841 static bool TestReportable(const TestInfo* test_info) { in TestReportable()
846 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
/third_party/node/deps/googletest/include/gtest/
Dgtest.h638 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()
807 static bool TestPassed(const TestInfo* test_info) { in TestPassed()
812 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped()
817 static bool TestFailed(const TestInfo* test_info) { in TestFailed()
823 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled()
828 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()
833 static bool TestReportable(const TestInfo* test_info) { in TestReportable()
838 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
/third_party/libevdev/test/
Dtest-context.c9 START_TEST(test_info) in START_TEST() argument
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl09.c72 static void test_info(void) in test_info() function
/third_party/python/Lib/test/
Dtest_urllibnet.py85 def test_info(self): member in urlopenNetworkTests
Dtest_urllib.py209 def test_info(self): member in urlopen_FileTests
652 def test_info(self): member in urlopen_DataTests
Dtest_urllib2_localnet.py625 def test_info(self): member in TestUrlopen
/third_party/googletest/googletest/src/
Dgtest-internal-inl.h673 TestInfo* test_info) { in AddTestInfo()
1176 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
1180 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
Dgtest.cc2778 TestInfo* const test_info = in MakeAndRegisterTestInfo() local
2972 void TestSuite::AddTestInfo(TestInfo* test_info) { in AddTestInfo()
3321 static void PrintFullTestCommentIfPresent(const TestInfo& test_info) { in PrintFullTestCommentIfPresent()
3452 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart()
3459 void PrettyUnitTestResultPrinter::OnTestDisabled(const TestInfo& test_info) { in OnTestDisabled()
3481 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
3545 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintFailedTests() local
3594 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintSkippedTests() local
3699 void BriefUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
4206 const TestInfo& test_info) { in OutputXmlTestInfo()
[all …]
/third_party/node/deps/googletest/src/
Dgtest-internal-inl.h674 TestInfo* test_info) { in AddTestInfo()
1177 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
1181 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
Dgtest.cc2768 TestInfo* const test_info = in MakeAndRegisterTestInfo() local
2962 void TestSuite::AddTestInfo(TestInfo* test_info) { in AddTestInfo()
3334 static void PrintFullTestCommentIfPresent(const TestInfo& test_info) { in PrintFullTestCommentIfPresent()
3465 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart()
3472 void PrettyUnitTestResultPrinter::OnTestDisabled(const TestInfo& test_info) { in OnTestDisabled()
3494 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
3558 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintFailedTests() local
3607 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintSkippedTests() local
3712 void BriefUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
4226 const TestInfo& test_info) { in OutputXmlTestInfo()
[all …]
/third_party/mesa3d/src/gtest/src/
Dgtest-internal-inl.h675 TestInfo* test_info) { in AddTestInfo()
1170 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
1174 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
Dgtest.cc2586 TestInfo* const test_info = in MakeAndRegisterTestInfo() local
2789 void TestSuite::AddTestInfo(TestInfo* test_info) { in AddTestInfo()
3083 static void PrintFullTestCommentIfPresent(const TestInfo& test_info) { in PrintFullTestCommentIfPresent()
3212 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart()
3236 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd()
3301 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintFailedTests() local
3326 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintSkippedTests() local
3784 const TestInfo& test_info) { in OutputXmlTestInfo()
4163 const TestInfo& test_info) { in OutputJsonTestInfo()
5509 TestInfo* const test_info = test_suite->test_info_list()[j]; in FilterTests() local
[all …]
/third_party/jerryscript/tests/unit-core/
Dtest-objects-foreach.cpp145 static const jerry_object_native_info_t test_info = variable
/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc698 const TestInfo* const test_info = in RegisterUseByOnCallOrExpectCall() local
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h532 std::shared_ptr<TestInfo> test_info = *test_it; in RegisterTests() local

12