| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 audiocontext_test: Pass, Fail | 46 audiocontext_test: Pass, Fail |
| 47 | 47 |
| 48 [ $compiler == dart2js && $runtime == drt && $system == macos] | 48 [ $compiler == dart2js && $runtime == drt && $system == macos] |
| 49 audiobuffersourcenode_test: Pass, Fail | 49 audiobuffersourcenode_test: Pass, Fail |
| 50 | 50 |
| 51 [ $compiler == none && $runtime == drt && $system == linux] | 51 [ $compiler == none && $runtime == drt && $system == linux] |
| 52 documentfragment_test: Pass, Timeout | 52 documentfragment_test: Pass, Timeout |
| 53 | 53 |
| 54 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 54 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| 55 # TODO(vsm): Triage DOM tests. | 55 # TODO(vsm): Triage DOM tests. |
| 56 htmloptionscollection_test: Fail # Issue 3813. | |
| 57 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. | 56 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. |
| 58 shadow_dom_layout_test: Skip | 57 shadow_dom_layout_test: Skip |
| 59 unknownelement_test: Fail # Issue 4189 | 58 unknownelement_test: Fail # Issue 4189 |
| 60 | 59 |
| 61 [ $runtime == dartium || $runtime == chrome || $runtime == ie9 || $runtime == ie
10 || $runtime == safari || $runtime == ff || $runtime == opera ] | 60 [ $runtime == dartium || $runtime == chrome || $runtime == ie9 || $runtime == ie
10 || $runtime == safari || $runtime == ff || $runtime == opera ] |
| 62 history_test: Fail | 61 history_test: Fail |
| 63 | 62 |
| 64 [$runtime == ie10 ] | 63 [$runtime == ie10 ] |
| 65 # TODO(efortuna, blois): Triage. | 64 # TODO(efortuna, blois): Triage. |
| 66 audiobuffersourcenode_test: Fail | 65 audiobuffersourcenode_test: Fail |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 #svgelement_test: Fail # test issue 7065 | 316 #svgelement_test: Fail # test issue 7065 |
| 318 #svgelement2_test: Fail # test issue 7065 | 317 #svgelement2_test: Fail # test issue 7065 |
| 319 | 318 |
| 320 [ $runtime == vm ] | 319 [ $runtime == vm ] |
| 321 *: Skip | 320 *: Skip |
| 322 | 321 |
| 323 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 322 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 324 | 323 |
| 325 [ $compiler == dart2js && $runtime == drt ] | 324 [ $compiler == dart2js && $runtime == drt ] |
| 326 # Unknown error - should investigate. | 325 # Unknown error - should investigate. |
| 327 htmloptionscollection_test: Fail # Issue 3813. | |
| 328 unknownelement_test: Fail # Issue 4189 | 326 unknownelement_test: Fail # Issue 4189 |
| 329 | 327 |
| 330 [ $compiler == dart2js && $runtime == none ] | 328 [ $compiler == dart2js && $runtime == none ] |
| 331 *: Fail, Pass # TODO(ahe): Triage these tests. | 329 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 332 | 330 |
| 333 [ $compiler == dart2js ] | 331 [ $compiler == dart2js ] |
| 334 transferables_test: Skip # until isInstance works in dart2js | 332 transferables_test: Skip # until isInstance works in dart2js |
| 335 | 333 |
| 336 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 334 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 337 request_animation_frame_test: Skip # Async test hangs. | 335 request_animation_frame_test: Skip # Async test hangs. |
| 338 | 336 |
| 339 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 337 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 340 isolates_test: Skip # Timeout because leg does not support web workers. | 338 isolates_test: Skip # Timeout because leg does not support web workers. |
| 341 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. | 339 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. |
| 342 | 340 |
| 343 [ $compiler == dart2js && $runtime == ff && $system == linux] | 341 [ $compiler == dart2js && $runtime == ff && $system == linux] |
| 344 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. | 342 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. |
| 345 | 343 |
| 346 [ $compiler == dart2js && $runtime == ff ] | 344 [ $compiler == dart2js && $runtime == ff ] |
| 347 xhr_test: Skip # Timeout | 345 xhr_test: Skip # Timeout |
| 348 inner_frame_test: Skip # Timeout | 346 inner_frame_test: Skip # Timeout |
| 349 svg_3_test: Skip # Timeout | 347 svg_3_test: Skip # Timeout |
| 350 documentfragment_test: Skip # Timeout | 348 documentfragment_test: Skip # Timeout |
| 351 | 349 |
| 352 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 350 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 353 css_test: Pass, Fail # Issue #2823 | 351 css_test: Pass, Fail # Issue #2823 |
| OLD | NEW |