OLD | NEW |
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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 html/custom/document_register_type_extensions_test/single-parameter createElemen
t: CompileTimeError # Issue 29922 | 182 html/custom/document_register_type_extensions_test/single-parameter createElemen
t: CompileTimeError # Issue 29922 |
183 html/custom/element_upgrade_test: CompileTimeError # Issue 29922 | 183 html/custom/element_upgrade_test: CompileTimeError # Issue 29922 |
184 html/custom/entered_left_view_test: Crash # Issue 29922 | 184 html/custom/entered_left_view_test: Crash # Issue 29922 |
185 html/custom/js_custom_test: Crash # Issue 29922 | 185 html/custom/js_custom_test: Crash # Issue 29922 |
186 html/custom/mirrors_test: Crash # Issue 29922 | 186 html/custom/mirrors_test: Crash # Issue 29922 |
187 html/custom/regress_194523002_test: Crash # Issue 29922 | 187 html/custom/regress_194523002_test: Crash # Issue 29922 |
188 | 188 |
189 [ $compiler == dartdevc && $runtime != none ] | 189 [ $compiler == dartdevc && $runtime != none ] |
190 async/future_or_bad_type_test/none: RuntimeError # Issue 29922 | 190 async/future_or_bad_type_test/none: RuntimeError # Issue 29922 |
191 async/future_or_non_strong_test: RuntimeError # Issue 29922 | 191 async/future_or_non_strong_test: RuntimeError # Issue 29922 |
192 async/future_or_strong_test: RuntimeError # Issue 29922 | |
193 async/futures_test: RuntimeError # Issue 29922 | 192 async/futures_test: RuntimeError # Issue 29922 |
194 async/slow_consumer_test: Pass, Timeout # Issue 29922 | 193 async/slow_consumer_test: Pass, Timeout # Issue 29922 |
195 async/timer_not_available_test: RuntimeError # Issue 29922 | 194 async/timer_not_available_test: RuntimeError # Issue 29922 |
196 async/zone_error_callback_test: RuntimeError # Issue 29922 | 195 async/zone_error_callback_test: RuntimeError # Issue 29922 |
197 async/zone_run_unary_test: RuntimeError # Issue 29922 | 196 async/zone_run_unary_test: RuntimeError # Issue 29922 |
198 convert/streamed_conversion_json_encode1_test: RuntimeError # Issue 29922 | 197 convert/streamed_conversion_json_encode1_test: RuntimeError # Issue 29922 |
199 convert/streamed_conversion_json_utf8_encode_test: Pass, Timeout # Issue 29922 | 198 convert/streamed_conversion_json_utf8_encode_test: Pass, Timeout # Issue 29922 |
200 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # Issue 29922 | 199 convert/streamed_conversion_utf8_decode_test: Pass, Timeout # Issue 29922 |
201 convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 29922 | 200 convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 29922 |
202 html/async_spawnuri_test: RuntimeError # Issue 29922 | 201 html/async_spawnuri_test: RuntimeError # Issue 29922 |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 html/touchevent_test: RuntimeError # Issue 29922 | 341 html/touchevent_test: RuntimeError # Issue 29922 |
343 | 342 |
344 [ $compiler == dartdevc && $runtime == drt ] | 343 [ $compiler == dartdevc && $runtime == drt ] |
345 html/svg_test: RuntimeError # Issue 29922 | 344 html/svg_test: RuntimeError # Issue 29922 |
346 math/math_test: RuntimeError # Issue 29922 | 345 math/math_test: RuntimeError # Issue 29922 |
347 math/math2_test: RuntimeError # Issue 29922 | 346 math/math2_test: RuntimeError # Issue 29922 |
348 | 347 |
349 [ $compiler == dartdevc && $system == windows ] | 348 [ $compiler == dartdevc && $system == windows ] |
350 convert/json_pretty_test: RuntimeError # Issue 30336 | 349 convert/json_pretty_test: RuntimeError # Issue 30336 |
351 html/xhr_test/xhr: Skip # Times out. Issue 21527 | 350 html/xhr_test/xhr: Skip # Times out. Issue 21527 |
OLD | NEW |