| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 658b2647453b7b69c5a189d788ea1f7bba4b44a7..d6ab9e342e56d912ada9129d2879afde3bb58ebc 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| @@ -27,6 +27,7 @@ FieldOverrideTest/none: Fail # Issue 742: field shadowing now allowed
|
| FieldOverrideTest/01: Fail # Issue 742: field shadowing now allowed
|
| Prefix22Test: Fail # Issue 575
|
| Prefix23Test: Fail # Issue 575
|
| +PseudoKWClassTest: Fail # Issue 356
|
|
|
| ImplicitThisTest/01: Fail # Issue 374 (not yet specified)
|
| ImplicitThisTest/02: Fail # Issue 374
|
| @@ -144,7 +145,6 @@ Prefix11NegativeTest: Fail # Bug 5406175
|
| Prefix12NegativeTest: Fail # Bug 5406175
|
| Prefix16NegativeTest: Fail # Bug 5532534
|
| Prefix3NegativeTest: Fail # Bug 5406175
|
| -PseudoKWNegativeTest: Fail # Bug 4979760.
|
| RegExp3Test: Fail # 5299683
|
| ScopeNegativeTest: Fail # Bug 4207538.
|
| StackOverflowTest: Fail # Bug 4591172.
|
| @@ -275,7 +275,6 @@ PrivateMemberTest: Fail
|
| PrivateMember2NegativeTest: Fail
|
| PrivateMember3NegativeTest: Fail
|
| PrivateTest: Fail
|
| -PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356
|
| RegExp3Test: Fail
|
| ScopeNegativeTest: Fail
|
| ScriptNegativeTest: Fail
|
|
|