| 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 mirrors/invoke_natives_malicious_test: RuntimeError # Issue 29922 | 264 mirrors/invoke_natives_malicious_test: RuntimeError # Issue 29922 |
| 265 mirrors/invoke_private_test: RuntimeError # Issue 29922 | 265 mirrors/invoke_private_test: RuntimeError # Issue 29922 |
| 266 mirrors/invoke_private_wrong_library_test: RuntimeError # Issue 29922 | 266 mirrors/invoke_private_wrong_library_test: RuntimeError # Issue 29922 |
| 267 mirrors/invoke_test: RuntimeError # Issue 29922 | 267 mirrors/invoke_test: RuntimeError # Issue 29922 |
| 268 mirrors/invoke_throws_test: RuntimeError # Issue 29922 | 268 mirrors/invoke_throws_test: RuntimeError # Issue 29922 |
| 269 mirrors/libraries_test: RuntimeError # Issue 29922 | 269 mirrors/libraries_test: RuntimeError # Issue 29922 |
| 270 mirrors/library_enumeration_deferred_loading_test: RuntimeError # Issue 29922 | 270 mirrors/library_enumeration_deferred_loading_test: RuntimeError # Issue 29922 |
| 271 mirrors/library_metadata_test: RuntimeError # Issue 29922 | 271 mirrors/library_metadata_test: RuntimeError # Issue 29922 |
| 272 mirrors/library_uri_io_test: RuntimeError # Issue 29922 | 272 mirrors/library_uri_io_test: RuntimeError # Issue 29922 |
| 273 mirrors/library_uri_package_test: RuntimeError # Issue 29922 | 273 mirrors/library_uri_package_test: RuntimeError # Issue 29922 |
| 274 mirrors/list_constructor_test/01: RuntimeError # Issue 29922 | |
| 275 mirrors/list_constructor_test/none: RuntimeError # Issue 29922 | |
| 276 mirrors/local_function_is_static_test: RuntimeError # Issue 29922 | 274 mirrors/local_function_is_static_test: RuntimeError # Issue 29922 |
| 277 mirrors/local_isolate_test: RuntimeError # Issue 29922 | 275 mirrors/local_isolate_test: RuntimeError # Issue 29922 |
| 278 mirrors/metadata_constructed_constant_test: RuntimeError # Issue 29922 | 276 mirrors/metadata_constructed_constant_test: RuntimeError # Issue 29922 |
| 279 mirrors/metadata_test: RuntimeError # Issue 29922 | 277 mirrors/metadata_test: RuntimeError # Issue 29922 |
| 280 mirrors/method_mirror_location_test: RuntimeError # Issue 29922 | 278 mirrors/method_mirror_location_test: RuntimeError # Issue 29922 |
| 281 mirrors/method_mirror_returntype_test: RuntimeError # Issue 29922 | 279 mirrors/method_mirror_returntype_test: RuntimeError # Issue 29922 |
| 282 mirrors/method_mirror_source_line_ending_test: RuntimeError # Issue 29922 | 280 mirrors/method_mirror_source_line_ending_test: RuntimeError # Issue 29922 |
| 283 mirrors/method_mirror_source_test: RuntimeError # Issue 29922 | 281 mirrors/method_mirror_source_test: RuntimeError # Issue 29922 |
| 284 mirrors/mirrors_reader_test: RuntimeError # Issue 29922 | 282 mirrors/mirrors_reader_test: RuntimeError # Issue 29922 |
| 285 mirrors/mirrors_used_typedef_declaration_test/01: RuntimeError # Issue 29922 | 283 mirrors/mirrors_used_typedef_declaration_test/01: RuntimeError # Issue 29922 |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 html/touchevent_test: RuntimeError # Issue 29922 | 344 html/touchevent_test: RuntimeError # Issue 29922 |
| 347 | 345 |
| 348 [ $compiler == dartdevc && $runtime == drt ] | 346 [ $compiler == dartdevc && $runtime == drt ] |
| 349 html/svg_test: RuntimeError # Issue 29922 | 347 html/svg_test: RuntimeError # Issue 29922 |
| 350 math/math_test: RuntimeError # Issue 29922 | 348 math/math_test: RuntimeError # Issue 29922 |
| 351 math/math2_test: RuntimeError # Issue 29922 | 349 math/math2_test: RuntimeError # Issue 29922 |
| 352 | 350 |
| 353 [ $compiler == dartdevc && $system == windows ] | 351 [ $compiler == dartdevc && $system == windows ] |
| 354 convert/json_pretty_test: RuntimeError # Issue 30336 | 352 convert/json_pretty_test: RuntimeError # Issue 30336 |
| 355 html/xhr_test/xhr: Skip # Times out. Issue 21527 | 353 html/xhr_test/xhr: Skip # Times out. Issue 21527 |
| OLD | NEW |