| 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 | 8 |
| 9 [ $compiler == dart2js && $csp && $runtime == drt ] | 9 [ $compiler == dart2js && $csp && $runtime == drt ] |
| 10 mutationobserver_test: Skip # http://dartbug.com/15497 | 10 mutationobserver_test: Skip # http://dartbug.com/15497 |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. | 74 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. |
| 75 | 75 |
| 76 [ $compiler == dart2js && $runtime == safari ] | 76 [ $compiler == dart2js && $runtime == safari ] |
| 77 audiobuffersourcenode_test/supported: Pass, Timeout # Issue 12772 | 77 audiobuffersourcenode_test/supported: Pass, Timeout # Issue 12772 |
| 78 | 78 |
| 79 | 79 |
| 80 [ $compiler == dart2js && $browser && $checked ] | 80 [ $compiler == dart2js && $browser && $checked ] |
| 81 postmessage_structured_test/typed_arrays: Fail # Issue 10097 | 81 postmessage_structured_test/typed_arrays: Fail # Issue 10097 |
| 82 postmessage_structured_test/primitives: Fail # Issue 10097 | 82 postmessage_structured_test/primitives: Fail # Issue 10097 |
| 83 | 83 |
| 84 [ $compiler == dart2js && $runtime == chrome ] |
| 85 selectelement_test: Skip # http://dartbug.com/15516 |
| 86 |
| 84 [ $runtime == chrome ] | 87 [ $runtime == chrome ] |
| 85 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836 | 88 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836 |
| 86 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11836 | 89 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11836 |
| 87 | 90 |
| 88 touchevent_test/supported: Fail | 91 touchevent_test/supported: Fail |
| 89 | 92 |
| 90 xhr_test: Pass, Fail # Issue 11884 | 93 xhr_test: Pass, Fail # Issue 11884 |
| 91 xhr_cross_origin_test: Pass, Fail # Issue 11884 | 94 xhr_cross_origin_test: Pass, Fail # Issue 11884 |
| 92 | 95 |
| 93 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid] | 96 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid] |
| (...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 events_test: StaticWarning | 413 events_test: StaticWarning |
| 411 htmlelement_test: StaticWarning | 414 htmlelement_test: StaticWarning |
| 412 localstorage_test: StaticWarning | 415 localstorage_test: StaticWarning |
| 413 mutationobserver_test: StaticWarning | 416 mutationobserver_test: StaticWarning |
| 414 track_element_constructor_test: StaticWarning | 417 track_element_constructor_test: StaticWarning |
| 415 transferables_test: StaticWarning | 418 transferables_test: StaticWarning |
| 416 typed_arrays_range_checks_test: StaticWarning | 419 typed_arrays_range_checks_test: StaticWarning |
| 417 typing_test: StaticWarning | 420 typing_test: StaticWarning |
| 418 webgl_1_test: StaticWarning | 421 webgl_1_test: StaticWarning |
| 419 window_nosuchmethod_test: StaticWarning | 422 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |