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

Unified Diff: test/browser/language_tests.js

Issue 2102053003: Remove DDC custom error list now that strong mode analyzer handles it (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: another fix Created 4 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 | « pubspec.yaml ('k') | test/codegen_expected/corelib/collection_from_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/browser/language_tests.js
diff --git a/test/browser/language_tests.js b/test/browser/language_tests.js
index 4165d705092959a3a3523317a740b977555b67ee..ae05557605315cc5af9cf655c0e8df230821d1b7 100644
--- a/test/browser/language_tests.js
+++ b/test/browser/language_tests.js
@@ -273,6 +273,7 @@
'regress_22443_test': skip_fail,
'regress_22666_test': skip_fail,
'setter_no_getter_test_01_multi': skip_fail,
+ 'setter4_test': ['skip'], // test has invalid class declaration
'stack_overflow_stacktrace_test': skip_fail,
'stack_overflow_test': skip_fail,
'stack_trace_test': skip_fail,
@@ -1798,6 +1799,7 @@
'proxy_test_02_multi': notyetstrong,
'proxy_test_05_multi': notyetstrong,
'proxy_test_06_multi': notyetstrong,
+ 'recursive_inheritance_test': notyetstrong, // https://github.com/dart-lang/sdk/issues/26970
'redirecting_constructor_initializer_test': notyetstrong,
'redirecting_factory_default_values_test_01_multi': notyetstrong,
'redirecting_factory_default_values_test_02_multi': notyetstrong,
@@ -2095,7 +2097,6 @@
'type_check_const_function_typedef2_test_00_multi': notyetstrong,
'type_check_const_function_typedef2_test_none_multi': notyetstrong,
'type_checks_in_factory_method_test': notyetstrong,
- 'type_error_test': notyetstrong,
'type_literal_prefix_call_test_00_multi': notyetstrong,
'type_parameter_test_01_multi': notyetstrong,
'type_parameter_test_02_multi': notyetstrong,
@@ -2492,8 +2493,8 @@
'list_contains_argument_order_test': notyetstrong,
'list_filled_type_argument_test': notyetstrong,
'list_index_of2_test': notyetstrong,
- 'list_insert_test': notyetstrong,
- 'list_removeat_test': notyetstrong,
+ 'list_insert_test': fail,
+ 'list_removeat_test': fail,
'list_test_01_multi': notyetstrong,
'list_test_none_multi': notyetstrong,
'list_unmodifiable_test': notyetstrong,
« no previous file with comments | « pubspec.yaml ('k') | test/codegen_expected/corelib/collection_from_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698