@@ -51,7 +51,6 @@ isolate/isolate_complex_messages_test: Crash # http://dartbug.com/33128
51
51
52
52
[ $arch == x64 && $compiler == dartk && $mode == debug && $runtime == vm && $strong ]
53
53
mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439.
54
- mirrors/variable_is_const_test/01: Crash
55
54
56
55
[ $builder_tag == optimization_counter_threshold && $compiler == dartk ]
57
56
isolate/unresolved_ports_test: CompileTimeError, Pass, Timeout # Fails to compile on opt counter builder (#31838)
@@ -72,21 +71,13 @@ isolate/browser/package_resolve_browser_hook_test: CompileTimeError
72
71
isolate/browser/package_resolve_browser_test: CompileTimeError
73
72
74
73
[ $compiler == dartk && $mode == debug && $runtime == vm && $strong ]
75
- mirrors/other_declarations_location_test: Crash # assertion error, TypeParameter not having position.
74
+ mirrors/other_declarations_location_test: Crash # Issue 33325 ( assertion error, TypeParameter not having position) .
76
75
77
76
[ $compiler == dartk && $mode == debug && $hot_reload_rollback ]
78
77
isolate/message3_test/constList_identical: Skip # Timeout
79
78
80
79
[ $compiler == dartk && $mode == debug && $strong ]
81
- mirrors/instance_members_unimplemented_interface_test: Crash
82
- mirrors/library_import_deferred_loading_test: Crash # Deferred loading kernel issue 28335.
83
- mirrors/load_library_test: Crash
84
-
85
- # Enabling of dartk for sim{arm,arm64,dbc64} revelaed these test failures, which
86
- # are to be triaged. Isolate tests are skipped on purpose due to the usage of
87
- # batch mode.
88
- [ $compiler == dartk && $mode == debug && $strong && ($arch == simarm || $arch == simarm64 || $arch == simdbc64) ]
89
- mirrors/variable_is_const_test/01: Crash # Please triage.
80
+ mirrors/variable_is_const_test/01: Crash # Issue 32326
90
81
91
82
[ $compiler == dartk && $runtime == vm && $checked && $strong ]
92
83
mirrors/redirecting_factory_different_type_test/01: MissingCompileTimeError # Issue 28424
@@ -121,7 +112,6 @@ mirrors/constructor_private_name_test: RuntimeError
121
112
mirrors/constructors_test: CompileTimeError # Issue 31402 (Invocation arguments)
122
113
mirrors/dart2js_mirrors_test: RuntimeError # 31916
123
114
mirrors/deferred_mirrors_metadata_test: RuntimeError, CompileTimeError # Deferred loading kernel issue 28335.
124
- mirrors/deferred_mirrors_test: Crash # 31916
125
115
mirrors/deferred_type_test: CompileTimeError, RuntimeError
126
116
mirrors/empty_test: Crash, RuntimeError
127
117
mirrors/enum_test: RuntimeError # Issue 31402 (Invocation arguments)
@@ -169,7 +159,7 @@ mirrors/mixin_application_test: RuntimeError # Issue 31402 (Invocation arguments
169
159
mirrors/mixin_members_test: CompileTimeError # Issue 31402 (Invocation arguments)
170
160
mirrors/native_class_test: SkipByDesign # Imports dart:html
171
161
mirrors/operator_test: CompileTimeError # Issue 31402 (Invocation arguments)
172
- mirrors/other_declarations_location_test: RuntimeError
162
+ mirrors/other_declarations_location_test: RuntimeError # Issue 33325 (no source positions for type parameters).
173
163
mirrors/parameter_annotation_mirror_test: RuntimeError
174
164
mirrors/parameter_metadata_test: RuntimeError
175
165
mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 31402 (Invocation arguments)
@@ -243,7 +233,6 @@ mirrors/deferred_constraints_constants_test/default_argument2: Pass
243
233
mirrors/fake_function_with_call_test: RuntimeError
244
234
mirrors/instance_members_easier_test: RuntimeError
245
235
mirrors/instance_members_test: RuntimeError
246
- mirrors/instance_members_unimplemented_interface_test: RuntimeError
247
236
mirrors/instance_members_with_override_test: RuntimeError
248
237
mirrors/invoke_closurization2_test: RuntimeError
249
238
mirrors/invoke_throws_test: RuntimeError
0 commit comments