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

Unified Diff: tests/language/language.status

Issue 150223002: Add 'static type error' tags to multitests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rename 'static type error' to 'checked mode compile-time error'. Created 6 years, 9 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 | « tests/language/const_constructor2_test.dart ('k') | tests/language/language_analyzer.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 2d2d8b893e54f1eafa4eee60858ca6d9552220b1..fa5aaeb304afa9d8b0100be4aa2248bf74abb4b2 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -28,32 +28,6 @@ unicode_bom_test: Fail # Issue 16067
[ $compiler == none && $checked ]
type_variable_bounds4_test/01: Fail # Issue 14006
-[ $compiler == none && $unchecked ]
-# Only checked mode reports an error on type assignment
-# problems in compile time constants. -- Issue 16411.
-compile_time_constant_checked_test/02: Fail, OK
-compile_time_constant_checked2_test/01: Fail, OK
-compile_time_constant_checked2_test/02: Fail, OK
-compile_time_constant_checked2_test/03: Fail, OK
-compile_time_constant_checked2_test/04: Fail, OK
-compile_time_constant_checked2_test/05: Fail, OK
-compile_time_constant_checked2_test/06: Fail, OK
-compile_time_constant_checked3_test/01: Fail, OK
-compile_time_constant_checked3_test/02: Fail, OK
-compile_time_constant_checked3_test/03: Fail, OK
-compile_time_constant_checked3_test/04: Fail, OK
-compile_time_constant_checked3_test/05: Fail, OK
-compile_time_constant_checked3_test/06: Fail, OK
-malformed2_test/01: Fail, OK
-const_constructor2_test/13: Fail, OK
-const_constructor2_test/14: Fail, OK
-const_constructor2_test/15: Fail, OK
-const_constructor2_test/16: Fail, OK
-const_constructor2_test/17: Fail, OK
-const_constructor2_test/20: Fail, OK
-const_constructor2_test/22: Fail, OK
-const_constructor2_test/24: Fail, OK
-
[ $runtime == vm || (($runtime == drt || $runtime == dartium) && $compiler == none) ]
call_test: Fail # Issue 12602
dynamic_prefix_core_test: Fail # Issue 12478
@@ -76,9 +50,9 @@ positional_parameters_type_test/01: Fail # Issue 13719: Please triage this failu
positional_parameters_type_test/02: Fail # Issue 13719: Please triage this failure.
assertion_test: Fail # Issue 13719: Please triage this failure.
generic_test: Fail # Issue 13719: Please triage this failure.
-list_literal1_test/01: Fail # Issue 13719: Please triage this failure.
+#list_literal1_test/01: Fail # Issue 13719: Please triage this failure.
list_literal4_test: Fail # Issue 13719: Please triage this failure.
-map_literal1_test/01: Fail # Issue 13719: Please triage this failure.
+#map_literal1_test/01: Fail # Issue 13719: Please triage this failure.
map_literal4_test: Fail # Issue 13719: Please triage this failure.
type_checks_in_factory_method_test: Fail # Issue 13719: Please triage this failure.
vm/type_vm_test: Fail # Issue 13719: Please triage this failure.
« no previous file with comments | « tests/language/const_constructor2_test.dart ('k') | tests/language/language_analyzer.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698