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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 ] | 347 [ $runtime == drt ] |
348 webgl_extensions_test: Skip # webgl does not work properly on DRT, which is 'hea
dless'. | 348 webgl_extensions_test: Skip # webgl does not work properly on DRT, which is 'hea
dless'. |
349 | 349 |
| 350 [ $runtime == dartium && ($system == windows || $system == linux) ] |
| 351 webgl_extensions_test: Fail # WebGL extension tests fail on Dartium without grap
hics. This is dependent on our bot configuration. |
| 352 |
| 353 [ $runtime == chrome && ($system == windows || $system == linux) ] |
| 354 webgl_extensions_test: Fail # WebGL extension tests fail without graphics. This
is dependent on our bot configuration. |
| 355 |
350 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 356 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
351 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. | 357 # 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. | 358 # TODO(sra): Change these tests to use a same-origin JavaScript script file. |
353 event_customevent_test: SkipByDesign | 359 event_customevent_test: SkipByDesign |
354 js_interop_1_test: SkipByDesign | 360 js_interop_1_test: SkipByDesign |
355 js_test: SkipByDesign | 361 js_test: SkipByDesign |
356 js_array_test: SkipByDesign | 362 js_array_test: SkipByDesign |
357 js_typed_interop_test: SkipByDesign | 363 js_typed_interop_test: SkipByDesign |
358 js_typed_interop_default_arg_test: SkipByDesign | 364 js_typed_interop_default_arg_test: SkipByDesign |
359 js_typed_interop_type_test: SkipByDesign | 365 js_typed_interop_type_test: SkipByDesign |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 # 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: |
404 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 | 410 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 |
405 | 411 |
406 [ $compiler == dart2js && $cps_ir && $host_checked ] | 412 [ $compiler == dart2js && $cps_ir && $host_checked ] |
407 js_typed_interop_default_arg_test/none: Crash # Issue 25911 | 413 js_typed_interop_default_arg_test/none: Crash # Issue 25911 |
408 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 | 414 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 |
409 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 | 415 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 |
410 | 416 |
411 [ $compiler == dart2js && $cps_ir && $checked ] | 417 [ $compiler == dart2js && $cps_ir && $checked ] |
412 *: Skip # `assert` not implemented | 418 *: Skip # `assert` not implemented |
OLD | NEW |