| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 12409)
|
| +++ tests/language/language.status (working copy)
|
| @@ -99,6 +99,7 @@
|
| compile_time_constant_checked3_test/06: Fail, OK
|
|
|
| [ $compiler == dartc ]
|
| +language/implicit_this_test/none: Fail # should not warn about allocating SubAbstract2
|
| metadata_test: Fail
|
| bad_constructor_test/04: Fail # Constructor name clashes with other member
|
| bad_constructor_test/05: Fail # Constructor name clashes with other member
|
| @@ -265,7 +266,6 @@
|
| bad_constructor_test/04: Fail
|
| bad_constructor_test/05: Fail
|
| bad_constructor_test/06: Fail
|
| -interface_test/00: Fail
|
| argument_definition_test/*: Skip # Not implemented.
|
| argument_definition2_test: Skip # Not implemented. Fails in minified tests.
|
| call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved()' which fails on the VM
|
| @@ -376,9 +376,6 @@
|
| get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
|
| get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
|
| get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
|
| -get_set_syntax_test/09: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
|
| -get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
|
| -get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
|
| get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
|
| get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
|
| get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
|
|
|