| Index: tests/language/language_dart2js.status
|
| ===================================================================
|
| --- tests/language/language_dart2js.status (revision 16540)
|
| +++ tests/language/language_dart2js.status (working copy)
|
| @@ -87,8 +87,9 @@
|
| compile_time_constant_checked3_test/06: Fail, OK
|
|
|
| [ $compiler == dart2js ]
|
| +call_operator_test: Fail # Issue 7622.
|
| class_literal_test: Fail
|
| -identical_closure_test: Fail # Fix for identical closure has not been implemented in dart2js yet: https://chromiumcodereview.appspot.com/11612022/
|
| +identical_closure_test: Fail # Fix for identical closure has not been implemented in dart2js yet: https://chromiumcodereview.appspot.com/11612022/
|
| class_cycle_test/02: Fail # Issue 7468.
|
| class_cycle_test/03: Fail # Issue 7468.
|
| invocation_mirror_test: Fail
|
|
|