Home
last modified time | relevance | path

Searched refs:expectedToFail (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-runner-import-no-scheme.js41 function test(argv, expectedToFail = false) { argument
43 if (expectedToFail) {
/third_party/node/test/common/
Dwpt.js659 if (specMap.failedTests.some((expectedToFail) => {
660 if (specMap.flakyTests.includes(expectedToFail)) {
663 return this.results[key]?.fail?.expected?.includes(expectedToFail) !== true;
/third_party/libabigail/tests/lib/
Dcatch.hpp4795 bool expectedToFail() const;
12766 if (testInfo.expectedToFail() && deltaTotals.testCases.passed > 0) { in runTest()
14142 bool TestCaseInfo::expectedToFail() const { in expectedToFail() function in Catch::TestCaseInfo