| Index: tests/co19/co19-dart2js.status
|
| diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
|
| index 51b0b3464d734e6d35147da50828e9d4c88427b1..79c59355e35621a8da76460c331dfecdaeec73d6 100644
|
| --- a/tests/co19/co19-dart2js.status
|
| +++ b/tests/co19/co19-dart2js.status
|
| @@ -3,6 +3,8 @@
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| [ $compiler == dart2js ]
|
| +Language/10_Expressions/30_Type_Cast_A02_t03: Fail, OK # co19 issue 236
|
| +
|
| Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
|
| Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.com/5017
|
| Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/5429
|
| @@ -723,9 +725,9 @@ Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_
|
| Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0'
|
| Language/10_Expressions/30_Type_Cast_A02_t01: Fail # Expect.identical(expected: <Instance of 'C'>, actual: <Instance of 'C'>) fails.
|
| Language/10_Expressions/30_Type_Cast_A02_t02: Fail # Expect.fail('NullPointerException expected')
|
| -Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastException expected')
|
| -Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastException: Casting value of type Number to incompatible type G
|
| -Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastException: Casting value of type Number to incompatible type G
|
| +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
|
| Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails.
|
|
|
| Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020
|
|
|