| 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 xhr_cross_origin_test: Skip # http://dartbug.com/5645 | 5 xhr_cross_origin_test: Skip # http://dartbug.com/5645 |
| 6 | 6 |
| 7 window_open_test: Fail, Pass # http://dartbug.com/5151 | 7 window_open_test: Fail, Pass # http://dartbug.com/5151 |
| 8 | 8 |
| 9 event_test: Skip # Issue 1996 | 9 event_test: Skip # Issue 1996 |
| 10 webgl_1_test: Skip # Issue 1495 | 10 webgl_1_test: Skip # Issue 1495 |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 | 204 |
| 205 [ $compiler == dart2js ] | 205 [ $compiler == dart2js ] |
| 206 transferables_test: Skip # until isInstance works in dart2js | 206 transferables_test: Skip # until isInstance works in dart2js |
| 207 | 207 |
| 208 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 208 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 209 request_animation_frame_test: Skip # Async test hangs. | 209 request_animation_frame_test: Skip # Async test hangs. |
| 210 | 210 |
| 211 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 211 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 212 isolates_test: Skip # Timeout because leg does not support web workers. | 212 isolates_test: Skip # Timeout because leg does not support web workers. |
| 213 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. | 213 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. |
| 214 form_data_test: Fail # Wrong JavaScript type name for FormData, issue 5681. |
| 214 | 215 |
| 215 [ $compiler == dart2js && $runtime == ff && $system == linux] | 216 [ $compiler == dart2js && $runtime == ff && $system == linux] |
| 216 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er
ror: The data provided does not meet the requirements of the function. | 217 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er
ror: The data provided does not meet the requirements of the function. |
| 217 | 218 |
| 218 [ $compiler == dart2js && $runtime == ff ] | 219 [ $compiler == dart2js && $runtime == ff ] |
| 219 xhr_test: Skip # Timeout | 220 xhr_test: Skip # Timeout |
| 220 inner_frame_test: Skip # Timeout | 221 inner_frame_test: Skip # Timeout |
| 221 svg_3_test: Skip # Timeout | 222 svg_3_test: Skip # Timeout |
| 222 documentfragment_test: Skip # Timeout | 223 documentfragment_test: Skip # Timeout |
| 223 | 224 |
| 224 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 225 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 225 css_test: Pass, Fail # Issue #2823 | 226 css_test: Pass, Fail # Issue #2823 |
| 226 | 227 |
| 227 [ $compiler == dart2js && $runtime == ff && $system == windows] | 228 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 228 js_interop_2_test: Fail # Issue 4658. | 229 js_interop_2_test: Fail # Issue 4658. |
| 229 js_interop_3_test: Fail # Issue 4658. | 230 js_interop_3_test: Fail # Issue 4658. |
| 230 | 231 |
| 231 [ $compiler == dart2js && $checked && $browser] | 232 [ $compiler == dart2js && $checked && $browser] |
| 232 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 233 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
| OLD | NEW |