| 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 |
| 11 | 11 |
| 12 history_test/history: Fail, Pass # Issue 7676. | 12 history_test/history: Fail, Pass # Issue 7676. |
| 13 | 13 |
| 14 html/measurement_test: Fail # Issue 7732. | 14 html/measurement_test: Fail # Issue 7732. |
| 15 element_test/children: Fail # Issue 7732. | |
| 16 html/element_test/_ElementList: Fail # Issue 7732. | 15 html/element_test/_ElementList: Fail # Issue 7732. |
| 17 html/shadow_dom_test/ShadowDOM*tests: Fail # Issue 7732. | 16 html/shadow_dom_test/ShadowDOM*tests: Fail # Issue 7732. |
| 18 html/element_test/queryAll: Fail # Issue 7732. | 17 html/element_test/queryAll: Fail # Issue 7732. |
| 19 | 18 |
| 20 form_data_test: Skip # Issue 7751, crashes the test server | 19 form_data_test: Skip # Issue 7751, crashes the test server |
| 21 xhr_cross_origin_test: Skip # Issue 7751, crashes the test server | 20 xhr_cross_origin_test: Skip # Issue 7751, crashes the test server |
| 22 | 21 |
| 23 [ $compiler == none ] | 22 [ $compiler == none ] |
| 24 documentfragment_test: Fail # Issue 7732. | 23 documentfragment_test: Fail # Issue 7732. |
| 25 typing_test: Fail # Issue 7732. | 24 typing_test: Fail # Issue 7732. |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 request_animation_frame_test: Skip # Async test hangs. | 304 request_animation_frame_test: Skip # Async test hangs. |
| 306 | 305 |
| 307 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 306 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 308 isolates_test: Skip # Timeout because leg does not support web workers. | 307 isolates_test: Skip # Timeout because leg does not support web workers. |
| 309 | 308 |
| 310 [ $compiler == dart2js && $runtime == ff ] | 309 [ $compiler == dart2js && $runtime == ff ] |
| 311 xhr_test: Skip # Timeout | 310 xhr_test: Skip # Timeout |
| 312 inner_frame_test: Skip # Timeout | 311 inner_frame_test: Skip # Timeout |
| 313 svg_3_test: Skip # Timeout | 312 svg_3_test: Skip # Timeout |
| 314 documentfragment_test: Skip # Timeout | 313 documentfragment_test: Skip # Timeout |
| OLD | NEW |