Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Unified Diff: tests/language/language.status

Issue 9147006: fix issue 356 by making test match spec (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gilad feedback Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 658b2647453b7b69c5a189d788ea1f7bba4b44a7..93669684c81edaeb57249ebce7d7db969c9d02f6 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,10 @@ 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
+PseudoKWNegativeTest/05: Fail # Issue 356
+PseudoKWNegativeTest/07: Fail # Issue 356
+PseudoKWNegativeTest/08: Fail # Issue 356
+PseudoKWNegativeTest/12: Fail # Issue 356
ImplicitThisTest/01: Fail # Issue 374 (not yet specified)
ImplicitThisTest/02: Fail # Issue 374
@@ -144,7 +148,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.
@@ -157,6 +160,20 @@ ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
Throw7NegativeTest: Fail # Bug 4208459.
TypeChecksInFactoryMethodTest: Fail # Issue 925
+PseudoKWNegativeTest/01: Fail # Issue 356
+PseudoKWNegativeTest/02: Fail # Issue 356
+PseudoKWNegativeTest/03: Fail # Issue 356
+PseudoKWNegativeTest/04: Fail # Issue 356
+PseudoKWNegativeTest/05: Fail # Issue 356
+PseudoKWNegativeTest/06: Fail # Issue 356
+PseudoKWNegativeTest/07: Fail # Issue 356
+PseudoKWNegativeTest/08: Fail # Issue 356
+PseudoKWNegativeTest/09: Fail # Issue 356
+PseudoKWNegativeTest/10: Fail # Issue 356
+PseudoKWNegativeTest/11: Fail # Issue 356
+PseudoKWNegativeTest/12: Fail # Issue 356
+PseudoKWNegativeTest/13: Fail # Issue 356
+
# VM or Frog specific tests that should not be run by DartC.
*VMTest: Skip
*VMNegativeTest: Skip
@@ -275,7 +292,6 @@ PrivateMemberTest: Fail
PrivateMember2NegativeTest: Fail
PrivateMember3NegativeTest: Fail
PrivateTest: Fail
-PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356
RegExp3Test: Fail
ScopeNegativeTest: Fail
ScriptNegativeTest: Fail
@@ -295,6 +311,20 @@ ImplicitThisTest/03: Fail # Issue 376
ImplicitThisTest/04: Fail # Issue 376
ImplicitThisTest/none: Fail # Issue 376
+PseudoKWNegativeTest/01: Fail # Issue 356
+PseudoKWNegativeTest/02: Fail # Issue 356
+PseudoKWNegativeTest/03: Fail # Issue 356
+PseudoKWNegativeTest/04: Fail # Issue 356
+PseudoKWNegativeTest/05: Fail # Issue 356
+PseudoKWNegativeTest/06: Fail # Issue 356
+PseudoKWNegativeTest/07: Fail # Issue 356
+PseudoKWNegativeTest/08: Fail # Issue 356
+PseudoKWNegativeTest/09: Fail # Issue 356
+PseudoKWNegativeTest/10: Fail # Issue 356
+PseudoKWNegativeTest/11: Fail # Issue 356
+PseudoKWNegativeTest/12: Fail # Issue 356
+PseudoKWNegativeTest/13: Fail # Issue 356
+
[ ($component == frogsh || $component == frog || $component == frogium) && $unchecked ]
PrivateMemberTest/01: Fail # test seems bad - see issue #353
« no previous file with comments | « no previous file | tests/language/src/PseudoKWNegativeTest.dart » ('j') | tests/language/src/PseudoKWNegativeTest.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698