| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 window_open_test: Skip # http://dartbug.com/5151 | 5 window_open_test: Skip # http://dartbug.com/5151 |
| 6 | 6 |
| 7 event_test: Skip # Issue 1996 | 7 event_test: Skip # Issue 1996 |
| 8 webgl_1_test: Skip # Issue 1495 | 8 webgl_1_test: Skip # Issue 1495 |
| 9 | 9 |
| 10 # Layout tests are only supported on DRT. | 10 # Layout tests are only supported on DRT. |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 | 251 |
| 252 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 252 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 253 request_animation_frame_test: Skip # Async test hangs. | 253 request_animation_frame_test: Skip # Async test hangs. |
| 254 | 254 |
| 255 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 255 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 256 isolates_test: Skip # Timeout because leg does not support web workers. | 256 isolates_test: Skip # Timeout because leg does not support web workers. |
| 257 | 257 |
| 258 [ $compiler == dart2js && $runtime == ff ] | 258 [ $compiler == dart2js && $runtime == ff ] |
| 259 inner_frame_test: Skip # Timeout | 259 inner_frame_test: Skip # Timeout |
| 260 svg_3_test: Skip # Timeout | 260 svg_3_test: Skip # Timeout |
| 261 | |
| 262 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ] | |
| 263 audiocontext_test: Fail | |
| 264 | |
| 265 [ $compiler == dart2js && $runtime == drt ] | |
| 266 notifications_test/webkitNotifications: Fail | |
| 267 | |
| 268 [ $compiler == none && $system == linux && $runtime == drt ] | |
| 269 audiocontext_test: Fail | |
| 270 notifications_test/webkitNotifications: Fail | |
| OLD | NEW |