Chromium Code Reviews| 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 277 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4" | 277 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4" |
| 278 # (NS_ERROR_DOM_BAD_URI) ... | 278 # (NS_ERROR_DOM_BAD_URI) ... |
| 279 xhr_test: Fail | 279 xhr_test: Fail |
| 280 | 280 |
| 281 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 281 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| 282 *: Skip | 282 *: Skip |
| 283 | 283 |
| 284 [ $runtime == safari && ($system == linux || $system == windows) ] | 284 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 285 *: Skip | 285 *: Skip |
| 286 | 286 |
| 287 [ $compiler == dartc ] | |
|
Emily Fortuna
2012/12/21 00:44:18
can we just get rid of this branch now?
blois
2012/12/21 01:05:42
Done, but I assume that there'll be something back
| |
| 288 | |
| 287 # 'html' tests import the HTML library, so they only make sense in | 289 # 'html' tests import the HTML library, so they only make sense in |
| 288 # a browser environment. | 290 # a browser environment. |
| 289 [ $compiler == dartc ] | |
|
Emily Fortuna
2012/12/21 00:44:18
wow. :-P
| |
| 290 | |
| 291 # pkg/unittest issue 7394 | |
| 292 document_test: Fail | |
| 293 documentfragment_test: Fail | |
| 294 element_add_test: Fail | |
| 295 element_test: Fail | |
| 296 htmlelement_test: Fail | |
| 297 input_element_test: Fail | |
| 298 node_test: Fail | |
| 299 svgelement_test: Fail | |
| 300 svgelement2_test: Fail | |
| 301 | |
| 302 # test issue 7065 | |
| 303 #documentfragment_test: Fail # test issue 7065 | |
| 304 #element_add_test: Fail # test issue 7065 | |
| 305 #element_test: Fail # test issue 7065 | |
| 306 #node_test: Fail # test issue 7065 | |
| 307 #svgelement_test: Fail # test issue 7065 | |
| 308 #svgelement2_test: Fail # test issue 7065 | |
| 309 | |
| 310 [ $runtime == vm ] | 291 [ $runtime == vm ] |
| 311 *: Skip | 292 *: Skip |
| 312 | 293 |
| 313 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 294 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 314 | 295 |
| 315 [ $compiler == dart2js && $runtime == drt ] | 296 [ $compiler == dart2js && $runtime == drt ] |
| 316 # Unknown error - should investigate. | 297 # Unknown error - should investigate. |
| 317 unknownelement_test: Fail # Issue 4189 | 298 unknownelement_test: Fail # Issue 4189 |
| 318 | 299 |
| 319 [ $compiler == dart2js && $runtime == none ] | 300 [ $compiler == dart2js && $runtime == none ] |
| (...skipping 10 matching lines...) Expand all Loading... | |
| 330 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . | 311 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . |
| 331 | 312 |
| 332 [ $compiler == dart2js && $runtime == ff && $system == linux] | 313 [ $compiler == dart2js && $runtime == ff && $system == linux] |
| 333 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. | 314 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. |
| 334 | 315 |
| 335 [ $compiler == dart2js && $runtime == ff ] | 316 [ $compiler == dart2js && $runtime == ff ] |
| 336 xhr_test: Skip # Timeout | 317 xhr_test: Skip # Timeout |
| 337 inner_frame_test: Skip # Timeout | 318 inner_frame_test: Skip # Timeout |
| 338 svg_3_test: Skip # Timeout | 319 svg_3_test: Skip # Timeout |
| 339 documentfragment_test: Skip # Timeout | 320 documentfragment_test: Skip # Timeout |
| OLD | NEW |