| 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 | 292 |
| 293 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 293 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| 294 *: Skip | 294 *: Skip |
| 295 | 295 |
| 296 [ $runtime == safari && ($system == linux || $system == windows) ] | 296 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 297 *: Skip | 297 *: Skip |
| 298 | 298 |
| 299 # 'html' tests import the HTML library, so they only make sense in | 299 # 'html' tests import the HTML library, so they only make sense in |
| 300 # a browser environment. | 300 # a browser environment. |
| 301 [ $compiler == dartc ] | 301 [ $compiler == dartc ] |
| 302 *: Skip | 302 |
| 303 # pkg/unittest issue 7394 |
| 304 document_test: Fail |
| 305 documentfragment_test: Fail |
| 306 element_add_test: Fail |
| 307 element_test: Fail |
| 308 htmlelement_test: Fail |
| 309 input_element_test: Fail |
| 310 node_test: Fail |
| 311 svgelement_test: Fail |
| 312 svgelement2_test: Fail |
| 313 |
| 314 # test issue 7065 |
| 303 #documentfragment_test: Fail # test issue 7065 | 315 #documentfragment_test: Fail # test issue 7065 |
| 304 #element_add_test: Fail # test issue 7065 | 316 #element_add_test: Fail # test issue 7065 |
| 305 #element_test: Fail # test issue 7065 | 317 #element_test: Fail # test issue 7065 |
| 306 #node_test: Fail # test issue 7065 | 318 #node_test: Fail # test issue 7065 |
| 307 #svgelement_test: Fail # test issue 7065 | 319 #svgelement_test: Fail # test issue 7065 |
| 308 #svgelement2_test: Fail # test issue 7065 | 320 #svgelement2_test: Fail # test issue 7065 |
| 309 | 321 |
| 310 [ $runtime == vm ] | 322 [ $runtime == vm ] |
| 311 *: Skip | 323 *: Skip |
| 312 | 324 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 334 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. | 346 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. |
| 335 | 347 |
| 336 [ $compiler == dart2js && $runtime == ff ] | 348 [ $compiler == dart2js && $runtime == ff ] |
| 337 xhr_test: Skip # Timeout | 349 xhr_test: Skip # Timeout |
| 338 inner_frame_test: Skip # Timeout | 350 inner_frame_test: Skip # Timeout |
| 339 svg_3_test: Skip # Timeout | 351 svg_3_test: Skip # Timeout |
| 340 documentfragment_test: Skip # Timeout | 352 documentfragment_test: Skip # Timeout |
| 341 | 353 |
| 342 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 354 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 343 css_test: Pass, Fail # Issue #2823 | 355 css_test: Pass, Fail # Issue #2823 |
| OLD | NEW |