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

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

Issue 2979353002: implement `Invocation.typeArguments` in DDC (Closed)
Patch Set: fix 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..6154b9395dba4138c7a3f13b1a2754eeb2aec5a8 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -88,7 +88,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'bit_operations_test_none_multi': fail, // DDC/dart2js canonicalize bitop results to unsigned
'branch_canonicalization_test': fail, // JS bit operations truncate to 32 bits.
'call_closurization_test': fail, // Functions do not expose a "call" method.
- 'call_with_no_such_method_test': fail, // Function.apply not really implemented.
'canonical_const2_test': fail,
'canonical_const_test': fail,
'compile_time_constant10_test_none_multi': fail,
@@ -158,6 +157,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