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

Unified Diff: tests/language_strong/language_strong_kernel.status

Issue 2619193003: Insert implicit downcasts in kernel strong mode. (Closed)
Patch Set: Merge 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/corelib_strong/corelib_strong_kernel.status ('k') | tests/lib_strong/lib_strong_kernel.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/language_strong_kernel.status
diff --git a/tests/language_strong/language_strong_kernel.status b/tests/language_strong/language_strong_kernel.status
index 30aff8b2f3c156e933d3ce8d159232e5bb973649..7858270062e38651340fe16a6a067af3b82b7383 100644
--- a/tests/language_strong/language_strong_kernel.status
+++ b/tests/language_strong/language_strong_kernel.status
@@ -3,6 +3,7 @@
# BSD-style license that can be found in the LICENSE file.
[ $compiler == dartk && $runtime == vm ]
+arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
assertion_test: RuntimeError
async_await_test/02: DartkCompileTimeError
async_await_test/03: DartkCompileTimeError
@@ -23,6 +24,7 @@ asyncstar_yield_test: Timeout
asyncstar_yieldstar_test: Timeout
await_in_cascade_test: RuntimeError
bad_raw_string_negative_test: Fail
+bool_test: RuntimeError # Throws CastError instead of TypeError
cha_deopt1_test: RuntimeError
cha_deopt2_test: RuntimeError
cha_deopt3_test: RuntimeError
@@ -127,6 +129,7 @@ generic_field_mixin5_test: DartkCompileTimeError
generic_inheritance_test: RuntimeError
generic_tearoff_test: Crash
getter_closure_execution_order_test: RuntimeError
+if_null_evaluation_order_test: Crash # VM does not support BottomType
inferrer_closure_test: RuntimeError
initializing_formal_final_test: RuntimeError
instance_creation_in_function_annotation_test: RuntimeError
@@ -146,6 +149,7 @@ mixin_mixin5_test: RuntimeError
mixin_mixin_bound2_test: RuntimeError
mixin_mixin_bound_test: RuntimeError
no_main_test/01: DartkCrash
+operator4_test: RuntimeError # Throws CastError instead of TypeError
prefix10_negative_test: Fail
prefix21_test: RuntimeError
recursive_generic_test: RuntimeError
@@ -155,7 +159,9 @@ regress_22700_test: RuntimeError
regress_r24720_test: RuntimeError
reify_typevar_static_test/00: MissingCompileTimeError
reify_typevar_test: RuntimeError
+setter_no_getter_test/01: Crash # VM does not support BottomType
switch_try_catch_test: RuntimeError
sync_generator3_test/test2: RuntimeError
+type_error_test: RuntimeError # Throws CastError instead of TypeError
type_literal_test: RuntimeError
-type_parameter_literal_test: RuntimeError
+type_parameter_literal_test: RuntimeError
« no previous file with comments | « tests/corelib_strong/corelib_strong_kernel.status ('k') | tests/lib_strong/lib_strong_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698