Chromium Code Reviews| Index: tests/co19/co19-dart2js.status |
| diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status |
| index 00b479abcecebb9616f6c8cbc75c00e19be96d74..950a18979961e05f018e45b90a0d912308b43e33 100644 |
| --- a/tests/co19/co19-dart2js.status |
| +++ b/tests/co19/co19-dart2js.status |
| @@ -142,6 +142,19 @@ 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/List/filter_A03_t01: Fail, OK # co19 issue 274 |
|
ahe
2012/10/23 07:19:27
This is the perfect place to add this comment. Tha
|
| +LibTest/core/List/some_A03_t01: Fail, OK # co19 issue 274 |
| +LibTest/core/List/forEach_A02_t01: Fail, OK # co19 issue 274 |
| +LibTest/core/List/every_A03_t01: Fail, OK # co19 issue 274 |
| +LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 274 |
| +LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 274 |
| +LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 274 |
| +LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 274 |
| +LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 274 |
| +LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 274 |
| +LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 274 |
| + |
| + |
| [ $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. |
| @@ -339,15 +352,9 @@ Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail # |
| Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined |
| Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined |
| Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined |
| -LibTest/core/Future/handleException_A01_t07: Fail # Runtime error: TypeError: Cannot call method '$call$1' of undefined |
| -LibTest/core/Future/then_A01_t05: Fail # Runtime error: TypeError: Cannot call method '$call$1' of undefined |
| Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Runtime error: TypeError: Cannot call method '$call$2' of undefined |
| -Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # Runtime error: TypeError: Object has no method '$call$2' |
| Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Runtime error: TypeError: Object #<A> has no method '$call$0' |
| -Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A02_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' |
| 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. |
| @@ -779,8 +786,6 @@ Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # http: |
| # Unexpected runtime errors. |
| # |
| [ $compiler == dart2js ] |
| -Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A05_t02: Fail # TypeError: Object #<C> has no method 'call$0' |
| -Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0' |
| Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastError expected') |
| Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastError: Casting value of type Number to incompatible type G |
| Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastError: Casting value of type Number to incompatible type G |