Chromium Code Reviews| Index: dart/tests/co19/co19-dart2js.status |
| diff --git a/dart/tests/co19/co19-dart2js.status b/dart/tests/co19/co19-dart2js.status |
| index 977184fb928661e09c25bde1751db6eee0fe724e..ef4044c19758b3eea44ca25872d64070c45927bb 100644 |
| --- a/dart/tests/co19/co19-dart2js.status |
| +++ b/dart/tests/co19/co19-dart2js.status |
| @@ -30,7 +30,6 @@ LibTest/core/List/sort_A01_t04: Pass, Slow # http://dartbug.com/11846 |
| LibTest/math/pow_A13_t01: FAIL, OK # co19 issue 507 |
| LibTest/math/pow_A18_t01: FAIL, OK # co19 issue 507 |
| -LibTest/typed_data/ByteData/ByteData_A02_t01: fail # co19-roll r576: Please triage this failure |
| LibTest/typed_data/ByteData/getFloat32_A02_t02: fail # co19-roll r569: Please triage this failure |
| LibTest/typed_data/ByteData/getFloat64_A02_t02: fail # co19-roll r569: Please triage this failure |
| LibTest/typed_data/ByteData/getInt16_A02_t02: fail # co19-roll r569: Please triage this failure |
| @@ -58,6 +57,9 @@ LibTest/typed_data/Uint32List/Uint32List_A02_t01: fail # co19-roll r576: Please |
| LibTest/typed_data/Uint8ClampedList/Uint8ClampedList_A02_t01: fail # co19-roll r576: Please triage this failure |
| LibTest/typed_data/Uint8List/Uint8List_A02_t01: fail # co19-roll r576: Please triage this failure |
| +[ $compiler == dart2js && $runtime != ie9 ] |
|
ricow1
2013/09/10 13:04:37
Is this really right, are we failing this on d8, j
|
| +LibTest/typed_data/ByteData/ByteData_A02_t01: fail # co19-roll r576: Please triage this failure |
| + |
| [ $compiler == dart2js && $runtime == jsshell ] |
| LibTest/isolate/SendPort/send_A02_t05: Fail, Pass # TODO(ahe): Please triage this failure. |
| LibTest/isolate/SendPort/send_A02_t06: Fail, Pass # TODO(ahe): Please triage this failure. |