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

Unified Diff: tests/compiler/dart2js_extra/dart2js_extra.status

Issue 3002953002: Split getClosureRepresentationInfo into MemberEntity and (ir/ast) nodes (Closed)
Patch Set: Update cf. comments 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/compiler/dart2js/serialization/model_test_helper.dart ('k') | tests/corelib_2/corelib_2.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js_extra/dart2js_extra.status
diff --git a/tests/compiler/dart2js_extra/dart2js_extra.status b/tests/compiler/dart2js_extra/dart2js_extra.status
index 0fed8a5983db90b3edeaa9c455fd1c7468409204..6e7bbcb852e239897f6c285a5e09e8e455fc706d 100644
--- a/tests/compiler/dart2js_extra/dart2js_extra.status
+++ b/tests/compiler/dart2js_extra/dart2js_extra.status
@@ -195,7 +195,6 @@ closure_capture3_test: Crash
closure_capture4_test: Crash
closure_capture4_test: RuntimeError
closure_capture5_test: Crash
-closure_capture6_test: Crash
closure_capture_test: Crash
closure_capture_test: RuntimeError
closure_type_reflection2_test: Crash
@@ -290,7 +289,8 @@ private_symbol_literal_test/05: MissingCompileTimeError
private_symbol_literal_test/06: MissingCompileTimeError
recursive_import_test: CompileTimeError
reflect_native_types_test: Crash
-regress/4515_2_test: Crash
+closure4_test: RuntimeError
+closure_capture5_test: RuntimeError
regress/4562_test/none: CompileTimeError
regress/4639_test: Crash
string_interpolation_dynamic_test: RuntimeError
@@ -332,7 +332,6 @@ closure_capture2_test: RuntimeError
closure_capture3_test: Crash # Assertion failure: Cannot find value local(Closure_nestedClosure_closure.call#f) in (local(Closure.nestedClosure#)) for j:closure_call(Closure_nestedClosure_closure.call).
closure_capture4_test: RuntimeError
closure_capture5_test: Crash # Assertion failure: Cannot find value local(closure3_closure.call#fs) in (local(closure3#)) for j:closure_call(closure3_closure.call).
-closure_capture6_test: Crash # Assertion failure: Cannot find value local(captureTwiceNested_closure.call#x) in (local(captureTwiceNested#)) for j:closure_call(captureTwiceNested_closure.call).
closure_capture_test: RuntimeError
closure_type_reflection2_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
closure_type_reflection_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
@@ -424,7 +423,8 @@ private_symbol_literal_test/05: MissingCompileTimeError
private_symbol_literal_test/06: MissingCompileTimeError
recursive_import_test: CompileTimeError
reflect_native_types_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
-regress/4515_2_test: Crash # NoSuchMethodError: The getter 'name' was called on null.
+closure4_test: RuntimeError
+closure_capture5_test: RuntimeError
regress/4562_test/none: CompileTimeError
regress/4639_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
runtime_type_test: Crash
« no previous file with comments | « tests/compiler/dart2js/serialization/model_test_helper.dart ('k') | tests/corelib_2/corelib_2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698