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

Unified Diff: pkg/dev_compiler/test/browser/language_tests.js

Issue 2979353002: implement `Invocation.typeArguments` in DDC (Closed)
Patch Set: Created 3 years, 5 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: pkg/dev_compiler/test/browser/language_tests.js
diff --git a/pkg/dev_compiler/test/browser/language_tests.js b/pkg/dev_compiler/test/browser/language_tests.js
index 0fa3a12dd31ba072e75f446f27a51201a362ce15..3ea0ade0fe4e2e06e0da0205ce1927e66685c93f 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -158,6 +158,8 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'instanceof4_test_none_multi': fail,
'integer_division_by_zero_test': fail,
'issue23244_test': fail,
+ 'invocation_mirror_test': fail, // dcall does not correctly detect named arguments
+ 'invocation_mirror2_test': fail, // JsInstanceMirror.delegate unimplemented
'lazy_static3_test': fail,
'least_upper_bound_expansive_test_none_multi': fail,
'left_shift_test': fail,

Powered by Google App Engine
This is Rietveld 408576698