| 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 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 6 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 7 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 7 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 8 | 8 |
| 9 js_array_test: Skip # Issue 23676, 23677 | 9 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 10 js_typed_interop_test: Skip # Issue 23676, 23677 | |
| 11 | 10 |
| 12 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 11 js_array_test: Skip # Dartium JSInterop failure |
| 12 js_typed_interop_test: Skip # Dartium JSInterop failure |
| 13 mirrors_js_typed_interop_test: Skip # Dartium JSInterop failure |
| 14 |
| 13 cross_domain_iframe_test: RuntimeError # Dartium JSInterop failure | 15 cross_domain_iframe_test: RuntimeError # Dartium JSInterop failure |
| 14 custom/document_register_type_extensions_test/registration: RuntimeError # Darti
um JSInterop failure | 16 custom/document_register_type_extensions_test/registration: RuntimeError # Darti
um JSInterop failure |
| 15 custom/element_upgrade_test: RuntimeError # Dartium JSInterop failure | 17 custom/element_upgrade_test: RuntimeError # Dartium JSInterop failure |
| 16 indexeddb_2_test: Skip # Dartium JSInterop failure | 18 indexeddb_2_test: Skip # Dartium JSInterop failure |
| 17 js_test/transferrables: RuntimeError # Dartium JSInterop failure | 19 js_test/transferrables: RuntimeError # Dartium JSInterop failure |
| 18 js_test/JsArray: RuntimeError # Dartium JSInterop failure | 20 js_test/JsArray: RuntimeError # Dartium JSInterop failure |
| 19 native_gc_test: Skip # Dartium JSInterop failure | 21 native_gc_test: Skip # Dartium JSInterop failure |
| 20 storage_quota_test/missingenumcheck: RuntimeError # Dartium JSInterop failure | 22 storage_quota_test/missingenumcheck: RuntimeError # Dartium JSInterop failure |
| 21 storage_quota_test/none: RuntimeError # Dartium JSInterop failure | 23 storage_quota_test/none: RuntimeError # Dartium JSInterop failure |
| 22 transferables_test: RuntimeError # Dartium JSInterop failure | 24 transferables_test: RuntimeError # Dartium JSInterop failure |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 # 'html' tests import the HTML library, so they only make sense in | 380 # 'html' tests import the HTML library, so they only make sense in |
| 379 # a browser environment. | 381 # a browser environment. |
| 380 [ $runtime == vm ] | 382 [ $runtime == vm ] |
| 381 *: Skip | 383 *: Skip |
| 382 | 384 |
| 383 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 385 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 384 request_animation_frame_test: Skip # Async test hangs. | 386 request_animation_frame_test: Skip # Async test hangs. |
| 385 | 387 |
| 386 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 388 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 387 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. | 389 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. |
| 388 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 390 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 389 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 391 js_interop_1_test: Skip # Test cannot run under CSP restrictions (ti
mes out). |
| 390 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 392 js_test: Skip # Test cannot run under CSP restrictions (ti
mes out). |
| 391 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 393 js_array_test: Skip # Test cannot run under CSP restrictions. |
| 394 js_typed_interop_test: Skip # Test cannot run under CSP restrictions. |
| 395 js_dart_to_string_test: Skip # Test cannot run under CSP restrictions. |
| 396 mirrors_js_typed_interop_test: Skip # Test cannot run under CSP restrictions. |
| 397 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (ti
mes out). |
| 392 | 398 |
| 393 [ $compiler == dart2js && $runtime == chrome] | 399 [ $compiler == dart2js && $runtime == chrome] |
| 394 svgelement_test/supported_altGlyph: RuntimeError # Issue 23144 | 400 svgelement_test/supported_altGlyph: RuntimeError # Issue 23144 |
| 395 | 401 |
| 396 [ ($runtime == dartium) && ($system == macos || $system == windows || $system ==
linux)] | 402 [ ($runtime == dartium) && ($system == macos || $system == windows || $system ==
linux)] |
| 397 # Desktop operating systems do not support touch events on chrome 34 dartium. | 403 # Desktop operating systems do not support touch events on chrome 34 dartium. |
| 398 touchevent_test/supported: Fail | 404 touchevent_test/supported: Fail |
| 399 | 405 |
| 400 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w
indows ] | 406 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w
indows ] |
| 401 xhr_test/xhr: Skip # Times out. Issue 21527 | 407 xhr_test/xhr: Skip # Times out. Issue 21527 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 414 queryall_test: fail | 420 queryall_test: fail |
| 415 track_element_constructor_test: StaticWarning | 421 track_element_constructor_test: StaticWarning |
| 416 transferables_test: StaticWarning | 422 transferables_test: StaticWarning |
| 417 typed_arrays_range_checks_test: StaticWarning | 423 typed_arrays_range_checks_test: StaticWarning |
| 418 typing_test: StaticWarning | 424 typing_test: StaticWarning |
| 419 webgl_1_test: StaticWarning | 425 webgl_1_test: StaticWarning |
| 420 window_nosuchmethod_test: StaticWarning | 426 window_nosuchmethod_test: StaticWarning |
| 421 | 427 |
| 422 [ $compiler == dart2js && $cps_ir ] | 428 [ $compiler == dart2js && $cps_ir ] |
| 423 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
: await for | 429 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
: await for |
| OLD | NEW |