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

Unified Diff: tests/language/language.status

Issue 3008573002: Migrate test block 113 to Dart 2.0. (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
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 9847af67a4e85fcee7ffce8b4b0e8fd1635a8fde..ddd645c8572569efd250e13168f02313faa203e0 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -59,11 +59,6 @@ multiline_strings_test: Fail # Issue 23020
deferred_redirecting_factory_test: Fail, Crash # Issue 23408
redirecting_constructor_initializer_test: RuntimeError # Issue 23488
-[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $checked ]
-# These generic functions tests pass for the wrong reason in checked mode,
-# because the parsed type parameters are mapped to dynamic type.
-generic_functions_test: Pass # Issue 25869
-
[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($runtime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
unicode_bom_test: Fail # Issue 16067
vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint.
@@ -247,7 +242,6 @@ config_import_corelib_test: StaticWarning, OK
[ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && ($compiler == none || $compiler == app_jit || $compiler == precompiler) ]
await_for_test: RuntimeError # issue 28974
-generalized_void_syntax_test: CompileTimeError # Issue #30176.
syntax_test/none: CompileTimeError # Issue #30176.
# flutter uses --error_on_bad_type, --error_on_bad_override
@@ -433,7 +427,6 @@ list_literal_syntax_test/02: CompileTimeError
vm/reflect_core_vm_test: CompileTimeError
vm/debug_break_enabled_vm_test/01: CompileTimeError
vm/debug_break_enabled_vm_test/none: CompileTimeError
-generic_function_typedef2_test/04: CompileTimeError
const_types_test/01: CompileTimeError
const_types_test/02: CompileTimeError
const_types_test/03: CompileTimeError

Powered by Google App Engine
This is Rietveld 408576698