Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/resources/
H A DSVGAnimationTestCase-testharness.js57 var currentTest = 0; variable
61 if (currentTest == expectedResults.length) {
66 moveAnimationTimelineAndSample(currentTest);
67 ++currentTest;
75 if (currentTest > 0)
80 currentTest = 0;
/third_party/skia/tests/
H A DMipMapTest.cpp153 for (auto& currentTest : tests) { in DEF_TEST()
154 int levelCount = SkMipmap::ComputeLevelCount(currentTest.fWidth, currentTest.fHeight); in DEF_TEST()
155 REPORTER_ASSERT(reporter, currentTest.fExpectedLevelCount == levelCount); in DEF_TEST()
199 for (auto& currentTest : tests) { in DEF_TEST()
200 SkISize levelSize = SkMipmap::ComputeLevelSize(currentTest.fBaseWidth, in DEF_TEST()
201 currentTest.fBaseHeight, in DEF_TEST()
202 currentTest.fLevel); in DEF_TEST()
203 REPORTER_ASSERT(reporter, currentTest.fExpectedMipMapLevelSize == levelSize); in DEF_TEST()
/third_party/node/test/parallel/
H A Dtest-promises-unhandled-rejections.js12 let currentTest = null;
15 const stack = currentTest ?
16 `${inspect(error)}\nFrom previous event:\n${currentTest.stack}` :
19 if (currentTest)
20 process.stderr.write(`'${currentTest.description}' failed\n\n`);
38 currentTest = test;
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dctest.c54 static const struct TestNode* currentTest; variable
384 currentTest = root; in iterateTestsWithLevel()
401 currentTest = NULL; in iterateTestsWithLevel()
570 if(currentTest != NULL) { in getTestName()
571 return currentTest->name; in getTestName()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Dctest.c53 static const struct TestNode* currentTest; variable
382 currentTest = root; in iterateTestsWithLevel()
399 currentTest = NULL; in iterateTestsWithLevel()
568 if(currentTest != NULL) { in getTestName()
569 return currentTest->name; in getTestName()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DANGLETest.cpp90 if (testPlatformContext->currentTest) in TestPlatform_overrideWorkaroundsD3D()
92 testPlatformContext->currentTest->overrideWorkaroundsD3D(featuresD3D); in TestPlatform_overrideWorkaroundsD3D()
99 if (testPlatformContext->currentTest) in TestPlatform_overrideFeaturesVk()
101 testPlatformContext->currentTest->overrideFeaturesVk(featuresVulkan); in TestPlatform_overrideFeaturesVk()
616 gPlatformContext.currentTest = this; in ANGLETestSetUp()
763 gPlatformContext.currentTest = nullptr; in ANGLETestTearDown()
H A DANGLETest.h352 ANGLETestBase *currentTest = nullptr; member
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.h95 TestIdentifier currentTest; member
H A DTestSuite.cpp420 TestResult &resultOut = resultsOut->results[resultsOut->currentTest]; in UpdateCurrentTestResult()
463 mTestResults->currentTest = GetTestIdentifier(testInfo);
473 mTestResults->currentTest = TestIdentifier();
1381 if (mTestResults.currentTest.valid()) in onCrashOrTimeout()
1383 TestResult &result = mTestResults.results[mTestResults.currentTest]; in onCrashOrTimeout()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLProgramCacheControlTest.cpp79 reinterpret_cast<EGLProgramCacheControlTest *>(testPlatformContext->currentTest); in TestCacheProgram()
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h730 const detail::TestCase* currentTest = nullptr; member
3176 if(Approx(currentTest->m_timeout).epsilon(DBL_EPSILON) != 0 &&
3177 Approx(seconds).epsilon(DBL_EPSILON) > currentTest->m_timeout)
3180 if(currentTest->m_should_fail) {
3186 } else if(failure_flags && currentTest->m_may_fail) {
3188 } else if(currentTest->m_expected_failures > 0) {
3189 if(numAssertsFailedCurrentTest == currentTest->m_expected_failures) {
4461 m_test_case = g_cs->currentTest;
4514 (g_cs->currentTest == nullptr || !g_cs->currentTest
[all...]

Completed in 19 milliseconds