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

Unified Diff: tests/language/language_dart2js.status

Issue 10332250: Attempt to fix dart2js redness (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
===================================================================
--- tests/language/language_dart2js.status (revision 7745)
+++ tests/language/language_dart2js.status (working copy)
@@ -185,7 +185,7 @@
setter_declaration_negative_test: Fail, OK # Negative language test.
static_field1_run_negative_test: Fail, OK # Negative language test.
static_field2_run_negative_test: Fail, OK # Negative language test.
-static_final_field2_negative_test: Fail, OK # Negative language test.
+static_final_field2_negative_test: Fail, OK # Negative language test.too
static_final_field_negative_test: Fail, OK # Negative language test.
static_top_level_test/00: Fail, OK # Negative language test.
static_top_level_test/01: Fail, OK # Negative language test.
@@ -209,6 +209,10 @@
disable_privacy_test: Fail, OK # VM specific test.
numbers_test: Fail, OK # (unintended?) VM specific test.
+final_syntax_test/01: Fail
+final_syntax_test/02: Fail
+final_syntax_test/03: Fail
+final_syntax_test/04: Fail
Lasse Reichstein Nielsen 2012/05/21 04:49:08 For 03 and 04, the test is: Expect.equals(42, F0
div_by_zero_test: Fail, OK # Leg only has doubles.
bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range.
@@ -221,8 +225,6 @@
list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-10-31.
-final_syntax_test/none: Fail, OK # Uses deprecated "StrConstant + StrConstant".
-
[ $compiler == dart2js && $mode == release ]
assign_top_method_negative_test: Crash
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698