| 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 js_array_test: Skip # Issue 23676, 23677 |
| 10 js_typed_interop_test: Skip # Issue 23676, 23677 | 10 js_typed_interop_test: Skip # Issue 23676, 23677 |
| 11 | 11 |
| 12 [ $compiler == none && $runtime == dartium ] | |
| 13 html/custom/created_callback_test: RuntimeError # Dartium JSInterop failure | |
| 14 html/indexeddb_2_test: RuntimeError # Dartium JSInterop failure | |
| 15 html/native_gc_test: RuntimeError # Dartium JSInterop failure | |
| 16 | |
| 17 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 12 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 18 form_data_test/functional: Skip # Issue 19726 | 13 form_data_test/functional: Skip # Issue 19726 |
| 19 indexeddb_1_test/functional: Skip # Issue 19512 (timing out) | 14 indexeddb_1_test/functional: Skip # Issue 19512 (timing out) |
| 20 indexeddb_4_test: Skip # Issue 19726 | 15 indexeddb_4_test: Skip # Issue 19726 |
| 21 worker_api_test: Fail # Issue 10223 | 16 worker_api_test: Fail # Issue 10223 |
| 22 resource_http_test: Fail # Issue 24203 | 17 resource_http_test: Fail # Issue 24203 |
| 23 | 18 |
| 24 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
|| $runtime == ContentShellOnAndroid) ] | 19 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
|| $runtime == ContentShellOnAndroid) ] |
| 25 datalistelement_test: Skip # Issue 20540 | 20 datalistelement_test: Skip # Issue 20540 |
| 26 | 21 |
| (...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 # 'html' tests import the HTML library, so they only make sense in | 365 # 'html' tests import the HTML library, so they only make sense in |
| 371 # a browser environment. | 366 # a browser environment. |
| 372 [ $runtime == vm ] | 367 [ $runtime == vm ] |
| 373 *: Skip | 368 *: Skip |
| 374 | 369 |
| 375 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 370 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 376 request_animation_frame_test: Skip # Async test hangs. | 371 request_animation_frame_test: Skip # Async test hangs. |
| 377 | 372 |
| 378 [ $compiler == dart2js && $runtime == ff ] | 373 [ $compiler == dart2js && $runtime == ff ] |
| 379 history_test/history: Skip # Issue 22050 | 374 history_test/history: Skip # Issue 22050 |
| 380 html/svgelement_test/innerHtml: RuntimeError # Dartium JSInterop failure | |
| 381 html/svgelement_test/outerHtml: RuntimeError # Dartium JSInterop failure | |
| 382 | 375 |
| 383 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 376 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 384 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. | 377 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. |
| 385 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 378 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 386 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 379 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 387 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 380 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 388 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 381 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 389 | 382 |
| 390 [ $compiler == dart2js && $runtime == chrome] | 383 [ $compiler == dart2js && $runtime == chrome] |
| 391 svgelement_test/supported_altGlyph: RuntimeError # Issue 23144 | 384 svgelement_test/supported_altGlyph: RuntimeError # Issue 23144 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 411 queryall_test: fail | 404 queryall_test: fail |
| 412 track_element_constructor_test: StaticWarning | 405 track_element_constructor_test: StaticWarning |
| 413 transferables_test: StaticWarning | 406 transferables_test: StaticWarning |
| 414 typed_arrays_range_checks_test: StaticWarning | 407 typed_arrays_range_checks_test: StaticWarning |
| 415 typing_test: StaticWarning | 408 typing_test: StaticWarning |
| 416 webgl_1_test: StaticWarning | 409 webgl_1_test: StaticWarning |
| 417 window_nosuchmethod_test: StaticWarning | 410 window_nosuchmethod_test: StaticWarning |
| 418 | 411 |
| 419 [ $compiler == dart2js && $cps_ir ] | 412 [ $compiler == dart2js && $cps_ir ] |
| 420 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
: await for | 413 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
: await for |
| OLD | NEW |