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

Side by Side Diff: tests/lib_strong/lib_strong.status

Issue 2990213002: fix DDC buildbot so it is green (Closed)
Patch Set: Created 3 years, 4 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 unified diff | Download patch
« no previous file with comments | « tests/language_strong/language_strong.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # Skip entire suite if not running in strong mode. 5 # Skip entire suite if not running in strong mode.
6 [ ! $strong ] 6 [ ! $strong ]
7 *: SkipByDesign 7 *: SkipByDesign
8 8
9 # Skip tests that are not yet strong-mode clean. 9 # Skip tests that are not yet strong-mode clean.
10 [ $strong ] 10 [ $strong ]
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 mirrors/synthetic_accessor_properties_test: Skip 145 mirrors/synthetic_accessor_properties_test: Skip
146 mirrors/top_level_accessors_test: Skip 146 mirrors/top_level_accessors_test: Skip
147 mirrors/type_mirror_for_type_test: Skip 147 mirrors/type_mirror_for_type_test: Skip
148 mirrors/typearguments_mirror_test: Skip 148 mirrors/typearguments_mirror_test: Skip
149 mirrors/typedef_in_signature_test: Skip 149 mirrors/typedef_in_signature_test: Skip
150 mirrors/typedef_reflected_type_test: Skip 150 mirrors/typedef_reflected_type_test: Skip
151 mirrors/variable_is_const_test: Skip 151 mirrors/variable_is_const_test: Skip
152 typed_data/float32x4_test: Skip 152 typed_data/float32x4_test: Skip
153 typed_data/float64x2_functional_test: Skip 153 typed_data/float64x2_functional_test: Skip
154 typed_data/int32x4_test: Skip 154 typed_data/int32x4_test: Skip
155
156 [ $compiler == dart2analyzer && $strong ]
157 html/custom/created_callback_test: CompileTimeError # Issue 28969 155 html/custom/created_callback_test: CompileTimeError # Issue 28969
158 html/custom/document_register_basic_test: CompileTimeError # Issue 28969 156 html/custom/document_register_basic_test: CompileTimeError # Issue 28969
159 html/custom/document_register_type_extensions_test: CompileTimeError # Issue 289 69 157 html/custom/document_register_type_extensions_test: CompileTimeError # Issue 289 69
160 html/custom/element_upgrade_test: CompileTimeError # Issue 28969 158 html/custom/element_upgrade_test: CompileTimeError # Issue 28969
159 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue 28969
160
161 [ $compiler == dart2analyzer && $strong ]
162 mirrors/deferred_mirrors_metadata_test: StaticWarning # Issue 28969
161 html/debugger_test: CompileTimeError # Issue 28969 163 html/debugger_test: CompileTimeError # Issue 28969
162 html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue 28969
163 mirrors/deferred_mirrors_metadata_test: StaticWarning # Issue 28969
164 164
165 # TODO(29919): HTML tests are not supported on dartdevc in test.dart yet. 165 # TODO(29919): HTML tests are not supported on dartdevc in test.dart yet.
166 [ $compiler == dartdevc ] 166 [ $compiler == dartdevc ]
167 html/deferred_multi_app_htmltest: Skip # Issue 29919 167 html/deferred_multi_app_htmltest: Skip # Issue 29919
168 html/no_linked_scripts_htmltest: Skip # Issue 29919 168 html/no_linked_scripts_htmltest: Skip # Issue 29919
169 html/scripts_htmltest: Skip # Issue 29919 169 html/scripts_htmltest: Skip # Issue 29919
170 html/two_scripts_htmltest: Skip # Issue 29919 170 html/two_scripts_htmltest: Skip # Issue 29919
171 171
172 [ $compiler == dartdevc ] 172 [ $compiler == dartdevc ]
173 async/future_or_bad_type_test/none: RuntimeError # Issue 29922 173 async/future_or_bad_type_test/none: RuntimeError # Issue 29922
174 async/future_or_non_strong_test: RuntimeError # Issue 29922 174 async/future_or_non_strong_test: RuntimeError # Issue 29922
175 async/future_or_strong_test: RuntimeError # Issue 29922 175 async/future_or_strong_test: RuntimeError # Issue 29922
176 async/futures_test: RuntimeError # Issue 29922 176 async/futures_test: RuntimeError # Issue 29922
177 async/slow_consumer_test: Pass, Timeout # Issue 29922 177 async/slow_consumer_test: Pass, Timeout # Issue 29922
178 async/timer_not_available_test: RuntimeError # Issue 29922 178 async/timer_not_available_test: RuntimeError # Issue 29922
179 async/zone_error_callback_test: RuntimeError # Issue 29922 179 async/zone_error_callback_test: RuntimeError # Issue 29922
180 async/zone_run_unary_test: RuntimeError # Issue 29922 180 async/zone_run_unary_test: RuntimeError # Issue 29922
181 convert/streamed_conversion_json_encode1_test: RuntimeError # Issue 29922 181 convert/streamed_conversion_json_encode1_test: RuntimeError # Issue 29922
182 convert/streamed_conversion_json_utf8_encode_test: Pass, Timeout # Issue 29922 182 convert/streamed_conversion_json_utf8_encode_test: Pass, Timeout # Issue 29922
183 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # Issue 29922 183 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # Issue 29922
184 convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 29922 184 convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 29922
185 html/async_spawnuri_test: RuntimeError # Issue 29922 185 html/async_spawnuri_test: RuntimeError # Issue 29922
186 html/async_test: RuntimeError # Issue 29922 186 html/async_test: RuntimeError # Issue 29922
187 html/custom/attribute_changed_callback_test/fully_supported: CompileTimeError # Issue 29922 187 html/custom/attribute_changed_callback_test: Crash # Issue 29922
188 html/custom/attribute_changed_callback_test/unsupported_on_polyfill: CompileTime Error # Issue 29922 188 html/custom/constructor_calls_created_synchronously_test: Crash # Issue 29922
189 html/custom/constructor_calls_created_synchronously_test: CompileTimeError # Iss ue 29922
190 html/custom/created_callback_test: CompileTimeError # Issue 29922 189 html/custom/created_callback_test: CompileTimeError # Issue 29922
191 html/custom/document_register_basic_test: CompileTimeError # Issue 29922 190 html/custom/document_register_basic_test: CompileTimeError # Issue 29922
192 html/custom/document_register_type_extensions_test/construction: CompileTimeErro r # Issue 29922 191 html/custom/document_register_type_extensions_test/construction: CompileTimeErro r # Issue 29922
193 html/custom/document_register_type_extensions_test/constructors: CompileTimeErro r # Issue 29922 192 html/custom/document_register_type_extensions_test/constructors: CompileTimeErro r # Issue 29922
194 html/custom/document_register_type_extensions_test/createElement with type exten sion: CompileTimeError # Issue 29922 193 html/custom/document_register_type_extensions_test/createElement with type exten sion: CompileTimeError # Issue 29922
195 html/custom/document_register_type_extensions_test/functional: CompileTimeError # Issue 29922 194 html/custom/document_register_type_extensions_test/functional: CompileTimeError # Issue 29922
196 html/custom/document_register_type_extensions_test/namespaces: CompileTimeError # Issue 29922 195 html/custom/document_register_type_extensions_test/namespaces: CompileTimeError # Issue 29922
197 html/custom/document_register_type_extensions_test/parsing: CompileTimeError # I ssue 29922 196 html/custom/document_register_type_extensions_test/parsing: CompileTimeError # I ssue 29922
198 html/custom/document_register_type_extensions_test/registration: CompileTimeErro r # Issue 29922 197 html/custom/document_register_type_extensions_test/registration: CompileTimeErro r # Issue 29922
199 html/custom/document_register_type_extensions_test/single-parameter createElemen t: CompileTimeError # Issue 29922 198 html/custom/document_register_type_extensions_test/single-parameter createElemen t: CompileTimeError # Issue 29922
200 html/custom/element_upgrade_test: CompileTimeError # Issue 29922 199 html/custom/element_upgrade_test: CompileTimeError # Issue 29922
201 html/custom/entered_left_view_test/disconnected_subtree: CompileTimeError # Issu e 29922 200 html/custom/entered_left_view_test: Crash # Issue 29922
202 html/custom/entered_left_view_test/shadow_dom: CompileTimeError # Issue 29922 201 html/custom/js_custom_test: Crash # Issue 29922
203 html/custom/entered_left_view_test/standard_events: CompileTimeError # Issue 299 22 202 html/custom/mirrors_test: Crash # Issue 29922
204 html/custom/entered_left_view_test/standard_events_old_callback_names: CompileTi meError # Issue 29922 203 html/custom/regress_194523002_test: Crash # Issue 29922
205 html/custom/entered_left_view_test/viewless_document: CompileTimeError # Issue 2 9922
206 html/custom/js_custom_test: CompileTimeError # Issue 29922
207 html/custom/mirrors_test: CompileTimeError # Issue 29922
208 html/custom/regress_194523002_test: CompileTimeError # Issue 29922
209 html/custom_element_method_clash_test/test: Timeout # Issue 29922 204 html/custom_element_method_clash_test/test: Timeout # Issue 29922
210 html/custom_element_name_clash_test/test: Timeout # Issue 29922 205 html/custom_element_name_clash_test/test: Timeout # Issue 29922
211 html/custom_elements_23127_test/baseline: Timeout # Issue 29922 206 html/custom_elements_23127_test/baseline: Timeout # Issue 29922
212 html/custom_elements_23127_test/c1t: Timeout # Issue 29922 207 html/custom_elements_23127_test/c1t: Timeout # Issue 29922
213 html/custom_elements_23127_test/c2: Timeout # Issue 29922 208 html/custom_elements_23127_test/c2: Timeout # Issue 29922
214 html/custom_elements_23127_test/c2t: Timeout # Issue 29922 209 html/custom_elements_23127_test/c2t: Timeout # Issue 29922
215 html/custom_elements_test/innerHtml: Timeout # Issue 29922 210 html/custom_elements_test/innerHtml: Timeout # Issue 29922
216 html/custom_elements_test/lifecycle: Timeout # Issue 29922 211 html/custom_elements_test/lifecycle: Timeout # Issue 29922
217 html/custom_elements_test/mixins: Timeout # Issue 29922 212 html/custom_elements_test/mixins: Timeout # Issue 29922
218 html/custom_elements_test/preregister: Timeout # Issue 29922 213 html/custom_elements_test/preregister: Timeout # Issue 29922
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 mirrors/typedef_deferred_library_test: RuntimeError # Issue 29922 338 mirrors/typedef_deferred_library_test: RuntimeError # Issue 29922
344 mirrors/typedef_library_test: RuntimeError # Issue 29922 339 mirrors/typedef_library_test: RuntimeError # Issue 29922
345 mirrors/typedef_metadata_test: RuntimeError # Issue 29922 340 mirrors/typedef_metadata_test: RuntimeError # Issue 29922
346 mirrors/typedef_test: RuntimeError # Issue 29922 341 mirrors/typedef_test: RuntimeError # Issue 29922
347 mirrors/typevariable_mirror_metadata_test: RuntimeError # Issue 29922 342 mirrors/typevariable_mirror_metadata_test: RuntimeError # Issue 29922
348 mirrors/unnamed_library_test: RuntimeError # Issue 29922 343 mirrors/unnamed_library_test: RuntimeError # Issue 29922
349 typed_data/int32x4_bigint_test: RuntimeError # Issue 29922 344 typed_data/int32x4_bigint_test: RuntimeError # Issue 29922
350 typed_data/int64_list_load_store_test: RuntimeError # Issue 29922 345 typed_data/int64_list_load_store_test: RuntimeError # Issue 29922
351 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 29922 346 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 29922
352 typed_data/typed_data_list_test: RuntimeError # Issue 29922 347 typed_data/typed_data_list_test: RuntimeError # Issue 29922
OLDNEW
« no previous file with comments | « tests/language_strong/language_strong.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698