| 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 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 6 xmldocument_test: Skip # XML in dart:html is incomplete | 6 xmldocument_test: Skip # XML in dart:html is incomplete |
| 7 xmlelement_test: Skip # XML in dart:html is incomplete | 7 xmlelement_test: Skip # XML in dart:html is incomplete |
| 8 measurement_test: Pass, Fail # Issue 1940 | 8 measurement_test: Pass, Fail # Issue 1940 |
| 9 | 9 |
| 10 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 10 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 11 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented | 11 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented |
| 12 documentfragment_test: Fail | |
| 13 | 12 |
| 14 [ $compiler == frog && $runtime == drt ] | 13 [ $compiler == frog && $runtime == drt ] |
| 15 html_test: Skip # Issue 2657 | 14 html_test: Skip # Issue 2657 |
| 16 request_animation_frame_test: Skip # drt hangs | 15 request_animation_frame_test: Skip # drt hangs |
| 17 | 16 |
| 18 [ $runtime == chrome ] | 17 [ $runtime == chrome ] |
| 19 cssstyledeclaration_test: Fail | 18 cssstyledeclaration_test: Fail |
| 20 | 19 |
| 21 [ $runtime == ie ] | 20 [ $runtime == ie ] |
| 22 typed_arrays_1_test: Skip # ie9 does not have typed arrays. | 21 typed_arrays_1_test: Skip # ie9 does not have typed arrays. |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 [ $compiler == dart2js && $runtime == drt ] | 77 [ $compiler == dart2js && $runtime == drt ] |
| 79 # Unknown error - should investigate. | 78 # Unknown error - should investigate. |
| 80 documentfragment_test: Fail | 79 documentfragment_test: Fail |
| 81 element_test: Fail | 80 element_test: Fail |
| 82 measurement_test: Fail | 81 measurement_test: Fail |
| 83 node_test: Fail | 82 node_test: Fail |
| 84 svgelement_test: Fail | 83 svgelement_test: Fail |
| 85 | 84 |
| 86 [ $compiler == dart2js && $runtime == none ] | 85 [ $compiler == dart2js && $runtime == none ] |
| 87 *: Fail, Pass # TODO(ahe): Triage these tests. | 86 *: Fail, Pass # TODO(ahe): Triage these tests. |
| OLD | NEW |