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

Unified Diff: tests/language_2/language_2.status

Issue 2989453002: Add support for compiling Dart via the FE in dart2js. (Closed)
Patch Set: update status 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
Index: tests/language_2/language_2.status
diff --git a/tests/language_2/language_2.status b/tests/language_2/language_2.status
index 71678134ebca57b0cf728439f37778b782c9af84..3686afa53a17ba0a33236e9950197877bc33c6b9 100644
--- a/tests/language_2/language_2.status
+++ b/tests/language_2/language_2.status
@@ -11,11 +11,11 @@ abstract_factory_constructor_test/00: MissingCompileTimeError
abstract_getter_test/01: MissingCompileTimeError
abstract_syntax_test/00: MissingCompileTimeError
-[ $compiler == dart2js ]
+[ $compiler == dart2js && ! $dart2js_with_kernel ]
accessor_conflict_export2_test: Crash # Issue 25626
accessor_conflict_export_test: Crash # Issue 25626
-[ $compiler == dart2js && $runtime != none ]
+[ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ]
accessor_conflict_import2_test: RuntimeError # Issue 25626
accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
@@ -45,3 +45,15 @@ generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
[ $compiler == dart2js || $compiler == dartk || $compiler == dartdevc ]
generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30208
+
+[ $compiler == dart2js && $dart2js_with_kernel ]
+aborting_switch_case_test: Crash
+abstract_exact_selector_test/none: Crash
+abstract_getter_test/01: Crash
+abstract_method_test: Crash
+abstract_object_method_test: Crash
+arg_param_trailing_comma_test/none: Crash
+arithmetic_test: Crash
+
+[ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
+abstract_exact_selector_test/01: Crash
« pkg/compiler/lib/src/kernel/front_end_adapter.dart ('K') | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698