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

Unified Diff: tests/language/language_kernel.status

Issue 2641433002: Support tests using VMOptions also with kernel (Closed)
Patch Set: More fixes Created 3 years, 11 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/language.status ('k') | tools/testing/dart/compiler_configuration.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_kernel.status
diff --git a/tests/language/language_kernel.status b/tests/language/language_kernel.status
index 3b35a8d41286ff0823c993a073587f575deab83c..bef24b8d932bf6a7f81047e2f831153774d6a88d 100644
--- a/tests/language/language_kernel.status
+++ b/tests/language/language_kernel.status
@@ -98,7 +98,6 @@ accessor_conflict_import2_test: RuntimeError
accessor_conflict_import_prefixed2_test: RuntimeError
accessor_conflict_import_prefixed_test: RuntimeError
accessor_conflict_import_test: RuntimeError
-assertion_test: RuntimeError
bad_raw_string_negative_test: Fail
cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335
cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335
@@ -190,7 +189,6 @@ function_type_alias4_test: RuntimeError
generic_closure_test: RuntimeError
generic_field_mixin4_test: RuntimeError
generic_method_types_test: Pass, RuntimeError
-generic_test: RuntimeError
getter_closure_execution_order_test: RuntimeError
getter_setter_in_lib_test: RuntimeError
inferrer_closure_test: RuntimeError
@@ -257,4 +255,19 @@ if_null_assignment_static_test/35: Crash # Dartk Issue 28302
# dartk: precompilation failures (debug)
[ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
constructor_named_arguments_test/01: Crash # Dartk Issue 28301
-not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
+not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
+
+
+# New failures after respecting VMOptions in test files
+[ $compiler == dartk || $compiler == dartkp ]
+vm/regress_27671_test: RuntimeError
+
+# New failures after respecting VMOptions in test files
+[ $compiler == dartk && $runtime == vm && $mode == debug]
+hello_dart_test: Crash
+
+# New failures after respecting VMOptions in test files
+[ $compiler == dartk && $runtime == vm ]
+hello_dart_test: CompileTimeError
+ct_const2_test: Pass, CompileTimeError # Multitest via multiple VMOptions!
+disassemble_test: Pass, Crash # Multitest via multiple VMOptions!
« no previous file with comments | « tests/language/language.status ('k') | tools/testing/dart/compiler_configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698