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