Home
last modified time | relevance | path

Searched refs:ExpectSuccess (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp74 enum class ExpectSuccess { class
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 in testSimplifyCheck()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_extensions_test.cpp47 ExpectSuccess, ValidateKnownExtensions,
72 TEST_P(ValidateKnownExtensions, ExpectSuccess) { in TEST_P()
219 TEST_P(ValidateAMDShaderBallotCapabilities, ExpectSuccess) { in TEST_P()
231 INSTANTIATE_TEST_SUITE_P(ExpectSuccess, ValidateAMDShaderBallotCapabilities,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_extensions_test.cpp47 ExpectSuccess, ValidateKnownExtensions,
72 TEST_P(ValidateKnownExtensions, ExpectSuccess) { in TEST_P()
219 TEST_P(ValidateAMDShaderBallotCapabilities, ExpectSuccess) { in TEST_P()
231 INSTANTIATE_TEST_SUITE_P(ExpectSuccess, ValidateAMDShaderBallotCapabilities,
/third_party/spirv-tools/test/val/
H A Dval_extensions_test.cpp45 ExpectSuccess, ValidateKnownExtensions,
70 TEST_P(ValidateKnownExtensions, ExpectSuccess) { in TEST_P()
217 TEST_P(ValidateAMDShaderBallotCapabilities, ExpectSuccess) { in TEST_P()
229 INSTANTIATE_TEST_SUITE_P(ExpectSuccess, ValidateAMDShaderBallotCapabilities,
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A 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, in due_to()
1208 ABSL_MUST_USE_RESULT ExpectConformanceOf<ExpectSuccess, T, EqClasses...,
1223 ABSL_MUST_USE_RESULT ExpectConformanceOf<ExpectSuccess, T, EqClasses...,
1244 return ExpectSuccess in with_strict_profile()
[all...]

Completed in 6 milliseconds