Searched refs:expectedToFail (Results 1 – 3 of 3) sorted by relevance
41 function test(argv, expectedToFail = false) { argument43 if (expectedToFail) {
659 if (specMap.failedTests.some((expectedToFail) => {660 if (specMap.flakyTests.includes(expectedToFail)) {663 return this.results[key]?.fail?.expected?.includes(expectedToFail) !== true;
4795 bool expectedToFail() const;12766 if (testInfo.expectedToFail() && deltaTotals.testCases.passed > 0) { in runTest()14142 bool TestCaseInfo::expectedToFail() const { in expectedToFail() function in Catch::TestCaseInfo