Chromium Code Reviews| Index: tests/co19/co19-co19.status |
| diff --git a/tests/co19/co19-co19.status b/tests/co19/co19-co19.status |
| index cf109df989951fbc58df9640533b5d148f52a302..d5bcc982b13c61c952a7dc63debbd3f5a5c8687f 100644 |
| --- a/tests/co19/co19-co19.status |
| +++ b/tests/co19/co19-co19.status |
| @@ -8,6 +8,11 @@ |
| ### GENERAL FAILURES ### |
| +[ $runtime == vm || $runtime != vm ] |
|
kustermann
2013/10/25 10:44:50
This is not necessary, it's the first section in t
|
| +# Tests that fail everywhere, including the analyzer. |
| +LibTest/core/Match/str_A01_t01: Fail, OK # Issue 635 |
| +LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Issue 635 |
| +LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Issue 635 |
| [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ] |
| Language/05_Variables/05_Variables_A06_t01: fail, pass, ok # co19 issue 624 |
| @@ -39,9 +44,6 @@ LibTest/collection/IterableBase/IterableBase_class_A01_t02: RuntimeError # co19- |
| LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError # co19-roll r623: Please triage this failure |
| LibTest/core/Set/IterableBase_A01_t01: RuntimeError # co19-roll r623: Please triage this failure |
| -LibTest/core/Match/str_A01_t01: RuntimeError # Issue 635 |
| -LibTest/core/RegExp/allMatches_A01_t01: RuntimeError # Issue 635 |
| - |
| [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ] |
| LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01: fail # co19-roll r569: Please triage this failure |
| LibTest/core/List/removeAt_A02_t01: RuntimeError # co19-roll r623: Please triage this failure |