| 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 websql_test/supported: Fail | 334 websql_test/supported: Fail |
| 335 | 335 |
| 336 # 'html' tests import the HTML library, so they only make sense in | 336 # 'html' tests import the HTML library, so they only make sense in |
| 337 # a browser environment. | 337 # a browser environment. |
| 338 [ $runtime == vm || $runtime == dart_precompiled || $runtime == dart_app ] | 338 [ $runtime == vm || $runtime == dart_precompiled || $runtime == dart_app ] |
| 339 *: Skip | 339 *: Skip |
| 340 | 340 |
| 341 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 341 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 342 request_animation_frame_test: Skip # Async test hangs. | 342 request_animation_frame_test: Skip # Async test hangs. |
| 343 | 343 |
| 344 [ $runtime == drt ] |
| 345 webgl_extensions_test: Skip # webgl does not work properly on DRT, which is 'hea
dless'. |
| 346 |
| 344 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 347 [ $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. | 348 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. |
| 349 # TODO(sra): Change these tests to use a same-origin JavaScript script file. |
| 346 event_customevent_test: SkipByDesign | 350 event_customevent_test: SkipByDesign |
| 347 js_interop_1_test: SkipByDesign | 351 js_interop_1_test: SkipByDesign |
| 348 js_test: SkipByDesign | 352 js_test: SkipByDesign |
| 349 js_array_test: SkipByDesign | 353 js_array_test: SkipByDesign |
| 350 js_typed_interop_test: SkipByDesign | 354 js_typed_interop_test: SkipByDesign |
| 351 js_typed_interop_default_arg_test: SkipByDesign | 355 js_typed_interop_default_arg_test: SkipByDesign |
| 352 js_typed_interop_type_test: SkipByDesign | 356 js_typed_interop_type_test: SkipByDesign |
| 353 js_function_getter_test: SkipByDesign | 357 js_function_getter_test: SkipByDesign |
| 354 js_function_getter_trust_types_test: SkipByDesign | 358 js_function_getter_trust_types_test: SkipByDesign |
| 355 js_dart_to_string_test: SkipByDesign | 359 js_dart_to_string_test: SkipByDesign |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 400 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
| 397 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 401 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
| 398 | 402 |
| 399 [ $compiler == dart2js && $cps_ir && $host_checked ] | 403 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 400 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 404 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
| 401 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 405 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
| 402 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 406 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
| 403 | 407 |
| 404 [ $compiler == dart2js && $cps_ir && $checked ] | 408 [ $compiler == dart2js && $cps_ir && $checked ] |
| 405 *: Skip # `assert` not implemented | 409 *: Skip # `assert` not implemented |
| OLD | NEW |