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

Unified Diff: tests/language/language.status

Issue 2607223002: Adjust co19 status files for dartium. (Closed)
Patch Set: Created 4 years 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/co19/co19-dartium.status ('k') | no next file » | 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 c2c43fd97d083256bff2c32900a24c55b22605a9..2bb68e7a0461d92d2962b23f75627accde82090a 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -5,14 +5,15 @@
# This directory contains tests that are intended to show the
# current state of the language.
-tearoff_basic_test: CompileTimeError
-tearoff_constructor_basic_test: CompileTimeError
-
[ $compiler == none || $compiler == app_jit ]
null_is_bottom_test/22: RuntimeError # Issue 28025
null_is_bottom_test/34: RuntimeError # Issue 28025
[ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
+# Tests that use the name#field tear off syntax which has been deprecated.
+tearoff_basic_test: CompileTimeError
+tearoff_constructor_basic_test: CompileTimeError
+# Other issues:
generic_methods_type_expression_test: RuntimeError # Issue 25869
null_is_bottom_test/05: RuntimeError # Issue 28025
null_is_bottom_test/07: RuntimeError # Issue 28025
@@ -108,6 +109,10 @@ type_checks_in_factory_method_test: Fail # Issue 14651.
vm/type_vm_test: Fail # Issue 14651.
[ $compiler == none && ($runtime == dartium || $runtime == drt) ]
+# Tests that use the name#field tear off syntax which has been deprecated.
+tearoff_basic_test: RunTimeError
+tearoff_constructor_basic_test: RunTimeError
+# Other issues.
issue13474_test: Pass, Fail # Issue 14651.
config_import_test: Fail # Issue 14651.
vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn.
« no previous file with comments | « tests/co19/co19-dartium.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698