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

Unified Diff: tests/language/language_dart2js.status

Issue 24789003: Fix test failure expectations and update status files. (Closed) Base URL: http://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
===================================================================
--- tests/language/language_dart2js.status (revision 27975)
+++ tests/language/language_dart2js.status (working copy)
@@ -3,6 +3,7 @@
# BSD-style license that can be found in the LICENSE file.
[ $compiler == dart2js || $compiler == dart2dart ]
+bad_constructor_test/05: CompileTimeError # Issue 13669
block_scope_test: CompileTimeError # Issue 13204.
null_test/03: MissingCompileTimeError # Issue 12445.
black_listed_test/none: CompileTimeError # Issue 12446.
@@ -12,6 +13,12 @@
full_stacktrace2_test: Pass, RuntimeError # Issue 12698
full_stacktrace3_test: Pass, RuntimeError # Issue 12698
stacktrace_test: Pass, RuntimeError # # Issue 12698
+illegal_invocation_test/01: CompileTimeError # Issue 13630
+instantiate_type_variable_test/01: CompileTimeError # Issue 13631
+library_ambiguous_test/00: CompileTimeError # Issue 13632
+library_ambiguous_test/01: CompileTimeError # Issue 13632
+library_ambiguous_test/02: CompileTimeError # Issue 13632
+library_ambiguous_test/03: CompileTimeError # Issue 13632
# VM specific tests that should not be run by dart2js.
vm/*: Skip # Issue 12699
@@ -105,7 +112,6 @@
setter_override_test/03: MissingCompileTimeError # Issue 11496
setter_override2_test/02: CompileTimeError # Issue 11496
constructor_named_arguments_test/01: CompileTimeError # Issue 5519
-getter_no_setter_test/01: MissingCompileTimeError # Issue 5519
not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838
not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838
not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838
@@ -261,7 +267,6 @@
final_syntax_test/02: Fail # Issue 13020
final_syntax_test/03: Fail # Issue 13020
final_syntax_test/04: Fail # Issue 13020
-getter_no_setter_test/01: Fail # Issue 5519
named_parameters_aggregated_test/03: Fail # Issue 12813
not_enough_positional_arguments_test/01: Fail # Issue 12839
not_enough_positional_arguments_test/02: Fail # Issue 12839

Powered by Google App Engine
This is Rietveld 408576698