Chromium Code Reviews| Index: tests/co19/co19-dart2js.status |
| diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status |
| index 92ccffde42ad25c4b7971ea31834c4f9fdd257c0..44a4e12cf2ebc452b4d94c450137d105503f5e71 100644 |
| --- a/tests/co19/co19-dart2js.status |
| +++ b/tests/co19/co19-dart2js.status |
| @@ -449,6 +449,8 @@ Language/14_Libraries_and_Scripts/1_Imports_A03_t30: fail # co19 issue 723 |
| Language/15_Types/4_Interface_Types_A11_t01: crash # Issue 21174 |
| Language/15_Types/4_Interface_Types_A11_t02: crash # Issue 21174 |
| Language/15_Types/4_Interface_Types_A12_t10: fail # co19 issue 716 |
| +LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19 issue 735 |
|
karlklose
2014/12/16 07:55:33
Maybe add the full URL to co19 tests.
sigurdm
2014/12/16 08:02:19
Done.
|
| +LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19 issue 735 |
| LibTest/core/DateTime/DateTime_A01_t03: fail # co19-roll r546: Please triage this failure |
| LibTest/core/DateTime/parse_A03_t01: fail # co19-roll r546: Please triage this failure |
| LibTest/core/Duration/operator_div_A01_t01: fail # co19-roll r546: Please triage this failure |
| @@ -628,8 +630,6 @@ LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure |
| LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure |
| LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triage this failure |
| -LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure |
| -LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure |
| [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| LibTest/async/DeferredLibrary/*: Skip # Issue 17458 |