| 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: Fail, Pass # http://dartbug.com/5151 | 5 window_open_test: Fail, Pass # 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 [ $runtime == chrome ] | 12 [ $runtime == chrome ] |
| 13 contentelement_test: Fail # Issue 5445: not currently supported on chrome stab
le. | 13 contentelement_test: Fail # Issue 5445: not currently supported on chrome stab
le. |
| 14 | 14 |
| 15 [ $runtime == drt ] | 15 [ $runtime == drt ] |
| 16 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages. | 16 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages. |
| 17 | 17 |
| 18 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 18 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 19 cssstyledeclaration_test: Fail # Issue 5617: Need to make corresponding dartium
change. |
| 20 |
| 21 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 19 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented | 22 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented |
| 20 | 23 |
| 21 [ $compiler == none && $runtime == drt && $system == windows] | 24 [ $compiler == none && $runtime == drt && $system == windows] |
| 22 audiobuffersourcenode_test: Skip | 25 audiobuffersourcenode_test: Skip |
| 23 audiocontext_test: Skip | 26 audiocontext_test: Skip |
| 24 | 27 |
| 25 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 28 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| 26 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 29 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 27 | 30 |
| 28 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] | 31 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 | 228 |
| 226 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 229 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 227 css_test: Pass, Fail # Issue #2823 | 230 css_test: Pass, Fail # Issue #2823 |
| 228 | 231 |
| 229 [ $compiler == dart2js && $runtime == ff && $system == windows] | 232 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 230 js_interop_2_test: Fail # Issue 4658. | 233 js_interop_2_test: Fail # Issue 4658. |
| 231 js_interop_3_test: Fail # Issue 4658. | 234 js_interop_3_test: Fail # Issue 4658. |
| 232 | 235 |
| 233 [ $compiler == dart2js && $checked && $browser] | 236 [ $compiler == dart2js && $checked && $browser] |
| 234 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 237 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
| OLD | NEW |