| 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 | 8 |
| 9 [ $compiler == dart2js && $browser ] | 9 [ $compiler == dart2js && $browser ] |
| 10 element_offset_test/offset: Pass, Fail # Issue 13296 | 10 element_offset_test/offset: Pass, Fail # Issue 13296 |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 | 80 |
| 81 [ $runtime == chrome ] | 81 [ $runtime == chrome ] |
| 82 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836 | 82 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836 |
| 83 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11836 | 83 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11836 |
| 84 | 84 |
| 85 touchevent_test/supported: Fail | 85 touchevent_test/supported: Fail |
| 86 | 86 |
| 87 xhr_test: Pass, Fail # Issue 11884 | 87 xhr_test: Pass, Fail # Issue 11884 |
| 88 xhr_cross_origin_test: Pass, Fail # Issue 11884 | 88 xhr_cross_origin_test: Pass, Fail # Issue 11884 |
| 89 | 89 |
| 90 [ $runtime == chrome || $runtime == chromeOnAndroid || $runtime == drt || $runti
me == safari ] | |
| 91 audiocontext_test: Skip # Issue 9322 | |
| 92 | |
| 93 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid] | 90 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid] |
| 94 webgl_1_test: Pass, Fail # Issue 8219 | 91 webgl_1_test: Pass, Fail # Issue 8219 |
| 95 | 92 |
| 96 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 93 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 97 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented | 94 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented |
| 98 worker_api_test: Fail # http://dartbug.com/10223 | 95 worker_api_test: Fail # http://dartbug.com/10223 |
| 99 | 96 |
| 100 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 97 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| 101 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 98 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 102 | 99 |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 400 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 404 | 401 |
| 405 [ $compiler == dart2js && $runtime == drt ] | 402 [ $compiler == dart2js && $runtime == drt ] |
| 406 wheelevent_test: Fail # http://dartbug.com/12958 | 403 wheelevent_test: Fail # http://dartbug.com/12958 |
| 407 | 404 |
| 408 [ $compiler == none && $runtime == dartium ] | 405 [ $compiler == none && $runtime == dartium ] |
| 409 async_test: Timeout # Issue 13719: Please triage this failure. | 406 async_test: Timeout # Issue 13719: Please triage this failure. |
| 410 dromaeo_smoke_test: Fail # Issue 13719: Please triage this failure. | 407 dromaeo_smoke_test: Fail # Issue 13719: Please triage this failure. |
| 411 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 | 408 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 |
| 412 touchevent_test/supported: Fail # Issue 13719: Please triage this failure. | 409 touchevent_test/supported: Fail # Issue 13719: Please triage this failure. |
| OLD | NEW |