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

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

Issue 10872012: Clean up html.status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 webgl_1_test: Skip # Issue 1495 6 webgl_1_test: Skip # Issue 1495
7 xmldocument_test: Skip # XML in dart:html is incomplete 7 xmldocument_test: Skip # XML in dart:html is incomplete
8 xmlelement_test: Skip # XML in dart:html is incomplete 8 xmlelement_test: Skip # XML in dart:html is incomplete
9 measurement_test: Pass, Fail # Issue 1940 9 measurement_test: Pass, Fail # Issue 1940
10 10
11 # Isolate implementation is private after the unification - Issue 4651 11 # Isolate implementation is private after the unification - Issue 4651
12 js_interop_1_test: Fail
13 js_interop_2_test: Fail
14 js_interop_3_test: Fail 12 js_interop_3_test: Fail
15 js_interop_4_test: Fail 13 js_interop_4_test: Fail
16 js_interop_func_passing_test: Fail 14 js_interop_func_passing_test: Fail
17 15
18 [ $runtime == drt ] 16 [ $runtime == drt ]
19 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages. 17 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages.
20 18
21 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 19 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
22 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 20 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
23 #htmloptionscollection_test: Fail # TODO(asiva): investigate. 21 #htmloptionscollection_test: Fail # TODO(asiva): investigate.
24 js_interop_1_test: Pass
25 22
26 [ $compiler == none && $runtime == drt && $system == windows] 23 [ $compiler == none && $runtime == drt && $system == windows]
27 audiocontext_test: Skip 24 audiocontext_test: Skip
28 25
29 [ $compiler == dart2js && $runtime == drt && $system == windows] 26 [ $compiler == dart2js && $runtime == drt && $system == windows]
30 audiocontext_test: Fail # Issue 4517 27 audiocontext_test: Fail # Issue 4517
31 audioelement_test: Fail # Issue 4517 28 audioelement_test: Fail # Issue 4517
32 blob_constructor_test: Fail # Issue 4517 29 blob_constructor_test: Fail # Issue 4517
33 css_test: Fail # Issue 4517 30 css_test: Fail # Issue 4517
34 htmlaudioelement_test: Fail # Issue 4517 31 htmlaudioelement_test: Fail # Issue 4517
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 # Unknown error - should investigate. 183 # Unknown error - should investigate.
187 measurement_test: Fail 184 measurement_test: Fail
188 htmloptionscollection_test: Fail # Issue 3813. 185 htmloptionscollection_test: Fail # Issue 3813.
189 unknownelement_test: Fail # Issue 4189 186 unknownelement_test: Fail # Issue 4189
190 187
191 [ $compiler == dart2js && $runtime == none ] 188 [ $compiler == dart2js && $runtime == none ]
192 *: Fail, Pass # TODO(ahe): Triage these tests. 189 *: Fail, Pass # TODO(ahe): Triage these tests.
193 190
194 [ $compiler == dart2js ] 191 [ $compiler == dart2js ]
195 transferables_test: Skip # until isInstance works in dart2js 192 transferables_test: Skip # until isInstance works in dart2js
196 js_interop_1_test: Pass
197 js_interop_2_test: Pass
198 193
199 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 194 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
200 request_animation_frame_test: Skip # Async test hangs. 195 request_animation_frame_test: Skip # Async test hangs.
201 196
202 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ] 197 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ]
203 isolates_test: Skip # Timeout because leg does not support web workers. 198 isolates_test: Skip # Timeout because leg does not support web workers.
204 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 199 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
205 200
206 [ $compiler == dart2js && $runtime == ff && $system == linux] 201 [ $compiler == dart2js && $runtime == ff && $system == linux]
207 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught NoSuchMethodException : method not found: 'get$data' 202 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught NoSuchMethodException : method not found: 'get$data'
(...skipping 16 matching lines...) Expand all
224 svg_3_test: Skip # Timeout 219 svg_3_test: Skip # Timeout
225 documentfragment_test: Skip # Timeout 220 documentfragment_test: Skip # Timeout
226 fileapi_test: Skip # Issue 3022 221 fileapi_test: Skip # Issue 3022
227 222
228 [ $compiler == dart2js && $runtime == chrome && $system == windows] 223 [ $compiler == dart2js && $runtime == chrome && $system == windows]
229 css_test: Pass, Fail # Issue #2823 224 css_test: Pass, Fail # Issue #2823
230 fileapi_test: Skip # Issue 3022 225 fileapi_test: Skip # Issue 3022
231 226
232 [ $compiler == dart2js && $runtime == drt && $system == macos ] 227 [ $compiler == dart2js && $runtime == drt && $system == macos ]
233 indexeddb_2_test: Fail # Issue 3669. 228 indexeddb_2_test: Fail # Issue 3669.
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