| 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 *: Skip | 289 documentfragment_test: Fail # test issue 7065 |
| 290 element_add_test: Fail # test issue 7065 |
| 291 element_test: Fail # test issue 7065 |
| 292 node_test: Fail # test issue 7065 |
| 293 svgelement_test: Fail # test issue 7065 |
| 294 svgelement2_test: Fail # test issue 7065 |
| 290 | 295 |
| 291 [ $runtime == vm ] | 296 [ $runtime == vm ] |
| 292 *: Skip | 297 *: Skip |
| 293 | 298 |
| 294 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 299 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 295 | 300 |
| 296 [ $compiler == dart2js && $runtime == drt ] | 301 [ $compiler == dart2js && $runtime == drt ] |
| 297 # Unknown error - should investigate. | 302 # Unknown error - should investigate. |
| 298 htmloptionscollection_test: Fail # Issue 3813. | 303 htmloptionscollection_test: Fail # Issue 3813. |
| 299 unknownelement_test: Fail # Issue 4189 | 304 unknownelement_test: Fail # Issue 4189 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 315 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. | 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. |
| 316 | 321 |
| 317 [ $compiler == dart2js && $runtime == ff ] | 322 [ $compiler == dart2js && $runtime == ff ] |
| 318 xhr_test: Skip # Timeout | 323 xhr_test: Skip # Timeout |
| 319 inner_frame_test: Skip # Timeout | 324 inner_frame_test: Skip # Timeout |
| 320 svg_3_test: Skip # Timeout | 325 svg_3_test: Skip # Timeout |
| 321 documentfragment_test: Skip # Timeout | 326 documentfragment_test: Skip # Timeout |
| 322 | 327 |
| 323 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 328 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 324 css_test: Pass, Fail # Issue #2823 | 329 css_test: Pass, Fail # Issue #2823 |
| OLD | NEW |