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

Unified Diff: tests/language/language_dart2js.status

Issue 23519005: Change test language/const_factory_negative_test.dart into a multi-test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index a288d385f18e763747bb95a64645ff4219b5d5e5..288fc7b62821a9140164fc025127ca6076f529f8 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -184,16 +184,10 @@ final_syntax_test/04: Fail # Issue 13020
canonical_const2_test: Fail, OK # Dart2js only has doubles.
bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range.
-# The following test will start to fail again once dart2js implements the
-# runtime semantics for numbers.
-# Should be: Fail, OK # Expects negative results of bit-operations.
optimization_test: Fail, OK # Expects negative results of bit-operations.
-
expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string.
-# Partially implemented redirecting constructors makes this throw instead
-# of failing.
-const_factory_negative_test: Crash, Fail
+const_factory_with_body_test/01: Fail # Issue 13028
assign_top_method_test: Fail
null_test/none: Fail # Issue 12482
@@ -343,6 +337,7 @@ throw7_test/01: Fail # Issue 13019
number_identifier_test/01: Fail # Issue 13014
number_identifier_test/02: Fail # Issue 13014
scope_variable_test/01: Fail # Issue 13016
+const_factory_with_body_test/01: Fail # Issue 13028
# Common with language_dart2js.
factory_redirection_test/01: Fail # Issue 12753
factory_redirection_test/02: Crash # Issue 12753

Powered by Google App Engine
This is Rietveld 408576698