| 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 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 6 interactive_test: Skip # Must be run manually. | 6 interactive_test: Skip # Must be run manually. |
| 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 8 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 8 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 9 | 9 |
| 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 371 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 372 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. | 372 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. |
| 373 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 373 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 374 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 374 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 375 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 375 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 376 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 376 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 377 | 377 |
| 378 [ $compiler == dart2js && ($runtime == drt || $runtime ==chrome) ] | 378 [ $compiler == dart2js && ($runtime == drt || $runtime ==chrome) ] |
| 379 wheelevent_test: Fail # Issue 12958 | 379 wheelevent_test: Fail # Issue 12958 |
| 380 | 380 |
| 381 [ $compiler == dart2js && $runtime == ff && $system == windows ] | |
| 382 node_validator_test: Fail # Issue 22564 | |
| 383 | |
| 384 [ $compiler == dart2js && $runtime == chrome] | 381 [ $compiler == dart2js && $runtime == chrome] |
| 385 svgelement_test/supported_altGlyph: RuntimeError # Issue 22154 | 382 svgelement_test/supported_altGlyph: RuntimeError # Issue 22154 |
| 386 | 383 |
| 387 [ ($runtime == dartium) && ($system == macos || $system == windows || $system ==
linux)] | 384 [ ($runtime == dartium) && ($system == macos || $system == windows || $system ==
linux)] |
| 388 # Desktop operating systems do not support touch events on chrome 34 dartium. | 385 # Desktop operating systems do not support touch events on chrome 34 dartium. |
| 389 touchevent_test/supported: Fail | 386 touchevent_test/supported: Fail |
| 390 | 387 |
| 391 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w
indows ] | 388 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w
indows ] |
| 392 xhr_test/xhr: Skip # Times out. Issue 21527 | 389 xhr_test/xhr: Skip # Times out. Issue 21527 |
| 393 | 390 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 405 htmlelement_test: StaticWarning | 402 htmlelement_test: StaticWarning |
| 406 localstorage_test: StaticWarning | 403 localstorage_test: StaticWarning |
| 407 mutationobserver_test: StaticWarning | 404 mutationobserver_test: StaticWarning |
| 408 queryall_test: fail | 405 queryall_test: fail |
| 409 track_element_constructor_test: StaticWarning | 406 track_element_constructor_test: StaticWarning |
| 410 transferables_test: StaticWarning | 407 transferables_test: StaticWarning |
| 411 typed_arrays_range_checks_test: StaticWarning | 408 typed_arrays_range_checks_test: StaticWarning |
| 412 typing_test: StaticWarning | 409 typing_test: StaticWarning |
| 413 webgl_1_test: StaticWarning | 410 webgl_1_test: StaticWarning |
| 414 window_nosuchmethod_test: StaticWarning | 411 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |