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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 [ $runtime == chrome && ($system == windows || $system == linux) ] | 350 [ $runtime == chrome && ($system == windows || $system == linux) ] |
351 webgl_extensions_test: Fail # WebGL extension tests fail without graphics. This
is dependent on our bot configuration. | 351 webgl_extensions_test: Fail # WebGL extension tests fail without graphics. This
is dependent on our bot configuration. |
352 | 352 |
353 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 353 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
354 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. | 354 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. |
355 # TODO(sra): Change these tests to use a same-origin JavaScript script file. | 355 # TODO(sra): Change these tests to use a same-origin JavaScript script file. |
356 event_customevent_test: SkipByDesign | 356 event_customevent_test: SkipByDesign |
357 js_interop_1_test: SkipByDesign | 357 js_interop_1_test: SkipByDesign |
358 js_test: SkipByDesign | 358 js_test: SkipByDesign |
359 js_array_test: SkipByDesign | 359 js_array_test: SkipByDesign |
| 360 js_util_test: SkipByDesign |
360 js_typed_interop_bind_this_test: SkipByDesign | 361 js_typed_interop_bind_this_test: SkipByDesign |
361 js_typed_interop_callable_object_test: SkipByDesign | 362 js_typed_interop_callable_object_test: SkipByDesign |
362 js_typed_interop_test: SkipByDesign | 363 js_typed_interop_test: SkipByDesign |
363 js_typed_interop_default_arg_test: SkipByDesign | 364 js_typed_interop_default_arg_test: SkipByDesign |
364 js_typed_interop_type_test: SkipByDesign | 365 js_typed_interop_type_test: SkipByDesign |
365 js_typed_interop_window_property_test: SkipByDesign | 366 js_typed_interop_window_property_test: SkipByDesign |
366 js_function_getter_test: SkipByDesign | 367 js_function_getter_test: SkipByDesign |
367 js_function_getter_trust_types_test: SkipByDesign | 368 js_function_getter_trust_types_test: SkipByDesign |
368 js_dart_to_string_test: SkipByDesign | 369 js_dart_to_string_test: SkipByDesign |
369 mirrors_js_typed_interop_test: SkipByDesign | 370 mirrors_js_typed_interop_test: SkipByDesign |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
408 # These are raw dart:js tests that fail due to bugs in the CPS IR: | 409 # These are raw dart:js tests that fail due to bugs in the CPS IR: |
409 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 410 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
410 | 411 |
411 [ $compiler == dart2js && $cps_ir && $host_checked ] | 412 [ $compiler == dart2js && $cps_ir && $host_checked ] |
412 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 413 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
413 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 414 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
414 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 415 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
415 | 416 |
416 [ $compiler == dart2js && $cps_ir && $checked ] | 417 [ $compiler == dart2js && $cps_ir && $checked ] |
417 *: Skip # `assert` not implemented | 418 *: Skip # `assert` not implemented |
OLD | NEW |