Index: tests/co19/co19-dart2js.status |
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status |
index c7132f257a78969971903851945778f4378c10cd..b2e69b4008d6df66844eba46d9442750a3b729c0 100644 |
--- a/tests/co19/co19-dart2js.status |
+++ b/tests/co19/co19-dart2js.status |
@@ -544,6 +544,9 @@ LibTest/core/RegExp/allMatches_A01_t01: Fail # co19 Issue 400, 422 |
LibTest/core/String/indexOf_A01_t02: Fail # Issue 427 |
LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427 |
+LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no longer const. Issue TODO |
+LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue TODO |
Lasse Reichstein Nielsen
2013/07/03 13:06:13
And again.
floitsch
2013/07/03 14:50:20
Done.
|
+ |
[ $compiler == dart2js && $unchecked ] |
LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there aren't enough elements in the iterable. Issue 402 |