| Index: tests/language/language_dart2js.status
|
| ===================================================================
|
| --- tests/language/language_dart2js.status (revision 16786)
|
| +++ tests/language/language_dart2js.status (working copy)
|
| @@ -93,12 +93,12 @@
|
| [ $compiler == dart2js ]
|
| call_operator_test: Fail # Issue 7622.
|
| class_literal_test: Fail # Issue 7626.
|
| -identical_closure_test: Fail # Fix for identical closure has not been implemented in dart2js yet: https://chromiumcodereview.appspot.com/11612022/
|
| +identical_closure2_test: Fail # Issues 563, 1533
|
| class_cycle_test/02: Fail # Issue 7468.
|
| class_cycle_test/03: Fail # Issue 7468.
|
| invocation_mirror_test: Fail
|
| built_in_identifier_prefix_test: Fail # http://dartbug.com/6972
|
| -number_identity2_test: Fail # identity of NaN
|
| +number_identity2_test: Fail # Issue 563: identity of NaN
|
| 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)
|
|
|