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

Unified Diff: tests/language_2/language_2_precompiled.status

Issue 3011443002: [gardening] Second attempt (last one this week) at adjusting precompiler status file. (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_2/language_2_precompiled.status
diff --git a/tests/language_2/language_2_precompiled.status b/tests/language_2/language_2_precompiled.status
index c18afc091d96cc482933f36eb194e9505f933a78..ac5de8d5b95d1b8d0317f890b86884c8158d0443 100644
--- a/tests/language_2/language_2_precompiled.status
+++ b/tests/language_2/language_2_precompiled.status
@@ -110,7 +110,6 @@ generic_methods_named_parameters_test: RuntimeError
generic_methods_optional_parameters_test: RuntimeError
generic_methods_overriding_test/01: MissingCompileTimeError
generic_methods_overriding_test/03: MissingCompileTimeError
-generic_methods_recursive_bound_test/02: MissingCompileTimeError
generic_methods_reuse_type_variables_test: RuntimeError
generic_methods_simple_as_expression_test/02: MissingRuntimeError
generic_methods_simple_is_expression_test: RuntimeError
@@ -144,6 +143,7 @@ function_subtype_inline2_test: RuntimeError
generic_constructor_mixin_test/01: MissingCompileTimeError
generic_constructor_mixin2_test/01: MissingCompileTimeError
generic_constructor_mixin3_test/01: MissingCompileTimeError
+generic_methods_recursive_bound_test/02: MissingCompileTimeError
typevariable_substitution2_test/02: RuntimeError
[ $compiler == precompiler && $runtime == dart_precompiled && $checked ]
@@ -182,6 +182,8 @@ async_star_regression_2238_test: CompileTimeError, RuntimeError
[ $runtime == dart_precompiled ]
async_star_cancel_while_paused_test: RuntimeError
async_star_pause_test: Fail, OK
+generic_methods_recursive_bound_test/02: Crash
+generic_methods_recursive_bound_test/03: Crash
[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($runtime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
class_keyword_test/02: MissingCompileTimeError # Issue 13627
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698