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

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

Issue 3003963002: Add more tests for closures and change closure indexing to be by FunctionExpression or FunctionDecl… (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
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 e67ba5004afc0f9addda6a324441e0532f12a78b..86b02bb8529e175efac924f6be6913decd9ae6e7 100644
--- a/tests/compiler/dart2js_extra/dart2js_extra.status
+++ b/tests/compiler/dart2js_extra/dart2js_extra.status
@@ -233,7 +233,6 @@ if_null3_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa
if_null_test: Crash
inference_nsm_mirrors_test: Crash
inference_super_set_call_test: RuntimeError
-inline_position_crash_test: Crash
interceptor_named_arguments_test: Crash
invalid_annotation2_test/none: Crash
is_check_instanceof_test: Crash
@@ -364,7 +363,6 @@ hash_code_test: Crash # UnimplementedError: Unexpected constant expression new #
if_null_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
inference_nsm_mirrors_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'memberContext'.
inference_super_set_call_test: RuntimeError
-inline_position_crash_test: Crash # NoSuchMethodError: The getter 'classIndex' was called on null.
interceptor_named_arguments_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
invalid_annotation2_test/none: Crash # NoSuchMethodError: Class 'DynamicType' has no instance getter 'element'.
is_check_instanceof_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.

Powered by Google App Engine
This is Rietveld 408576698