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 xmldocument_test: Skip # XML in dart:html is incomplete | 9 xmldocument_test: Skip # XML in dart:html is incomplete |
10 xmlelement_test: Skip # XML in dart:html is incomplete | 10 xmlelement_test: Skip # XML in dart:html is incomplete |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
265 input_element_test/supported_range: Fail | 265 input_element_test/supported_range: Fail |
266 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable | 266 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable |
267 svg_3_test: Fail | 267 svg_3_test: Fail |
268 svgelement_test/additionalConstructors: Fail | 268 svgelement_test/additionalConstructors: Fail |
269 svgelement2_test: Fail | 269 svgelement2_test: Fail |
270 transferables_test: Fail # Issue 3392. | 270 transferables_test: Fail # Issue 3392. |
271 websql_test: Fail # FF does not support web SQL | 271 websql_test: Fail # FF does not support web SQL |
272 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. | 272 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. |
273 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4" | 273 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4" |
274 # (NS_ERROR_DOM_BAD_URI) ... | 274 # (NS_ERROR_DOM_BAD_URI) ... |
275 xhr_test: Fail | |
276 | 275 |
277 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 276 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
278 *: Skip | 277 *: Skip |
279 | 278 |
280 [ $runtime == safari && ($system == linux || $system == windows) ] | 279 [ $runtime == safari && ($system == linux || $system == windows) ] |
281 *: Skip | 280 *: Skip |
282 | 281 |
283 # 'html' tests import the HTML library, so they only make sense in | 282 # 'html' tests import the HTML library, so they only make sense in |
284 # a browser environment. | 283 # a browser environment. |
285 [ $runtime == vm ] | 284 [ $runtime == vm ] |
286 *: Skip | 285 *: Skip |
287 | 286 |
288 [ $compiler == dart2js ] | 287 [ $compiler == dart2js ] |
289 transferables_test: Skip # until isInstance works in dart2js | 288 transferables_test: Skip # until isInstance works in dart2js |
290 | 289 |
291 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 290 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
292 request_animation_frame_test: Skip # Async test hangs. | 291 request_animation_frame_test: Skip # Async test hangs. |
293 | 292 |
294 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] | 293 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] |
295 isolates_test: Skip # Timeout because leg does not support web workers. | 294 isolates_test: Skip # Timeout because leg does not support web workers. |
296 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . | 295 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . |
297 | 296 |
298 [ $compiler == dart2js && $runtime == ff ] | 297 [ $compiler == dart2js && $runtime == ff ] |
299 xhr_test: Skip # Timeout | |
Emily Fortuna
2013/01/04 00:51:03
couldn't repro.
| |
300 inner_frame_test: Skip # Timeout | 298 inner_frame_test: Skip # Timeout |
301 svg_3_test: Skip # Timeout | 299 svg_3_test: Skip # Timeout |
302 documentfragment_test: Skip # Timeout | 300 documentfragment_test: Skip # Timeout |
OLD | NEW |