| 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 # Skipped for in-progress Dartium rull on 8-16-2013 | 5 # Skipped for in-progress Dartium rull on 8-16-2013 |
| 6 node_test/iterating: Fail | 6 node_test/iterating: Fail |
| 7 websocket_test: skip | 7 websocket_test: skip |
| 8 | 8 |
| 9 async_window_test: Skip #TODO(gram): investigating | 9 async_window_test: Skip #TODO(gram): investigating |
| 10 event_test: Skip # Issue 1996 | 10 event_test: Skip # Issue 1996 |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 | 64 |
| 65 [ $runtime == chrome ] | 65 [ $runtime == chrome ] |
| 66 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836 | 66 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836 |
| 67 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11836 | 67 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11836 |
| 68 | 68 |
| 69 touchevent_test/supported: Fail | 69 touchevent_test/supported: Fail |
| 70 | 70 |
| 71 xhr_test: Pass, Fail # Issue 11884 | 71 xhr_test: Pass, Fail # Issue 11884 |
| 72 xhr_cross_origin_test: Pass, Fail # Issue 11884 | 72 xhr_cross_origin_test: Pass, Fail # Issue 11884 |
| 73 | 73 |
| 74 fileapi_test/directoryReader: Fail # Issue 12573 |
| 75 |
| 74 [ $runtime == chrome || $runtime == chromeOnAndroid || $runtime == drt || $runti
me == safari ] | 76 [ $runtime == chrome || $runtime == chromeOnAndroid || $runtime == drt || $runti
me == safari ] |
| 75 audiocontext_test: Skip # Issue 9322 | 77 audiocontext_test: Skip # Issue 9322 |
| 76 | 78 |
| 77 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid] | 79 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid] |
| 78 webgl_1_test: Pass, Fail # Issue 8219 | 80 webgl_1_test: Pass, Fail # Issue 8219 |
| 79 | 81 |
| 80 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 82 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 81 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented | 83 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented |
| 82 worker_api_test: Fail # http://dartbug.com/10223 | 84 worker_api_test: Fail # http://dartbug.com/10223 |
| 83 | 85 |
| (...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 399 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 398 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 400 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 399 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 401 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| 400 | 402 |
| 401 # Skipped for in-progress Dartium rull on 8-16-2013 | 403 # Skipped for in-progress Dartium rull on 8-16-2013 |
| 402 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 404 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 403 mutation_observer_test: Crash | 405 mutation_observer_test: Crash |
| 404 crypto_test/functional: Fail | 406 crypto_test/functional: Fail |
| 405 websocket_test/websocket: Timeout | 407 websocket_test/websocket: Timeout |
| 406 notifications_test/webkitNotifications: Fail | 408 notifications_test/webkitNotifications: Fail |
| OLD | NEW |