| 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) ] | |
| 22 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented | 19 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented |
| 23 | 20 |
| 24 [ $compiler == none && $runtime == drt && $system == windows] | 21 [ $compiler == none && $runtime == drt && $system == windows] |
| 25 audiobuffersourcenode_test: Skip | 22 audiobuffersourcenode_test: Skip |
| 26 audiocontext_test: Skip | 23 audiocontext_test: Skip |
| 27 | 24 |
| 28 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 25 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| 29 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 26 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 30 | 27 |
| 31 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] | 28 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 | 224 |
| 228 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 225 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 229 css_test: Pass, Fail # Issue #2823 | 226 css_test: Pass, Fail # Issue #2823 |
| 230 | 227 |
| 231 [ $compiler == dart2js && $runtime == ff && $system == windows] | 228 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 232 js_interop_2_test: Fail # Issue 4658. | 229 js_interop_2_test: Fail # Issue 4658. |
| 233 js_interop_3_test: Fail # Issue 4658. | 230 js_interop_3_test: Fail # Issue 4658. |
| 234 | 231 |
| 235 [ $compiler == dart2js && $checked && $browser] | 232 [ $compiler == dart2js && $checked && $browser] |
| 236 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 233 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
| OLD | NEW |