| 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 async_window_test: Skip #TODO(gram): investigating | 5 async_window_test: Skip #TODO(gram): investigating |
| 6 event_test: Skip # Issue 1996 | 6 event_test: Skip # Issue 1996 |
| 7 interactive_test: Skip # Must be run manually. | 7 interactive_test: Skip # Must be run manually. |
| 8 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 8 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 9 | 9 |
| 10 [ $compiler == dart2js && $csp ] | 10 [ $compiler == dart2js && $csp ] |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 | 82 |
| 83 [ $runtime == chrome ] | 83 [ $runtime == chrome ] |
| 84 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836 | 84 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836 |
| 85 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11836 | 85 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11836 |
| 86 | 86 |
| 87 touchevent_test/supported: Fail | 87 touchevent_test/supported: Fail |
| 88 | 88 |
| 89 xhr_test: Pass, Fail # Issue 11884 | 89 xhr_test: Pass, Fail # Issue 11884 |
| 90 xhr_cross_origin_test: Pass, Fail # Issue 11884 | 90 xhr_cross_origin_test: Pass, Fail # Issue 11884 |
| 91 | 91 |
| 92 fileapi_test/fileEntry: Pass, Fail # Issue 15355 | |
| 93 | |
| 94 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid] | 92 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid] |
| 95 webgl_1_test: Pass, Fail # Issue 8219 | 93 webgl_1_test: Pass, Fail # Issue 8219 |
| 96 | 94 |
| 97 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 95 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 98 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented | 96 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented |
| 99 worker_api_test: Fail # http://dartbug.com/10223 | 97 worker_api_test: Fail # http://dartbug.com/10223 |
| 100 | 98 |
| 101 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 99 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| 102 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 100 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 103 | 101 |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 events_test: StaticWarning | 408 events_test: StaticWarning |
| 411 htmlelement_test: StaticWarning | 409 htmlelement_test: StaticWarning |
| 412 localstorage_test: StaticWarning | 410 localstorage_test: StaticWarning |
| 413 mutationobserver_test: StaticWarning | 411 mutationobserver_test: StaticWarning |
| 414 track_element_constructor_test: StaticWarning | 412 track_element_constructor_test: StaticWarning |
| 415 transferables_test: StaticWarning | 413 transferables_test: StaticWarning |
| 416 typed_arrays_range_checks_test: StaticWarning | 414 typed_arrays_range_checks_test: StaticWarning |
| 417 typing_test: StaticWarning | 415 typing_test: StaticWarning |
| 418 webgl_1_test: StaticWarning | 416 webgl_1_test: StaticWarning |
| 419 window_nosuchmethod_test: StaticWarning | 417 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |