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

Unified Diff: tests/language/language.status

Issue 9264051: Fix for bug 1229: Unary operator plus is not allowed ... except for literals. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' 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
« no previous file with comments | « runtime/vm/token.h ('k') | tests/language/language-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
===================================================================
--- tests/language/language.status (revision 3743)
+++ tests/language/language.status (working copy)
@@ -12,7 +12,7 @@
# 1) Copy the old version of the test to
# tests/language/src/TestName[Dartc|VM|Frog]Test.dart.
# to maintain coverage.
-# 2) File a bug on each archtiecture for the failure due to the language change.
+# 2) File a bug on each architecture for the failure due to the language change.
# 3) Update the language/src directory with the updated test.
prefix language
@@ -57,8 +57,6 @@
NamedParameters3Test: Fail
NamedParameters4Test: Fail
-UnaryPlusNegativeTest: Fail # Issue 1229
-
# Issue 1350.
StringEscape1NegativeTest: Fail
StringEscape4NegativeTest: Fail
@@ -174,6 +172,7 @@
SyntaxTest/31: Fail # Issue 1108
SyntaxTest/32: Fail # Issue 1108
SyntaxTest/33: Fail # Issue 1108
+LiteralUnaryPlusTest/01: Fail # Issue 1399
PseudoKWTest: Fail # Issue 356
NamingTest: Fail # Issue 356
@@ -216,6 +215,7 @@
[ $component == frog ]
ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
+LiteralUnaryPlusTest/01: Fail # Issue 1400
[ $component == frogsh || $component == frog || ($component == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) || $component == frogium ]
Factory3Test: Fail # Issue 417
« no previous file with comments | « runtime/vm/token.h ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698