| 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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 input_element_test/supported_week: Fail | 346 input_element_test/supported_week: Fail |
| 347 media_stream_test/supported_MediaStreamEvent: Fail | 347 media_stream_test/supported_MediaStreamEvent: Fail |
| 348 media_stream_test/supported_MediaStreamTrackEvent: Fail | 348 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 349 shadow_dom_test/supported: Fail | 349 shadow_dom_test/supported: Fail |
| 350 speechrecognition_test/supported: Fail | 350 speechrecognition_test/supported: Fail |
| 351 touchevent_test/supported: Fail | 351 touchevent_test/supported: Fail |
| 352 websql_test/supported: Fail | 352 websql_test/supported: Fail |
| 353 | 353 |
| 354 # 'html' tests import the HTML library, so they only make sense in | 354 # 'html' tests import the HTML library, so they only make sense in |
| 355 # a browser environment. | 355 # a browser environment. |
| 356 [ $runtime == vm || $runtime == dart_precompiled || $runtime == dart_app ] | 356 [ $runtime == vm || $runtime == dart_precompiled ] |
| 357 *: Skip | 357 *: Skip |
| 358 | 358 |
| 359 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 359 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 360 request_animation_frame_test: Skip # Async test hangs. | 360 request_animation_frame_test: Skip # Async test hangs. |
| 361 | 361 |
| 362 [ $runtime == drt ] | 362 [ $runtime == drt ] |
| 363 webgl_extensions_test: Skip # webgl does not work properly on DRT, which is 'hea
dless'. | 363 webgl_extensions_test: Skip # webgl does not work properly on DRT, which is 'hea
dless'. |
| 364 | 364 |
| 365 [ $runtime == dartium && ($system == windows || $system == linux) ] | 365 [ $runtime == dartium && ($system == windows || $system == linux) ] |
| 366 webgl_extensions_test: Fail # WebGL extension tests fail on Dartium without grap
hics. This is dependent on our bot configuration. | 366 webgl_extensions_test: Fail # WebGL extension tests fail on Dartium without grap
hics. This is dependent on our bot configuration. |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 435 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 436 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 436 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 437 | 437 |
| 438 [ $compiler == dart2js && $cps_ir && $host_checked ] | 438 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 439 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 439 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 440 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 440 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 441 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 441 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 442 | 442 |
| 443 [ $compiler == dart2js && $cps_ir && $checked ] | 443 [ $compiler == dart2js && $cps_ir && $checked ] |
| 444 *: Skip # `assert` not implemented | 444 *: Skip # `assert` not implemented |
| OLD | NEW |