Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: tests/html/html.status

Issue 11026066: Update html.status after fixing bug 5657. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 == dart2js && ($runtime == drt || $runtime == chrome) ]
21 audiocontext_test: Fail # Issue 5657
22
23 [ $compiler == none && $runtime == drt && $system == windows] 20 [ $compiler == none && $runtime == drt && $system == windows]
24 audiobuffersourcenode_test: Skip 21 audiobuffersourcenode_test: Skip
25 audiocontext_test: Skip 22 audiocontext_test: Skip
26 23
27 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 24 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
28 websql_test: Skip # Issue 4941: stderr contains a backtrace. 25 websql_test: Skip # Issue 4941: stderr contains a backtrace.
29 26
30 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 27 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
31 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 28 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
32 29
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 223
227 [ $compiler == dart2js && $runtime == chrome && $system == windows] 224 [ $compiler == dart2js && $runtime == chrome && $system == windows]
228 css_test: Pass, Fail # Issue #2823 225 css_test: Pass, Fail # Issue #2823
229 226
230 [ $compiler == dart2js && $runtime == ff && $system == windows] 227 [ $compiler == dart2js && $runtime == ff && $system == windows]
231 js_interop_2_test: Fail # Issue 4658. 228 js_interop_2_test: Fail # Issue 4658.
232 js_interop_3_test: Fail # Issue 4658. 229 js_interop_3_test: Fail # Issue 4658.
233 230
234 [ $compiler == dart2js && $checked && $browser] 231 [ $compiler == dart2js && $checked && $browser]
235 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' 232 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name '
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698