| 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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 input_element_test/supported_week: Fail | 357 input_element_test/supported_week: Fail |
| 358 media_stream_test/supported_MediaStreamEvent: Fail | 358 media_stream_test/supported_MediaStreamEvent: Fail |
| 359 media_stream_test/supported_MediaStreamTrackEvent: Fail | 359 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 360 shadow_dom_test/supported: Fail | 360 shadow_dom_test/supported: Fail |
| 361 speechrecognition_test/supported: Fail | 361 speechrecognition_test/supported: Fail |
| 362 touchevent_test/supported: Fail | 362 touchevent_test/supported: Fail |
| 363 websql_test/supported: Fail | 363 websql_test/supported: Fail |
| 364 | 364 |
| 365 # 'html' tests import the HTML library, so they only make sense in | 365 # 'html' tests import the HTML library, so they only make sense in |
| 366 # a browser environment. | 366 # a browser environment. |
| 367 [ $runtime == vm || $runtime == dart_precompiled || $runtime == dart_product ] | 367 [ $runtime == vm || $runtime == dart_precompiled || $runtime == dart_app ] |
| 368 *: Skip | 368 *: Skip |
| 369 | 369 |
| 370 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 370 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 371 request_animation_frame_test: Skip # Async test hangs. | 371 request_animation_frame_test: Skip # Async test hangs. |
| 372 | 372 |
| 373 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 373 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 374 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. | 374 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. |
| 375 event_customevent_test: SkipByDesign | 375 event_customevent_test: SkipByDesign |
| 376 js_interop_1_test: SkipByDesign | 376 js_interop_1_test: SkipByDesign |
| 377 js_test: SkipByDesign | 377 js_test: SkipByDesign |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 423 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 424 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 424 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 425 | 425 |
| 426 [ $compiler == dart2js && $cps_ir && $host_checked ] | 426 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 427 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 427 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 428 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 428 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 429 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 429 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 430 | 430 |
| 431 [ $compiler == dart2js && $cps_ir && $checked ] | 431 [ $compiler == dart2js && $cps_ir && $checked ] |
| 432 *: Skip # `assert` not implemented | 432 *: Skip # `assert` not implemented |
| OLD | NEW |