Home
last modified time | relevance | path

Searched defs:testInfo (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp439 TestIdentifier GetTestIdentifier(const testing::TestInfo &testInfo) in GetTestIdentifier()
460 void OnTestStart(const testing::TestInfo &testInfo) override in OnTestStart()
467 void OnTestEnd(const testing::TestInfo &testInfo) override in OnTestEnd()
492 bool IsTestDisabled(const testing::TestInfo &testInfo) in IsTestDisabled()
511 const testing::TestInfo &testInfo = *testSuite.GetTestInfo(testIndex); in FilterTests() local
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDawnPerfTest.cpp398 const ::testing::TestInfo* const testInfo = in PrintResultImpl() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp391 const ::testing::TestInfo *const testInfo = in SetupEnvironmentVarsForCaptureReplay() local
618 const testing::TestInfo *testInfo = testing::UnitTest::GetInstance()->current_test_info(); in ANGLETestSetUp() local
/third_party/libabigail/tests/lib/
Dcatch.hpp5574 TestCaseInfo testInfo; member
12483 void registerTest( TestCase const& testInfo ) override { in registerTest()
12750 auto const& testInfo = testCase.getTestCaseInfo(); in runTest() local
12945 auto const& testInfo = m_activeTestCase->getTestCaseInfo(); in handleFatalErrorCondition() local
17173 void ListeningReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting()
17230 void ListeningReporter::skipTest( TestCaseInfo const& testInfo ) { in skipTest()
17281 void XmlReporter::testRunStarting( TestRunInfo const& testInfo ) { in testRunStarting()
17302 void XmlReporter::testCaseStarting( TestCaseInfo const& testInfo ) { in testCaseStarting()