Chromium Code Reviews| 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 xhr_cross_origin_test: Skip # http://dartbug.com/5645 | 5 xhr_cross_origin_test: Skip # http://dartbug.com/5645 |
| 6 | 6 |
| 7 window_open_test: Fail, Pass # http://dartbug.com/5151 | 7 window_open_test: Fail, Pass # http://dartbug.com/5151 |
| 8 | 8 |
| 9 event_test: Skip # Issue 1996 | 9 event_test: Skip # Issue 1996 |
| 10 webgl_1_test: Skip # Issue 1495 | 10 webgl_1_test: Skip # Issue 1495 |
| 11 xmldocument_test: Skip # XML in dart:html is incomplete | 11 xmldocument_test: Skip # XML in dart:html is incomplete |
| 12 xmlelement_test: Skip # XML in dart:html is incomplete | 12 xmlelement_test: Skip # XML in dart:html is incomplete |
| 13 | 13 |
| 14 [ $runtime == chrome ] | 14 [ $runtime == chrome ] |
| 15 contentelement_test: Fail # Issue 5445: not currently supported on chrome stab le. | 15 contentelement_test: Fail # Issue 5445: not currently supported on chrome stab le. |
| 16 | 16 |
| 17 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 17 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 18 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented | 18 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented |
| 19 | 19 |
| 20 [ $compiler == none && ($runtime == drt && $runtime == chrome) ] | |
|
vsm
2012/10/04 21:52:43
Shouldn't this be compiler == dart2js?
Emily Fortuna
2012/10/04 21:55:20
Yes I copied from the line below, which was a bad
| |
| 21 audiocontext_test: Fail # Issue 5657 | |
| 22 | |
| 20 [ $compiler == none && $runtime == drt && $system == windows] | 23 [ $compiler == none && $runtime == drt && $system == windows] |
| 21 audiobuffersourcenode_test: Skip | 24 audiobuffersourcenode_test: Skip |
| 22 audiocontext_test: Skip | 25 audiocontext_test: Skip |
| 23 | 26 |
| 24 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] | 27 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] |
| 25 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 28 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 26 | 29 |
| 27 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] | 30 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] |
| 28 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. | 31 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. |
| 29 | 32 |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 224 | 227 |
| 225 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 228 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 226 css_test: Pass, Fail # Issue #2823 | 229 css_test: Pass, Fail # Issue #2823 |
| 227 | 230 |
| 228 [ $compiler == dart2js && $runtime == ff && $system == windows] | 231 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 229 js_interop_2_test: Fail # Issue 4658. | 232 js_interop_2_test: Fail # Issue 4658. |
| 230 js_interop_3_test: Fail # Issue 4658. | 233 js_interop_3_test: Fail # Issue 4658. |
| 231 | 234 |
| 232 [ $compiler == dart2js && $checked && $browser] | 235 [ $compiler == dart2js && $checked && $browser] |
| 233 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' | 236 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' |
| OLD | NEW |