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

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

Issue 10832136: Skeleton typedef type implementation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased and updated cf. comments 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 | « tests/co19/co19-dart2js.status ('k') | tests/language/language_dart2js.status » ('j') | 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
(...skipping 14 matching lines...) Expand all
25 css_test: Fail # Issue 4517 25 css_test: Fail # Issue 4517
26 htmlaudioelement_test: Fail # Issue 4517 26 htmlaudioelement_test: Fail # Issue 4517
27 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly. 27 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly.
28 28
29 [ $compiler == none && $runtime == drt && $system == macos] 29 [ $compiler == none && $runtime == drt && $system == macos]
30 audiocontext_test: Pass, Fail 30 audiocontext_test: Pass, Fail
31 31
32 [ $compiler == none && $runtime == drt && $system == linux] 32 [ $compiler == none && $runtime == drt && $system == linux]
33 documentfragment_test: Pass, Timeout 33 documentfragment_test: Pass, Timeout
34 34
35 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ] 35 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || $runtime == drt ]
36 # TODO(vsm): Triage DOM tests. 36 # TODO(vsm): Triage DOM tests.
37 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly. 37 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly.
38 htmloptionscollection_test: Fail # Issue 3813. 38 htmloptionscollection_test: Fail # Issue 3813.
39 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. 39 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium.
40 shadow_dom_layout_test: Skip 40 shadow_dom_layout_test: Skip
41 unknownelement_test: Fail # Issue 4189 41 unknownelement_test: Fail # Issue 4189
42 42
43 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ] 43 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
44 history_test: Fail 44 history_test: Fail
45 45
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 isolates_test: Skip # Timeout because leg does not support web workers. 192 isolates_test: Skip # Timeout because leg does not support web workers.
193 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 193 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
194 194
195 [ $compiler == dart2js && $runtime == ff && $system == linux] 195 [ $compiler == dart2js && $runtime == ff && $system == linux]
196 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught NoSuchMethodException : method not found: 'get$data' 196 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught NoSuchMethodException : method not found: 'get$data'
197 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er ror: The data provided does not meet the requirements of the function. 197 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er ror: The data provided does not meet the requirements of the function.
198 instance_of_test: Fail # Issue 2535 198 instance_of_test: Fail # Issue 2535
199 localstorage_test: Fail 199 localstorage_test: Fail
200 mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14. 200 mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14.
201 201
202 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) && $system == linu x]
203 # DOM errors.
204 indexeddb_2_test: Fail # Uncaught error
205
206 [ $compiler == dart2js && $runtime == chrome && $system == macos ] 202 [ $compiler == dart2js && $runtime == chrome && $system == macos ]
207 fileapi_test: Skip # Issue 3022 203 fileapi_test: Skip # Issue 3022
208 204
209 [ $compiler == dart2js && $runtime == ff ] 205 [ $compiler == dart2js && $runtime == ff ]
210 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status' 206 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status'
211 xhr_test: Skip # Timeout 207 xhr_test: Skip # Timeout
212 inner_frame_test: Skip # Timeout 208 inner_frame_test: Skip # Timeout
213 svg_3_test: Skip # Timeout 209 svg_3_test: Skip # Timeout
214 documentfragment_test: Skip # Timeout 210 documentfragment_test: Skip # Timeout
215 fileapi_test: Skip # Issue 3022 211 fileapi_test: Skip # Issue 3022
216 212
217 [ $compiler == dart2js && $runtime == chrome && $system == windows] 213 [ $compiler == dart2js && $runtime == chrome && $system == windows]
218 css_test: Pass, Fail # Issue #2823 214 css_test: Pass, Fail # Issue #2823
219 fileapi_test: Skip # Issue 3022 215 fileapi_test: Skip # Issue 3022
220 216
221 [ $compiler == dart2js && $runtime == drt && $system == macos ] 217 [ $compiler == dart2js && $runtime == drt && $system == macos ]
222 indexeddb_2_test: Fail # Issue 3669. 218 indexeddb_2_test: Fail # Issue 3669.
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698