| Index: dart/tests/language/language.status
|
| diff --git a/dart/tests/language/language.status b/dart/tests/language/language.status
|
| index 0402d93ac192271881fae0146dec7b243e5dba5d..404cd50af1ce3b4741fe677ba5c71b92e5e2457d 100644
|
| --- a/dart/tests/language/language.status
|
| +++ b/dart/tests/language/language.status
|
| @@ -165,7 +165,6 @@ interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
|
| # declarations are simply not parsed. In pseudo kw dart2js
|
| # chokes on things like typedef(x) => "typedef $x" and alike.
|
| abstract_syntax_test/01: Fail
|
| -abstract_syntax_test/02: Fail
|
| pseudo_kw_test: Fail
|
| # external keyword is not yet supported by dart2js/dart2dart.
|
| external_test/*: Skip
|
| @@ -223,7 +222,6 @@ get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1
|
| get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
|
| 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/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
|
|
|