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

Unified Diff: tests/language_2/language_2_dart2js.status

Issue 3011653002: More bot breakage fixes, covering these cases: (Closed)
Patch Set: More bot breakage fixes Created 3 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_2/language_2_dart2js.status
diff --git a/tests/language_2/language_2_dart2js.status b/tests/language_2/language_2_dart2js.status
index d94b044a2a6dc584cc50e0f0a5c9863f77a7e91f..8f6a9a27730e3b0cd01db45b249294e4db9f311c 100644
--- a/tests/language_2/language_2_dart2js.status
+++ b/tests/language_2/language_2_dart2js.status
@@ -195,9 +195,8 @@ unresolved_default_constructor_test/01: MissingCompileTimeError
unresolved_in_factory_test: MissingCompileTimeError
unresolved_top_level_method_test: MissingCompileTimeError
unresolved_top_level_var_test: MissingCompileTimeError
-vm/async_await_catch_stacktrace_test: RuntimeError
-[ $compiler == dart2js && !$minified && $runtime != d8]
+[ $compiler == dart2js && !$minified]
generic_methods_local_variable_declaration_test: RuntimeError
[ $compiler == dart2js && $runtime != none ]
@@ -615,6 +614,9 @@ type_variable_nested_test: Crash
typecheck_multifield_declaration_test: Crash
typedef_is_test: Crash
+[ $compiler == dart2js && ! $dart2js_with_kernel && ! $minified ]
+vm/async_await_catch_stacktrace_test: RuntimeError
+
[ $compiler == dart2js && $dart2js_with_kernel && $minified ]
abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
@@ -823,6 +825,9 @@ regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called
typevariable_substitution2_test/02: RuntimeError
type_variable_nested_test: Crash
typecheck_multifield_declaration_test: Crash
+vm/async_await_catch_stacktrace_test: Crash
+
+[ $compiler == dart2js && $dart2js_with_kernel && $minified && $checked ]
typedef_is_test: Crash
[ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698