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

Unified Diff: tests/language/language_kernel.status

Issue 2627723003: Improvements to the kernel tree shaker. (Closed)
Patch Set: Revert+Unrevert, and update status files 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/co19/co19-kernel.status ('k') | tests/language_strong/unused_overridden_async_test.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 63086423372cdd84323a1645faa181d4b90132b3..a927a567c612dd42c9ff6a623150415e18ed72ed 100644
--- a/tests/language/language_kernel.status
+++ b/tests/language/language_kernel.status
@@ -19,6 +19,7 @@ constructor_duplicate_final_test/03: MissingCompileTimeError
covariant_override_test: DartkCrash
deep_nesting1_negative_test: DartkCrash
deep_nesting2_negative_test: DartkCrash
+enum_syntax_test/05: MissingCompileTimeError
enum_syntax_test/06: MissingCompileTimeError
external_test/21: MissingCompileTimeError
external_test/24: MissingCompileTimeError
@@ -70,10 +71,12 @@ covariant_override_test: DartkCompileTimeError # Issue 28166
# dartk: temporary failure
mixin_illegal_syntax_test/00: DartkCrash
+# Passing for the wrong reason
+language/main_not_a_function_test/01: Pass # Fails if tree shaking is disabled
+
# dartk: JIT failures
[ $compiler == dartk && $runtime == vm ]
config_import_corelib_test: RuntimeError
-enum_syntax_test/05: MissingCompileTimeError
reify_typevar_static_test/00: MissingCompileTimeError
type_variable_conflict2_test/06: MissingCompileTimeError
type_variable_conflict2_test/08: MissingCompileTimeError
@@ -196,7 +199,6 @@ issue_1751477_test: RuntimeError
library_env_test/has_html_support: RuntimeError
library_env_test/has_no_io_support: RuntimeError
list_literal4_test: RuntimeError
-main_not_a_function_test/01: Crash
malformed_test/none: RuntimeError
map_literal3_test: RuntimeError
map_literal4_test: RuntimeError # Checked Mode Issue
@@ -237,7 +239,6 @@ const_locals_test: RuntimeError
constructor_named_arguments_test/01: Crash # Dartk Issue 28301
const_string_test: RuntimeError # Dartk Issue 28306
library_env_test/has_no_mirror_support: RuntimeError
-main_not_a_function_test/01: Crash
redirecting_factory_reflection_test: RuntimeError
# dartk: JIT failures (debug)
@@ -286,4 +287,4 @@ vm/regress_27671_test: Crash
vm/type_vm_test: Crash
[ $compiler == dartk || $compiler == dartkp ]
-vm/async_await_catch_stacktrace_test: RuntimeError # Issue 28446
+vm/async_await_catch_stacktrace_test: RuntimeError # Issue 28446
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | tests/language_strong/unused_overridden_async_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698