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

Unified Diff: tests/language/language_dart2js.status

Issue 130143004: Revert "Handle type checking of generic compile time constants." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « tests/language/language_analyzer2.status ('k') | tests/language/regress_14348_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index e7d37774738f4f5082ba8007715f6f503abcb4c5..8e8dc8c0655480f8bb805eebc0cdc40ad011cbb9 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -60,19 +60,8 @@ assertion_test: RuntimeError # Issue 12748
double_to_string_as_exponential2_test: RuntimeError # Issue 12749
double_to_string_as_fixed2_test: RuntimeError # Issue 12749
double_to_string_as_precision2_test: RuntimeError # Issue 12749
-generic_test: RuntimeError, OK
-named_parameters_type_test/01: MissingRuntimeError, OK
-named_parameters_type_test/02: MissingRuntimeError, OK
-named_parameters_type_test/03: MissingRuntimeError, OK
-positional_parameters_type_test/01: MissingRuntimeError, OK
-positional_parameters_type_test/02: MissingRuntimeError, OK
-issue13474_test: RuntimeError, OK
-
-[ $compiler == dart2js && $unchecked ]
-# This section is for tests that intentionally have incompatible behavior in
-# unchecked and checked mode. For instance tests for type errors in compile
-# time constants, which cause static type warnings in unchecked mode and
-# compile-time errors in checked mode. -- Issue 16411.
+list_literal1_test/01: MissingCompileTimeError, OK # Checked mode test.
+map_literal1_test/01: MissingCompileTimeError, OK # Checked mode test.
compile_time_constant_checked_test/02: MissingCompileTimeError, OK
compile_time_constant_checked2_test/01: MissingCompileTimeError, OK
compile_time_constant_checked2_test/02: MissingCompileTimeError, OK
@@ -87,16 +76,13 @@ compile_time_constant_checked3_test/04: MissingCompileTimeError, OK
compile_time_constant_checked3_test/05: MissingCompileTimeError, OK
compile_time_constant_checked3_test/06: MissingCompileTimeError, OK
malformed2_test/01: MissingCompileTimeError, OK
-list_literal1_test/01: MissingCompileTimeError, OK
-map_literal1_test/01: MissingCompileTimeError, OK
-const_constructor2_test/13: MissingCompileTimeError, OK
-const_constructor2_test/14: MissingCompileTimeError, OK
-const_constructor2_test/15: MissingCompileTimeError, OK
-const_constructor2_test/16: MissingCompileTimeError, OK
-const_constructor2_test/17: MissingCompileTimeError, OK
-const_constructor2_test/20: MissingCompileTimeError, OK
-const_constructor2_test/22: MissingCompileTimeError, OK
-const_constructor2_test/24: MissingCompileTimeError, OK
+generic_test: RuntimeError, OK
+named_parameters_type_test/01: MissingRuntimeError, OK
+named_parameters_type_test/02: MissingRuntimeError, OK
+named_parameters_type_test/03: MissingRuntimeError, OK
+positional_parameters_type_test/01: MissingRuntimeError, OK
+positional_parameters_type_test/02: MissingRuntimeError, OK
+issue13474_test: RuntimeError, OK
[ $compiler == dart2js && $minified ]
cyclic_type_test: Fail # Issue 12605
@@ -293,7 +279,7 @@ new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
# Only checked mode reports an error on type assignment
-# problems in compile time constants. -- Issue 16411.
+# problems in compile time constants.
compile_time_constant_checked_test/02: Fail, OK
compile_time_constant_checked2_test/01: Fail, OK
compile_time_constant_checked2_test/02: Fail, OK
@@ -308,14 +294,6 @@ 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
[ $compiler == dart2dart && $checked ]
# Dart VM problems
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/regress_14348_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698