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

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

Issue 2979613002: Treat JS TypeError as Dart NSM (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
« no previous file with comments | « pkg/dev_compiler/lib/sdk/ddc_sdk.sum ('k') | pkg/dev_compiler/tool/input_sdk/private/js_helper.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 65acf0ef61f548167053e5dd7865d140d38b5b60..030982ebcdfa0b939c2541a8e637ad26e7c9c9ff 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -89,7 +89,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_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,
'canonical_const_test': fail,
@@ -171,7 +170,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'map_literal10_test': fail,
'map_literal7_test': fail,
'memory_swap_test': skip_timeout,
- 'method_invocation_test': fail,
'mint_arithmetic_test': fail,
'modulo_test': fail,
'named_parameter_clash_test': fail,
@@ -191,7 +189,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'stack_overflow_stacktrace_test': fail,
'stack_overflow_test': fail,
'stacktrace_test': chrome_fail,
- 'string_interpolate_null_test': fail,
'switch_label2_test': fail,
'switch_label_test': fail,
'switch_try_catch_test': fail,
@@ -522,7 +519,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'array_tracing3_test': fail,
'array_tracing_test': fail,
'basic_types_in_dart_core_test': fail,
- 'circular_factory_redirection_test_none_multi': fail,
'class_mirror_location_test': fail,
'class_mirror_type_variables_test': fail,
'closurization_equivalence_test': fail,
@@ -625,7 +621,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'reflected_type_test_none_multi': fail,
'reflected_type_typedefs_test': fail,
'reflected_type_typevars_test': fail,
- 'reflectively_instantiate_uninstantiated_class_test': fail,
'regress_14304_test': fail,
'regress_26187_test': fail,
'relation_assignable_test': fail,
« no previous file with comments | « pkg/dev_compiler/lib/sdk/ddc_sdk.sum ('k') | pkg/dev_compiler/tool/input_sdk/private/js_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698