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

Unified Diff: tests/language/language_dart2js.status

Issue 3007803002: Migrate block 162 to Dart 2.0.
Patch Set: 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
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 6ce806f4cec969f444cc5bc3629800fc496b9382..5df1c28a32c57cfa4d5d389e39a05b59e077477f 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -100,12 +100,6 @@ full_stacktrace3_test: Pass, RuntimeError # Issue 12698
stacktrace_test: Pass, RuntimeError # # Issue 12698
stacktrace_rethrow_nonerror_test: Pass, RuntimeError # Issue 12698
stacktrace_rethrow_error_test: Pass, RuntimeError # Issue 12698
-type_variable_conflict_test/01: Fail # Issue 13702
-type_variable_conflict_test/02: Fail # Issue 13702
-type_variable_conflict_test/03: Fail # Issue 13702
-type_variable_conflict_test/04: Fail # Issue 13702
-type_variable_conflict_test/05: Fail # Issue 13702
-type_variable_conflict_test/06: Fail # Issue 13702
eernst 2017/09/04 17:04:59 Lost coverage: don't delete lines 103-108.
mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 15101
mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 15101
mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 15101
@@ -151,11 +145,6 @@ mixin_mixin_type_arguments_test: RuntimeError # Issue 29587
[ $compiler == dart2js && $checked && ! $dart2js_with_kernel ]
regress_26133_test: RuntimeError # Issue 26429
regress_29405_test: Fail # Issue 29422
-type_variable_bounds_test/02: Fail # Issue 12702
-type_variable_bounds2_test/01: Fail # Issue 12702
-type_variable_bounds2_test/04: Fail # Issue 12702
-type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
-type_variable_bounds3_test/00: Fail # Issue 12702
eernst 2017/09/04 17:04:59 Lost coverage: don't delete lines 154-158.
malbounded_redirecting_factory_test/02: Fail # Issue 12825
malbounded_redirecting_factory_test/03: Fail # Issue 12825
malbounded_redirecting_factory2_test/02: Fail # Issue 12825
@@ -1365,21 +1354,6 @@ type_promotion_closure_test/14: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_
type_promotion_closure_test/15: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(test12#a) is stored in a closure field.
type_promotion_closure_test/16: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(test12#a) is stored in a closure field.
type_promotion_closure_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(test12#a) is stored in a closure field.
-type_propagation2_test: Crash
-type_variable_bounds3_test/00: Crash
-type_variable_bounds_test/10: Crash
-type_variable_closure2_test: Crash
-type_variable_closure3_test: Crash
-type_variable_closure4_test: Crash
-type_variable_closure_test: Crash
-type_variable_conflict2_test/01: Crash
-type_variable_conflict2_test/05: Crash
-type_variable_conflict2_test/07: Crash
-type_variable_conflict2_test/09: Crash
-type_variable_field_initializer_closure2_test: Crash
-type_variable_field_initializer_closure_test: Crash
-type_variable_function_type_test: RuntimeError
-type_variable_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
eernst 2017/09/04 17:04:59 Lost coverage: don't delete lines 1368-1382
type_variable_nested_test: Crash
wrong_number_type_arguments_test/00: Crash
wrong_number_type_arguments_test/02: Crash
@@ -2210,19 +2184,6 @@ type_parameter_test/04: Crash
type_parameter_test/05: Crash
type_parameter_test/06: Crash
type_parameter_test/none: Crash
-type_propagation2_test: Crash
-type_variable_bounds3_test/00: Crash
-type_variable_closure2_test: Crash
-type_variable_closure3_test: Crash
-type_variable_closure4_test: Crash
-type_variable_closure_test: Crash
-type_variable_conflict2_test/01: Crash
-type_variable_conflict2_test/05: Crash
-type_variable_conflict2_test/07: Crash
-type_variable_conflict2_test/09: Crash
-type_variable_field_initializer_closure2_test: Crash
-type_variable_field_initializer_closure_test: Crash
-type_variable_function_type_test: RuntimeError
eernst 2017/09/04 17:04:59 Lost coverage: don't delete lines 2213-2225.
type_variable_nested_test: Crash
yieldstar_pause_test: Crash

Powered by Google App Engine
This is Rietveld 408576698