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

Unified Diff: tests/language_2/language_2.status

Issue 2984443003: Migrate the language tests up to arithmetic_test. (Closed)
Patch Set: generic_methods_generic_function_result_test isn't working on DDC yet. Created 3 years, 5 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/arithmetic_test.dart ('k') | tests/language_strong/abstract_factory_constructor_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.status
diff --git a/tests/language_2/language_2.status b/tests/language_2/language_2.status
index 5a431f827585b9380b2999d086a07e02449cd010..7644419b6c721c4b8a5fb1bf82af06a2c9a3f8dc 100644
--- a/tests/language_2/language_2.status
+++ b/tests/language_2/language_2.status
@@ -7,14 +7,33 @@
[ $runtime == vm || $compiler == dart2js || $runtime == dart_precompiled || ($compiler == dart2analyzer && ! $strong) ]
abstract_beats_arguments_test: MissingCompileTimeError
abstract_exact_selector_test/01: MissingCompileTimeError
+abstract_factory_constructor_test/00: MissingCompileTimeError
abstract_getter_test/01: MissingCompileTimeError
+abstract_syntax_test/00: MissingCompileTimeError
-[ $compiler == dart2analyzer && $strong]
+[ $compiler == dart2js ]
+accessor_conflict_export2_test: Crash # Issue 25626
+accessor_conflict_export_test: Crash # Issue 25626
+
+[ $compiler == dart2js && $runtime != none ]
+accessor_conflict_import2_test: RuntimeError # Issue 25626
+accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
+accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
+accessor_conflict_import_test: RuntimeError # Issue 25626
+
+[ $compiler == dartdevc || $compiler == dart2analyzer ]
+accessor_conflict_export2_test: CompileTimeError # Issue 25626
+accessor_conflict_export_test: CompileTimeError # Issue 25626
+accessor_conflict_import2_test: CompileTimeError # Issue 25626
+accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626
+accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626
+accessor_conflict_import_test: CompileTimeError # Issue 25626
+
+[ $compiler == dart2analyzer && $strong ]
generic_methods_generic_function_result_test: CompileTimeError # Issue #30207
-[ $compiler == dart2analyzer && ! $strong]
+[ $compiler == dart2analyzer && ! $strong ]
generic_methods_generic_function_result_test: StaticWarning # Issue #30207
-[ $compiler == dart2js || $compiler == dartk]
+[ $compiler == dart2js || $compiler == dartk || $compiler == dartdevc ]
generic_methods_generic_function_result_test: CompileTimeError # Issue #30208
-
« no previous file with comments | « tests/language_2/arithmetic_test.dart ('k') | tests/language_strong/abstract_factory_constructor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698