| 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 9720ecf6efaec9fd4baa46d1ad8876c0d5203176..109c3e37d003de8590558ea6ee660d16cdbcf13c 100644
|
| --- a/pkg/dev_compiler/test/browser/language_tests.js
|
| +++ b/pkg/dev_compiler/test/browser/language_tests.js
|
| @@ -96,6 +96,7 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require',
|
| 'const_switch_test_02_multi': fail,
|
| 'const_switch_test_04_multi': fail,
|
| 'constructor12_test': fail,
|
| + 'covariant_subtyping_with_substitution_test': fail,
|
| 'custom_await_stack_trace_test': fail,
|
| 'cyclic_type2_test': fail,
|
| 'cyclic_type_test_02_multi': fail,
|
| @@ -127,18 +128,17 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require',
|
| 'flatten_test_09_multi': fail,
|
| 'flatten_test_12_multi': fail,
|
| 'for_variable_capture_test': is.firefox('<=50') ? pass : fail,
|
| + 'function_subtype_inline2_test': fail,
|
| 'function_subtype_named1_test': fail,
|
| 'function_subtype_named2_test': fail,
|
| 'function_subtype_optional1_test': fail,
|
| 'function_subtype_optional2_test': fail,
|
| 'function_subtype_typearg2_test': fail,
|
| 'function_subtype_typearg4_test': fail,
|
| - 'function_type_alias3_test': fail,
|
| 'function_type_alias6_test_none_multi': fail,
|
| 'generic_instanceof_test': fail, // runtime strong mode reject
|
| 'generic_instanceof2_test': fail,
|
| 'generic_is_check_test': fail,
|
| - 'generic_methods_generic_class_tearoff_test': fail,
|
| 'getter_closure_execution_order_test': fail,
|
| 'gc_test': 'slow',
|
| 'identical_closure2_test': fail,
|
| @@ -210,6 +210,11 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require',
|
|
|
| 'language/covariant_override': {},
|
|
|
| + 'language/function_type': {
|
| + 'function_type50_test': fail,
|
| + 'function_type58_test': fail,
|
| + },
|
| +
|
| 'codegen': {},
|
|
|
| 'corelib': {
|
| @@ -241,7 +246,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require',
|
| 'date_time10_test': fail,
|
| 'double_parse_test_02_multi': firefox_fail,
|
| 'error_stack_trace_test_nullThrown_multi': fail,
|
| - 'list_unmodifiable_test': fail, // DDC is throwing a strong mode error, so it may be a test bug
|
| 'for_in_test': is.firefox('<=50') ? fail : pass,
|
| 'growable_list_test': fail,
|
| 'hash_map2_test': skip_timeout,
|
| @@ -255,6 +259,8 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require',
|
| 'int_parse_with_limited_ints_test': fail,
|
| 'integer_to_radix_string_test': fail,
|
| 'integer_to_string_test_01_multi': fail,
|
| + 'iterable_fold_test_02_multi': fail,
|
| + 'iterable_reduce_test_none_multi': fail,
|
| 'iterable_return_type_test_02_multi': fail,
|
| 'json_map_test': fail,
|
| 'list_fill_range_test': fail,
|
| @@ -309,7 +315,9 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require',
|
| 'future_or_bad_type_test_implements_multi': fail,
|
| 'future_or_bad_type_test_none_multi': fail,
|
| 'future_or_non_strong_test': fail,
|
| + 'future_test_none_multi': fail,
|
| 'future_timeout_test': async_unittest,
|
| + 'intercept_schedule_microtask5_test': async_unittest,
|
| 'multiple_timer_test': async_unittest,
|
| 'futures_test': fail,
|
| 'schedule_microtask2_test': async_unittest,
|
|
|