| Index: tests/co19/co19-co19.status
|
| diff --git a/tests/co19/co19-co19.status b/tests/co19/co19-co19.status
|
| index ee5f5bb5a7ffcf7653dd00a06d0b5ddce1f67520..630eeacd7225e761e0a0b69c25d7c41bce0cf2da 100644
|
| --- a/tests/co19/co19-co19.status
|
| +++ b/tests/co19/co19-co19.status
|
| @@ -13,7 +13,7 @@
|
|
|
| LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19 issue 668
|
|
|
| -[ $runtime == vm || $runtime == dartium || $compiler == dart2dart || $compiler == dart2js ]
|
| +[ $compiler != dartanalyzer && $compiler != dart2analyzer ]
|
| Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co19-roll r587: Please triage this failure
|
| Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co19-roll r587: Please triage this failure
|
|
|
| @@ -31,7 +31,6 @@ LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError, OK # co19 issue
|
| LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError, OK # co19 issue 663
|
| LibTest/core/Set/IterableBase_A01_t01: RuntimeError, OK # co19 issue 663
|
|
|
| -[ $runtime == vm || $runtime == dartium || $compiler == dart2js ]
|
| LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44
|
| LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44
|
| LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44
|
| @@ -49,11 +48,6 @@ LibTest/core/double/round_A01_t04: FAIL, OK # co19 issue 389
|
| LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672)
|
| LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 (not fixed in r672)
|
|
|
| -
|
| -[ $runtime == dartium || $compiler == dart2js ]
|
| -LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524
|
| -
|
| -[ $runtime == vm || $compiler == none || $compiler == dart2js ]
|
| LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674)
|
| LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639
|
| LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639
|
| @@ -86,9 +80,11 @@ LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639
|
|
|
| Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # co19 issue 638
|
|
|
| +[ $runtime == dartium || $compiler == dart2js ]
|
| +LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524
|
|
|
| ### CHECKED MODE FAILURES ###
|
|
|
| -[ ($runtime == vm || $runtime == dartium || $compiler == dart2js) && $checked]
|
| +[ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ]
|
| LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-roll r607: Please triage this failure
|
| LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure
|
|
|