| 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 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 9 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 
| 10 | 10 | 
| 11 js_array_test: Skip # Dartium JSInterop failure | 11 js_array_test: Skip # Dartium JSInterop failure | 
| 12 js_typed_interop_test: Skip # Dartium JSInterop failure | 12 js_typed_interop_test: Skip # Dartium JSInterop failure | 
| 13 mirrors_js_typed_interop_test: Skip # Dartium JSInterop failure | 13 mirrors_js_typed_interop_test: Skip # Dartium JSInterop failure | 
| 14 | 14 | 
| 15 cross_domain_iframe_test: RuntimeError # Dartium JSInterop failure | 15 cross_domain_iframe_test: RuntimeError # Dartium JSInterop failure | 
| 16 indexeddb_2_test: Fail # Dartium JSInterop failure. Identity preservation on arr
     ay deferred copy. | 16 indexeddb_2_test: Fail # Dartium JSInterop failure. Identity preservation on arr
     ay deferred copy. | 
| 17 js_test/transferrables: RuntimeError # Dartium JSInterop failure | 17 js_test/transferrables: RuntimeError # Dartium JSInterop failure | 
| 18 js_test/JsArray: RuntimeError # Dartium JSInterop failure | 18 js_test/JsArray: RuntimeError # Dartium JSInterop failure | 
| 19 native_gc_test: Skip # Dartium JSInterop failure | 19 native_gc_test: Skip # Dartium JSInterop failure | 
| 20 transferables_test: RuntimeError # Dartium JSInterop failure | 20 transferables_test: RuntimeError # Dartium JSInterop failure | 
| 21 | 21 | 
|  | 22 | 
| 22 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] | 23 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] | 
| 23 worker_api_test: Fail # Issue 10223 | 24 worker_api_test: Fail # Issue 10223 | 
| 24 resource_http_test: Fail # Issue 24203 | 25 resource_http_test: Fail # Issue 24203 | 
|  | 26 js_function_getter_trust_types_test: Skip # dartium doesn't support trust types. | 
| 25 | 27 | 
| 26 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
      ) ] | 28 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
      ) ] | 
| 27 datalistelement_test: Skip # Issue 20540 | 29 datalistelement_test: Skip # Issue 20540 | 
| 28 | 30 | 
| 29 [ $compiler == dart2js ] | 31 [ $compiler == dart2js ] | 
| 30 input_element_test/attributes: Fail # Issue 21555 | 32 input_element_test/attributes: Fail # Issue 21555 | 
| 31 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
      to Dartium | 33 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
      to Dartium | 
| 32 | 34 | 
| 33 [ $compiler == dart2js && $csp && $browser ] | 35 [ $compiler == dart2js && $csp && $browser ] | 
| 34 custom/js_custom_test: Fail # Issue 14643 | 36 custom/js_custom_test: Fail # Issue 14643 | 
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 373 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 375 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 
| 374 request_animation_frame_test: Skip # Async test hangs. | 376 request_animation_frame_test: Skip # Async test hangs. | 
| 375 | 377 | 
| 376 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
     time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 378 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
     time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 
| 377 # Note: these tests are all injecting scripts by design.  This is not allowed un
     der CSP. | 379 # Note: these tests are all injecting scripts by design.  This is not allowed un
     der CSP. | 
| 378 event_customevent_test: Fail        # Test cannot run under CSP restrictions. | 380 event_customevent_test: Fail        # Test cannot run under CSP restrictions. | 
| 379 js_interop_1_test: Skip             # Test cannot run under CSP restrictions (ti
     mes out). | 381 js_interop_1_test: Skip             # Test cannot run under CSP restrictions (ti
     mes out). | 
| 380 js_test: Skip                       # Test cannot run under CSP restrictions (ti
     mes out). | 382 js_test: Skip                       # Test cannot run under CSP restrictions (ti
     mes out). | 
| 381 js_array_test: Skip                 # Test cannot run under CSP restrictions. | 383 js_array_test: Skip                 # Test cannot run under CSP restrictions. | 
| 382 js_typed_interop_test: Skip         # Test cannot run under CSP restrictions. | 384 js_typed_interop_test: Skip         # Test cannot run under CSP restrictions. | 
|  | 385 js_function_getter_test: Skip       # Test cannot run under CSP restrictions. | 
|  | 386 js_function_getter_trust_types_test: Skip  # Test cannot run under CSP restricti
     ons. | 
| 383 js_dart_to_string_test: Skip        # Test cannot run under CSP restrictions. | 387 js_dart_to_string_test: Skip        # Test cannot run under CSP restrictions. | 
| 384 mirrors_js_typed_interop_test: Skip # Test cannot run under CSP restrictions. | 388 mirrors_js_typed_interop_test: Skip # Test cannot run under CSP restrictions. | 
| 385 postmessage_structured_test: Skip   # Test cannot run under CSP restrictions (ti
     mes out). | 389 postmessage_structured_test: Skip   # Test cannot run under CSP restrictions (ti
     mes out). | 
| 386 | 390 | 
| 387 [ $compiler == dart2js &&  $runtime == chrome] | 391 [ $compiler == dart2js &&  $runtime == chrome] | 
| 388 svgelement_test/supported_altGlyph: RuntimeError # Issue 23144 | 392 svgelement_test/supported_altGlyph: RuntimeError # Issue 23144 | 
| 389 | 393 | 
| 390 [ ($runtime == dartium) && ($system == macos || $system == windows || $system ==
      linux)] | 394 [ ($runtime == dartium) && ($system == macos || $system == windows || $system ==
      linux)] | 
| 391 # Desktop operating systems do not support touch events on chrome 34 dartium. | 395 # Desktop operating systems do not support touch events on chrome 34 dartium. | 
| 392 touchevent_test/supported: Fail | 396 touchevent_test/supported: Fail | 
| 393 | 397 | 
| 394 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w
     indows ] | 398 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w
     indows ] | 
| 395 xhr_test/xhr: Skip # Times out.  Issue 21527 | 399 xhr_test/xhr: Skip # Times out.  Issue 21527 | 
| 396 | 400 | 
| 397 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 401 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 
| 398 custom/document_register_basic_test: StaticWarning | 402 custom/document_register_basic_test: StaticWarning | 
| 399 custom/element_upgrade_test: StaticWarning | 403 custom/element_upgrade_test: StaticWarning | 
| 400 datalistelement_test: StaticWarning | 404 datalistelement_test: StaticWarning | 
| 401 documentfragment_test: StaticWarning | 405 documentfragment_test: StaticWarning | 
| 402 element_add_test: StaticWarning | 406 element_add_test: StaticWarning | 
| 403 element_test: StaticWarning | 407 element_test: StaticWarning | 
| 404 events_test: StaticWarning | 408 events_test: StaticWarning | 
| 405 htmlelement_test: StaticWarning | 409 htmlelement_test: StaticWarning | 
|  | 410 js_function_getter_trust_types_test: skip # dart2js specific flags. | 
| 406 localstorage_test: StaticWarning | 411 localstorage_test: StaticWarning | 
| 407 mutationobserver_test: StaticWarning | 412 mutationobserver_test: StaticWarning | 
| 408 queryall_test: fail | 413 queryall_test: fail | 
| 409 track_element_constructor_test: StaticWarning | 414 track_element_constructor_test: StaticWarning | 
| 410 transferables_test: StaticWarning | 415 transferables_test: StaticWarning | 
| 411 typed_arrays_range_checks_test: StaticWarning | 416 typed_arrays_range_checks_test: StaticWarning | 
| 412 typing_test: StaticWarning | 417 typing_test: StaticWarning | 
| 413 webgl_1_test: StaticWarning | 418 webgl_1_test: StaticWarning | 
| 414 window_nosuchmethod_test: StaticWarning | 419 window_nosuchmethod_test: StaticWarning | 
| 415 | 420 | 
| 416 [ $compiler == dart2js && $cps_ir ] | 421 [ $compiler == dart2js && $cps_ir ] | 
| 417 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
     : await for | 422 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
     : await for | 
| OLD | NEW | 
|---|