Chromium Code Reviews| Index: tests/co19/co19-dart2js.status |
| diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status |
| index 6785d8413fecb118148ffafea9ce264905897b5f..34b99ce0f8d400096fe3168f7b1ae93cde109315 100644 |
| --- a/tests/co19/co19-dart2js.status |
| +++ b/tests/co19/co19-dart2js.status |
| @@ -149,8 +149,6 @@ LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria |
| LibTest/core/List/getRange_A03_t01: RuntimeError, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184. |
| LibTest/core/List/removeAt_A02_t01: RuntimeError # Issue 1533 |
| LibTest/core/List/sort_A01_t06: Slow, Pass # Slow tests that needs extra time to finish. |
| -LibTest/core/double/INFINITY_A01_t04: RuntimeError # Please triage this failure. |
| -LibTest/core/double/NEGATIVE_INFINITY_A01_t04: RuntimeError # Please triage this failure. |
| LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 issue 308 |
| LibTest/core/int/isEven_A01_t01: RuntimeError, OK # co19 issue 277 |
| LibTest/core/int/isOdd_A01_t01: RuntimeError, OK # co19 issue 277 |
| @@ -293,6 +291,10 @@ WebPlatformTest/dom/nodes/Document-createElement_t01: CompileTimeError # co19-ro |
| WebPlatformTest/dom/nodes/Element-childElementCount-nochild_t01: CompileTimeError # co19-roll r722: Please triage this failure. |
| WebPlatformTest/webstorage/storage_session_setitem_quotaexceedederr_t01: Pass, Slow |
| +[ $compiler == dart2js && $cps_ir == false ] |
| +LibTest/core/double/INFINITY_A01_t04: RuntimeError # double.INFINITY is int |
| +LibTest/core/double/NEGATIVE_INFINITY_A01_t04: RuntimeError # double.NEGATIVE_INFINITY is int |
| + |
| [ $compiler == dart2js && $checked ] |
| Language/Errors_and_Warnings/static_warning_t01: RuntimeError # Please triage this failure |
| Language/Errors_and_Warnings/static_warning_t02: RuntimeError # Please triage this failure |
| @@ -9630,5 +9632,3 @@ LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # Please triage thi |
| LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError # Please triage this failure. |
| LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Please triage this failure. |
| LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Please triage this failure. |
| -LibTest/core/double/INFINITY_A01_t04: Pass # Please triage this failure. |
|
Kevin Millikin (Google)
2016/01/26 13:04:12
Pass is the default :)
|
| -LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Pass # Please triage this failure. |