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, |