Index: tests/co19/co19-dart2js.status |
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status |
index e75860983fb3306222837bce39bc9b5ed317c055..c9e016a4d479772eb074bc85806484bc031e71d4 100644 |
--- a/tests/co19/co19-dart2js.status |
+++ b/tests/co19/co19-dart2js.status |
@@ -142,6 +142,20 @@ LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19 |
LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272 |
LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fail # co19 issue 272 |
+LibTest/core/IllegalAccessException/IllegalAccessException_A01_t01: Fail |
+LibTest/core/IllegalAccessException/toString_A01_t01: Fail |
+LibTest/core/List/add_A02_t01: Fail |
+LibTest/core/List/addAll_A02_t01: Fail |
+LibTest/core/List/addLast_A02_t01: Fail |
+LibTest/core/List/clear_A02_t01: Fail |
+LibTest/core/List/insertRange_A02_t01: Fail |
+LibTest/core/List/length_A04_t01: Fail |
+LibTest/core/List/List_A01_t02: Fail |
+LibTest/core/List/removeLast_A02_t01: Fail |
+LibTest/core/List/removeRange_A02_t01: Fail |
+LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail |
+LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01: Fail |
+ |
[ $compiler == dart2js && $unchecked ] |
Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure. |
Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(ahe): Please triage this failure. |
@@ -387,11 +401,11 @@ Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ |
Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A03_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' |
Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail # Runtime error: TypeError: Object 1 has no method '$call$3' |
Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2' |
-LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedOperationException: Currently spawnUri is not supported without web workers. |
-LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedOperationException: Currently spawnUri is not supported without web workers. |
-LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedOperationException: Currently spawnUri is not supported without web workers. |
-LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedOperationException: Currently spawnUri is not supported without web workers. |
-LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedOperationException: Currently spawnUri is not supported without web workers. |
+LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: StateError: Currently spawnUri is not supported without web workers. |
+LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: StateError: Currently spawnUri is not supported without web workers. |
+LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: StateError: Currently spawnUri is not supported without web workers. |
+LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: StateError: Currently spawnUri is not supported without web workers. |
+LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: StateError: Currently spawnUri is not supported without web workers. |
LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined. |
LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect.throws() fails. |