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

Unified Diff: tests/language_2/language_2_dart2js.status

Issue 3006773002: Update --dart2js-with-kernel status (Closed)
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
« no previous file with comments | « tests/language/language_dart2js.status ('k') | 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 327577973964810647abfdcaaa5f3e56933a15b5..2a29696e7ac6a04d3cd550e49f69698fc8f98c11 100644
--- a/tests/language_2/language_2_dart2js.status
+++ b/tests/language_2/language_2_dart2js.status
@@ -310,7 +310,6 @@ abstract_exact_selector_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca
abstract_getter_test/01: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:getter(Foo.i). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call), j:closure_call(checkIt_closure.call), ..., j:closure_call(checkIt_closure.call), j:closure_call(unwrapException_closure.call))
abstract_method_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:getter(A.length). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call))
abstract_object_method_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:method(B.==). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call), j:closure_call(NoSuchMethodError_toString_closure.call))
-arg_param_trailing_comma_test/none: Crash # Assertion failure: Unexpected constructor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant
assert_message_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:getter(Iterable.iterator). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call), j:closure_call(main_closure.call), ..., j:closure_call(_awaitOnObject_closure.call), j:closure_call(_awaitOnObject_closure.call))
assert_trailing_comma_test/none: CompileTimeError
assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Unexpected initializer #lib1::C::cc02 (Constructor)
@@ -407,11 +406,9 @@ bad_override_test/03: MissingCompileTimeError
bad_override_test/04: Crash # type 'KernelField' is not a subtype of type 'Procedure' of 'value' where
bad_override_test/05: MissingCompileTimeError
bailout3_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.
-bailout4_test: Crash # Assertion failure: Unexpected constructor j:constructor(A.) in ConstructorDataImpl._getConstructorConstant
bailout5_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.
bailout6_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.
bailout7_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.
-bailout_test: Crash # Assertion failure: Unexpected constructor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant
bool_check_test: RuntimeError
bool_condition_check_test: RuntimeError
bool_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(BoolTest.testLogicalOp#falseCount) is stored in a closure field.
@@ -498,7 +495,6 @@ abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLo
abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-arg_param_trailing_comma_test/none: Crash # Assertion failure: Unexpected constructor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant
assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
assert_trailing_comma_test/none: CompileTimeError
assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Unexpected initializer #lib1::C::cc02 (Constructor)
@@ -593,8 +589,6 @@ bad_constructor_test/05: MissingCompileTimeError
bad_override_test/03: MissingCompileTimeError
bad_override_test/04: MissingCompileTimeError
bad_override_test/05: MissingCompileTimeError
-bailout4_test: Crash # Assertion failure: Unexpected constructor j:constructor(A.) in ConstructorDataImpl._getConstructorConstant
-bailout_test: Crash # Assertion failure: Unexpected constructor j:constructor(C.) in ConstructorDataImpl._getConstructorConstant
bool_check_test: RuntimeError
bool_condition_check_test: RuntimeError
bool_test: RuntimeError
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698