| Index: tests/co19/co19-dart2js.status
|
| diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
|
| index 1e779a8e9e202cd83d58fcc3fd4b2b1ee4936fd4..ae8309a3d2c95029d37616562ab7ccf6c4d83351 100644
|
| --- a/tests/co19/co19-dart2js.status
|
| +++ b/tests/co19/co19-dart2js.status
|
| @@ -245,7 +245,6 @@ Language/11_Expressions/18_Assignment_A08_t04: Fail, OK
|
| [ $compiler == dart2js && $checked ]
|
| Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TODO(ahe): Please triage this failure.
|
| Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TODO(ahe): Please triage this failure.
|
| -Language/07_Classes/6_Constructors/2_Factories_A03_t07: Fail # TODO(ahe): Please triage this failure.
|
| Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure.
|
| Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure.
|
| Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please triage this failure.
|
| @@ -256,7 +255,6 @@ Language/11_Expressions/03_Numbers_A05_t02: Fail # TODO(ahe): Please triage this
|
| Language/11_Expressions/06_Lists_A09_t01: Fail # TODO(ahe): Please triage this failure.
|
| Language/11_Expressions/06_Lists_A09_t04: Fail # TODO(ahe): Please triage this failure.
|
| Language/11_Expressions/06_Lists_A09_t05: Fail # TODO(ahe): Please triage this failure.
|
| -Language/11_Expressions/07_Maps_A10_t04: Fail # TODO(ahe): Please triage this failure.
|
| Language/11_Expressions/07_Maps_A10_t05: Fail # TODO(ahe): Please triage this failure.
|
| Language/11_Expressions/07_Maps_A11_t01: Fail # TODO(ahe): Please triage this failure.
|
| Language/11_Expressions/11_Instance_Creation/1_New_A07_t01: Fail # TODO(ahe): Please triage this failure.
|
| @@ -279,7 +277,6 @@ LibTest/core/AssertionError/column_A01_t02: Fail # TODO(ahe): Please triage this
|
| LibTest/core/AssertionError/failedAssertion_A01_t01: Fail # TODO(ahe): Please triage this failure.
|
| LibTest/core/AssertionError/line_A01_t02: Fail # TODO(ahe): Please triage this failure.
|
| LibTest/core/AssertionError/url_A01_t01: Fail # TODO(ahe): Please triage this failure.
|
| -LibTest/core/Map/putIfAbsent_A01_t04: Fail # TODO(ahe): Please triage this failure.
|
| LibTest/core/Match/pattern_A01_t01: Fail # TODO(ahe): Please triage this failure.
|
| LibTest/core/Match/str_A01_t01: Fail # TODO(ahe): Please triage this failure.
|
| LibTest/core/RegExp/RegExp_A01_t02: Fail # TODO(ahe): Please triage this failure.
|
| @@ -293,12 +290,15 @@ LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur
|
| LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this failure.
|
| LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure.
|
|
|
| +Language/12_Statements/06_For/1_For_Loop_A01_t09: Fail # dartbug.com/5022
|
| +
|
| Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # http://dartbug.com/3970
|
|
|
| Language/14_Types/3_Type_Declarations/1_Typedef_A01_t01: Fail # http://dartbug.com/5022
|
|
|
| LibTest/core/List/operator_subscript_A03_t01: Fail # http://dartbug.com/9228
|
| LibTest/core/List/operator_subscripted_assignment_A03_t01: Fail # http://dartbug.com/9228
|
| +Language/09_Generics/09_Generics_A04_t01: Fail, OK # 1.0 is an int in dart2js; dartbug.com/1533.
|
|
|
| [ $compiler == dart2js ]
|
| LibTest/core/int/operator_GT_A01_t01: Fail, OK # co19 issue 200
|
| @@ -491,6 +491,7 @@ LibTest/core/List/addLast_A02_t01: Fail # Issue 397
|
|
|
| # Issues with co19 test suite in checked mode.
|
| [ $compiler == dart2js && $checked ]
|
| +Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail, OK # test should be marked type-error
|
| LibTest/core/Set/intersection_A01_t01: Fail # issue 390
|
| LibTest/core/Set/intersection_A01_t02: Fail # issue 390
|
| LibTest/core/Set/intersection_A01_t03: Fail # issue 390
|
| @@ -650,11 +651,6 @@ Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023
|
| Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023
|
|
|
| Language/14_Types/4_Interface_Types_A05_t04: Fail # http://dartbug.com/5022
|
| -Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5022
|
| -Language/14_Types/4_Interface_Types_A10_t06: Fail # http://dartbug.com/5022
|
| -Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5022
|
| -Language/14_Types/4_Interface_Types_A10_t08: Fail # http://dartbug.com/5022
|
| -Language/14_Types/4_Interface_Types_A10_t09: Fail # http://dartbug.com/5022
|
|
|
| Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5683
|
| Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5683
|
|
|