| 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 | 8 |
| 9 # Layout tests are only supported on DRT. | 9 # Layout tests are only supported on DRT. |
| 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 microtask_test: Fail, Pass # Appears to be flaky | 80 microtask_test: Fail, Pass # Appears to be flaky |
| 81 mutationobserver_test/supported: Fail | 81 mutationobserver_test/supported: Fail |
| 82 native_gc_test: Fail, Pass # BUG(7774): Untriaged. | 82 native_gc_test: Fail, Pass # BUG(7774): Untriaged. |
| 83 notifications_test/supported: Fail | 83 notifications_test/supported: Fail |
| 84 serialized_script_value_test: Fail | 84 serialized_script_value_test: Fail |
| 85 shadow_dom_test/supported: Fail | 85 shadow_dom_test/supported: Fail |
| 86 speechrecognition_test/supported: Fail | 86 speechrecognition_test/supported: Fail |
| 87 storage_test: Fail, Pass | 87 storage_test: Fail, Pass |
| 88 svgelement_test/additionalConstructors: Fail | 88 svgelement_test/additionalConstructors: Fail |
| 89 svgelement2_test: Fail | 89 svgelement2_test: Fail |
| 90 svg_3_test: Fail | |
| 91 touchevent_test/supported: Fail | 90 touchevent_test/supported: Fail |
| 92 webgl_1_test/supported: Fail | 91 webgl_1_test/supported: Fail |
| 93 websql_test/supported: Fail | 92 websql_test/supported: Fail |
| 94 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 93 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 95 window_open_test: Skip | 94 window_open_test: Skip |
| 96 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. | 95 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. |
| 97 xhr_test/supported_HttpRequestProgressEvent: Fail | 96 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 98 xsltprocessor_test/supported: Fail | 97 xsltprocessor_test/supported: Fail |
| 99 history_test/history: Pass, Fail # issue 8183 | 98 history_test/history: Pass, Fail # issue 8183 |
| 100 | 99 |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 | 293 |
| 295 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 294 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 296 request_animation_frame_test: Skip # Async test hangs. | 295 request_animation_frame_test: Skip # Async test hangs. |
| 297 | 296 |
| 298 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 297 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 299 isolates_test: Skip # Timeout because leg does not support web workers. | 298 isolates_test: Skip # Timeout because leg does not support web workers. |
| 300 | 299 |
| 301 [ $compiler == dart2js && $runtime == ff ] | 300 [ $compiler == dart2js && $runtime == ff ] |
| 302 inner_frame_test: Skip # Timeout | 301 inner_frame_test: Skip # Timeout |
| 303 svg_3_test: Skip # Timeout | 302 svg_3_test: Skip # Timeout |
| OLD | NEW |