OLD | NEW |
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 interactive_test: Skip # Must be run manually. | 5 interactive_test: Skip # Must be run manually. |
6 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 6 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
7 | 7 |
8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
9 | 9 |
10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) | 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) |
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 request_animation_frame_test: Skip # Async test hangs. | 342 request_animation_frame_test: Skip # Async test hangs. |
343 | 343 |
344 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 344 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
345 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. | 345 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. |
346 event_customevent_test: SkipByDesign | 346 event_customevent_test: SkipByDesign |
347 js_interop_1_test: SkipByDesign | 347 js_interop_1_test: SkipByDesign |
348 js_test: SkipByDesign | 348 js_test: SkipByDesign |
349 js_array_test: SkipByDesign | 349 js_array_test: SkipByDesign |
350 js_typed_interop_test: SkipByDesign | 350 js_typed_interop_test: SkipByDesign |
351 js_typed_interop_default_arg_test: SkipByDesign | 351 js_typed_interop_default_arg_test: SkipByDesign |
| 352 js_typed_interop_type_test: SkipByDesign |
352 js_function_getter_test: SkipByDesign | 353 js_function_getter_test: SkipByDesign |
353 js_function_getter_trust_types_test: SkipByDesign | 354 js_function_getter_trust_types_test: SkipByDesign |
354 js_dart_to_string_test: SkipByDesign | 355 js_dart_to_string_test: SkipByDesign |
355 mirrors_js_typed_interop_test: SkipByDesign | 356 mirrors_js_typed_interop_test: SkipByDesign |
356 postmessage_structured_test: SkipByDesign | 357 postmessage_structured_test: SkipByDesign |
357 | 358 |
358 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ] | 359 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ] |
359 svgelement_test/supported_altGlyph: RuntimeError # Issue 25787 | 360 svgelement_test/supported_altGlyph: RuntimeError # Issue 25787 |
360 | 361 |
361 [ ($runtime == dartium) && ($system == macos || $system == windows || $system ==
linux)] | 362 [ ($runtime == dartium) && ($system == macos || $system == windows || $system ==
linux)] |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 396 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
396 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 397 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
397 | 398 |
398 [ $compiler == dart2js && $cps_ir && $host_checked ] | 399 [ $compiler == dart2js && $cps_ir && $host_checked ] |
399 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 400 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
400 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 401 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
401 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 402 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
402 | 403 |
403 [ $compiler == dart2js && $cps_ir && $checked ] | 404 [ $compiler == dart2js && $cps_ir && $checked ] |
404 *: Skip # `assert` not implemented | 405 *: Skip # `assert` not implemented |
OLD | NEW |