| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 # 'html' tests import the HTML library, so they only make sense in | 287 # 'html' tests import the HTML library, so they only make sense in |
| 288 # a browser environment. | 288 # a browser environment. |
| 289 [ $compiler == dartc ] | |
| 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 ] | 289 [ $runtime == vm ] |
| 311 *: Skip | 290 *: Skip |
| 312 | 291 |
| 313 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 292 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 314 | 293 |
| 315 [ $compiler == dart2js && $runtime == drt ] | 294 [ $compiler == dart2js && $runtime == drt ] |
| 316 # Unknown error - should investigate. | 295 # Unknown error - should investigate. |
| 317 unknownelement_test: Fail # Issue 4189 | 296 unknownelement_test: Fail # Issue 4189 |
| 318 | 297 |
| 319 [ $compiler == dart2js && $runtime == none ] | 298 [ $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
. | 309 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. |
| 331 | 310 |
| 332 [ $compiler == dart2js && $runtime == ff && $system == linux] | 311 [ $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. | 312 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 | 313 |
| 335 [ $compiler == dart2js && $runtime == ff ] | 314 [ $compiler == dart2js && $runtime == ff ] |
| 336 xhr_test: Skip # Timeout | 315 xhr_test: Skip # Timeout |
| 337 inner_frame_test: Skip # Timeout | 316 inner_frame_test: Skip # Timeout |
| 338 svg_3_test: Skip # Timeout | 317 svg_3_test: Skip # Timeout |
| 339 documentfragment_test: Skip # Timeout | 318 documentfragment_test: Skip # Timeout |
| OLD | NEW |