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

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

Issue 2716583006: Fix Function.apply (Closed)
Patch Set: Created 3 years, 10 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 | « pkg/dev_compiler/lib/js/legacy/dart_sdk.js ('k') | pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d2ad2b2f0bbbb7e1912adac04e64c47c4db27cae..f36b2a7a9b775da466142241b61511c089a1d142 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -79,7 +79,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_function_apply_test': fail, // Function.apply not really implemented.
'call_through_null_getter_test': fail, // null errors are not converted to NoSuchMethodErrors.
'call_with_no_such_method_test': fail, // Function.apply not really implemented.
'canonical_const2_test': fail,
@@ -94,7 +93,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'cast_test_13_multi': fail,
'cast_test_14_multi': fail,
'cast_test_15_multi': fail,
- 'classes_static_method_clash_test': fail,
'code_after_try_is_executed_test_01_multi': fail,
'compile_time_constant10_test_none_multi': fail,
'compile_time_constant_a_test': fail,
@@ -282,7 +280,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'corelib': {
'apply2_test': fail,
'apply3_test': fail,
- 'apply_test': fail,
'big_integer_parsed_arith_vm_test': fail,
'big_integer_parsed_div_rem_vm_test': fail,
'big_integer_parsed_mul_div_vm_test': fail,
@@ -518,7 +515,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'equality_test': fail,
'fake_function_with_call_test': fail,
'field_type_test': fail,
- 'function_apply_mirrors_test': fail,
'function_type_mirror_test': fail,
'generic_f_bounded_test_01_multi': fail,
'generic_f_bounded_test_none_multi': fail,
« no previous file with comments | « pkg/dev_compiler/lib/js/legacy/dart_sdk.js ('k') | pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698