| 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 | 279 |
| 280 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 280 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| 281 *: Skip | 281 *: Skip |
| 282 | 282 |
| 283 [ $runtime == safari && ($system == linux || $system == windows) ] | 283 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 284 *: Skip | 284 *: Skip |
| 285 | 285 |
| 286 # 'html' tests import the HTML library, so they only make sense in | 286 # 'html' tests import the HTML library, so they only make sense in |
| 287 # a browser environment. | 287 # a browser environment. |
| 288 [ $compiler == dartc ] | 288 [ $compiler == dartc ] |
| 289 documentfragment_test: Fail # test issue 7065 | 289 *: Skip |
| 290 element_add_test: Fail # test issue 7065 | 290 #documentfragment_test: Fail # test issue 7065 |
| 291 element_test: Fail # test issue 7065 | 291 #element_add_test: Fail # test issue 7065 |
| 292 node_test: Fail # test issue 7065 | 292 #element_test: Fail # test issue 7065 |
| 293 svgelement_test: Fail # test issue 7065 | 293 #node_test: Fail # test issue 7065 |
| 294 svgelement2_test: Fail # test issue 7065 | 294 #svgelement_test: Fail # test issue 7065 |
| 295 #svgelement2_test: Fail # test issue 7065 |
| 295 | 296 |
| 296 [ $runtime == vm ] | 297 [ $runtime == vm ] |
| 297 *: Skip | 298 *: Skip |
| 298 | 299 |
| 299 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 300 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 300 | 301 |
| 301 [ $compiler == dart2js && $runtime == drt ] | 302 [ $compiler == dart2js && $runtime == drt ] |
| 302 # Unknown error - should investigate. | 303 # Unknown error - should investigate. |
| 303 htmloptionscollection_test: Fail # Issue 3813. | 304 htmloptionscollection_test: Fail # Issue 3813. |
| 304 unknownelement_test: Fail # Issue 4189 | 305 unknownelement_test: Fail # Issue 4189 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 320 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. | 321 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. |
| 321 | 322 |
| 322 [ $compiler == dart2js && $runtime == ff ] | 323 [ $compiler == dart2js && $runtime == ff ] |
| 323 xhr_test: Skip # Timeout | 324 xhr_test: Skip # Timeout |
| 324 inner_frame_test: Skip # Timeout | 325 inner_frame_test: Skip # Timeout |
| 325 svg_3_test: Skip # Timeout | 326 svg_3_test: Skip # Timeout |
| 326 documentfragment_test: Skip # Timeout | 327 documentfragment_test: Skip # Timeout |
| 327 | 328 |
| 328 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 329 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 329 css_test: Pass, Fail # Issue #2823 | 330 css_test: Pass, Fail # Issue #2823 |
| OLD | NEW |