| Index: tests/language/language_dart2js.status
|
| ===================================================================
|
| --- tests/language/language_dart2js.status (revision 15232)
|
| +++ tests/language/language_dart2js.status (working copy)
|
| @@ -70,7 +70,7 @@
|
|
|
| [ $compiler == dart2js && $unchecked ]
|
| assertion_test: Fail
|
| -new_expression_type_args_test/02: Fail # Test does not conform with spec.
|
| +type_variable_bounds_test/07: Fail # Wrongly reports compile-time error.
|
| factory_redirection_test/08: Fail
|
| factory_redirection_test/09: Fail
|
| factory_redirection_test/10: Fail
|
| @@ -96,6 +96,8 @@
|
| compile_time_constant_checked3_test/06: Fail, OK
|
|
|
| [ $compiler == dart2js ]
|
| +new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
|
| +new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
|
| double_int_to_string_test: Fail # Issue 1533 (double/integer distinction)
|
| mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic).
|
| arithmetic_test: Fail # http://dartbug.com/6627
|
|
|