Home
last modified time | relevance | path

Searched refs:ExpectSuccess (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/tests/
DPathOpsExtendedTest.cpp74 enum class ExpectSuccess { enum
393 static void json_status(ExpectSuccess expectSuccess, ExpectMatch expectMatch, bool opSucceeded) { in json_status()
395 ExpectSuccess::kNo == expectSuccess ? "no" : in json_status()
396 ExpectSuccess::kYes == expectSuccess ? "yes" : "flaky"); in json_status()
462 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) { in inner_simplify()
477 if (ExpectSuccess::kYes == expectSuccess) { in inner_simplify()
487 if (ExpectSuccess::kNo == expectSuccess) { in inner_simplify()
512 return inner_simplify(reporter, path, filename, ExpectSuccess::kYes, SkipAssert::kNo, in testSimplify()
517 return inner_simplify(reporter, path, filename, ExpectSuccess::kFlaky, SkipAssert::kYes, in testSimplifyFuzz()
524 ExpectSuccess::kYes : ExpectSuccess::kNo, SkipAssert::kNo, ExpectMatch::kNo); in testSimplifyCheck()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_extensions_test.cpp47 ExpectSuccess, ValidateKnownExtensions,
72 TEST_P(ValidateKnownExtensions, ExpectSuccess) { in TEST_P() argument
219 TEST_P(ValidateAMDShaderBallotCapabilities, ExpectSuccess) { in TEST_P() argument
231 INSTANTIATE_TEST_SUITE_P(ExpectSuccess, ValidateAMDShaderBallotCapabilities,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_extensions_test.cpp47 ExpectSuccess, ValidateKnownExtensions,
72 TEST_P(ValidateKnownExtensions, ExpectSuccess) { in TEST_P() argument
219 TEST_P(ValidateAMDShaderBallotCapabilities, ExpectSuccess) { in TEST_P() argument
231 INSTANTIATE_TEST_SUITE_P(ExpectSuccess, ValidateAMDShaderBallotCapabilities,
/third_party/spirv-tools/test/val/
Dval_extensions_test.cpp47 ExpectSuccess, ValidateKnownExtensions,
72 TEST_P(ValidateKnownExtensions, ExpectSuccess) { in TEST_P() argument
219 TEST_P(ValidateAMDShaderBallotCapabilities, ExpectSuccess) { in TEST_P() argument
231 INSTANTIATE_TEST_SUITE_P(ExpectSuccess, ValidateAMDShaderBallotCapabilities,
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dconformance_testing.h1150 template <bool ExpectSuccess, class T, class... EqClasses>
1162 ABSL_MUST_USE_RESULT ExpectConformanceOf<ExpectSuccess, T, EqClasses...,
1172 absl::enable_if_t<!ExpectSuccess && sizeof...(EqClasses) == 0 &&
1176 ABSL_MUST_USE_RESULT ExpectConformanceOf<ExpectSuccess, T, EqClasses...>
1185 absl::enable_if_t<ExpectSuccess && sizeof...(EqClasses) == 0 &&
1189 ABSL_MUST_USE_RESULT ExpectConformanceOf<ExpectSuccess, T, EqClasses...>
1193 static_assert(!ExpectSuccess,
1208 ABSL_MUST_USE_RESULT ExpectConformanceOf<ExpectSuccess, T, EqClasses...,
1223 ABSL_MUST_USE_RESULT ExpectConformanceOf<ExpectSuccess, T, EqClasses...,
1244 return ExpectSuccess ? test_result.assertionResult()
[all …]
/third_party/typescript/src/testRunner/unittests/services/
DconvertToAsyncFunction.ts296 ExpectSuccess = ExpectSuggestionDiagnostic | ExpectAction, enumerator
417 …nvertToAsyncFunction", ConvertToAsyncTestFlags.IncludeLib | ConvertToAsyncTestFlags.ExpectSuccess);
433 …tFlags.IncludeLib | ConvertToAsyncTestFlags.IncludeModule | ConvertToAsyncTestFlags.ExpectSuccess);