Home
last modified time | relevance | path

Searched refs:expectMatch (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dstack_manipulation.dart28 final Match expectMatch = line4.firstMatch(stackLines[4]);
29 assert(expectMatch != null);
30 assert(expectMatch.groupCount == 2);
33 frame: '${expectMatch.group(1)} line ${expectMatch.group(2)}',
/third_party/skia/tests/
DPathOpsExtendedTest.cpp271 ExpectMatch expectMatch) { in comparePaths() argument
276 if (ExpectMatch::kNo == expectMatch) { in comparePaths()
285 if (ExpectMatch::kYes == expectMatch && errors2x2 >= MAX_ERRORS) { in comparePaths()
393 static void json_status(ExpectSuccess expectSuccess, ExpectMatch expectMatch, bool opSucceeded) { in json_status() argument
398 expectMatch = ExpectMatch::kFlaky; in json_status()
402 ExpectMatch::kNo == expectMatch ? "no" : in json_status()
403 ExpectMatch::kYes == expectMatch ? "yes" : "flaky"); in json_status()
462 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) { in inner_simplify() argument
482 json_status(expectSuccess, expectMatch, false); in inner_simplify()
492 json_status(expectSuccess, expectMatch, true); in inner_simplify()
[all …]
/third_party/flutter/skia/tests/
DPathOpsExtendedTest.cpp363 ExpectMatch expectMatch) { in comparePaths() argument
368 if (ExpectMatch::kNo == expectMatch) { in comparePaths()
377 if (ExpectMatch::kYes == expectMatch && errors2x2 >= MAX_ERRORS) { in comparePaths()
485 static void json_status(ExpectSuccess expectSuccess, ExpectMatch expectMatch, bool opSucceeded) { in json_status() argument
490 expectMatch = ExpectMatch::kFlaky; in json_status()
494 ExpectMatch::kNo == expectMatch ? "no" : in json_status()
495 ExpectMatch::kYes == expectMatch ? "yes" : "flaky"); in json_status()
561 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) { in inner_simplify() argument
584 json_status(expectSuccess, expectMatch, false); in inner_simplify()
594 json_status(expectSuccess, expectMatch, true); in inner_simplify()
[all …]
/third_party/flutter/skia/modules/pathkit/tests/
Dpathops.spec.js141 if (test.expectMatch === 'yes'){
149 } else if (test.expectMatch === 'flaky') {
196 if (test.expectMatch === 'yes'){
204 } else if (test.expectMatch === 'flaky') {
/third_party/skia/modules/pathkit/tests/
Dpathops.spec.js141 if (test.expectMatch === 'yes'){
149 } else if (test.expectMatch === 'flaky') {
196 if (test.expectMatch === 'yes'){
204 } else if (test.expectMatch === 'flaky') {
/third_party/icu/icu4c/source/test/intltest/
Dregextst.h77 …virtual void TestCase11049(const char *pattern, const char *data, UBool expectMatch, int32_t lineN…
Dregextst.cpp5692 void RegexTest::TestCase11049(const char *pattern, const char *data, UBool expectMatch, int32_t lin… in TestCase11049() argument
5706 if (result != expectMatch) { in TestCase11049()
5708 __FILE__, lineNumber, expectMatch, result, pattern, data); in TestCase11049()
5722 if (result != expectMatch) { in TestCase11049()
5724 __FILE__, lineNumber, expectMatch, result, pattern, data); in TestCase11049()