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

Unified Diff: tests/language_2/language_2_vm.status

Issue 3001113002: Fix typevariable_substitution2_test (Closed)
Patch Set: Created 3 years, 4 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_2/language_2_dart2js.status ('k') | tests/language_2/typevariable_substitution2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_2/language_2_vm.status
diff --git a/tests/language_2/language_2_vm.status b/tests/language_2/language_2_vm.status
index b2e5a931825c29bb3051b3e71b52c55addba1abf..c9f3c6f89f85c691ced8ac1341da44b0f32c9bd0 100644
--- a/tests/language_2/language_2_vm.status
+++ b/tests/language_2/language_2_vm.status
@@ -105,7 +105,6 @@ class_literal_test/25: MissingCompileTimeError
generic_constructor_mixin_test/01: MissingCompileTimeError
generic_constructor_mixin2_test/01: MissingCompileTimeError
generic_constructor_mixin3_test/01: MissingCompileTimeError
-typevariable_substitution2_test/02: MissingCompileTimeError
# The VM and does not implement the Dart 2.0 runtime checks yet unless
# --checked is explicitly passed).
@@ -113,6 +112,7 @@ typevariable_substitution2_test/02: MissingCompileTimeError
bool_check_test: RuntimeError
bool_condition_check_test: RuntimeError
function_subtype_inline2_test: RuntimeError
+typevariable_substitution2_test/02: RuntimeError
# The VM doesn't enforce that potentially const expressions are actually
# const expressions when the constructor is called with `const`.
« no previous file with comments | « tests/language_2/language_2_dart2js.status ('k') | tests/language_2/typevariable_substitution2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698