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

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

Issue 11571009: Tests which fail on Opera are now marked as "Fail", with comment "to be triaged" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: removed prefixes Created 8 years 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/corelib/corelib.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 window_open_test: Skip # http://dartbug.com/5151 5 window_open_test: Skip # 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
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 node_test: Skip # Issue 6457 203 node_test: Skip # Issue 6457
204 204
205 [ $runtime == opera && $system == windows ] 205 [ $runtime == opera && $system == windows ]
206 htmlelement_test: Fail, Pass 206 htmlelement_test: Fail, Pass
207 207
208 [ $runtime == opera && $system == macos ] 208 [ $runtime == opera && $system == macos ]
209 html/element_test/constructors: Fail 209 html/element_test/constructors: Fail
210 210
211 211
212 [ $runtime == opera ] 212 [ $runtime == opera ]
213 document_test/getCssCanvasContext: Fail # TODO(ahe): Please triage this failure.
214 form_data_test: Fail # TODO(ahe): Please triage this failure.
215 keyboard_event_test: Fail # TODO(ahe): Please triage this failure.
216 xmldocument_2_test: Fail # TODO(ahe): Please triage this failure.
217 element_test/eventListening: Fail # TODO(ahe): Please triage this failure.
218 element_test/children: Fail # TODO(ahe): Please triage this failure.
213 audiobuffersourcenode_test: Fail 219 audiobuffersourcenode_test: Fail
214 cache_test: Fail 220 cache_test: Fail
215 canvas_test: Pass,Fail 221 canvas_test: Pass,Fail
216 contentelement_test: Fail 222 contentelement_test: Fail
217 audiocontext_test: Fail 223 audiocontext_test: Fail
218 blob_constructor_test: Fail 224 blob_constructor_test: Fail
219 canvas_using_html_test: Fail 225 canvas_using_html_test: Fail
220 canvas_test: Fail 226 canvas_test: Fail
221 css_test: Fail 227 css_test: Fail
222 cssstyledeclaration_test: Fail 228 cssstyledeclaration_test: Fail
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 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. 334 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.
329 335
330 [ $compiler == dart2js && $runtime == ff ] 336 [ $compiler == dart2js && $runtime == ff ]
331 xhr_test: Skip # Timeout 337 xhr_test: Skip # Timeout
332 inner_frame_test: Skip # Timeout 338 inner_frame_test: Skip # Timeout
333 svg_3_test: Skip # Timeout 339 svg_3_test: Skip # Timeout
334 documentfragment_test: Skip # Timeout 340 documentfragment_test: Skip # Timeout
335 341
336 [ $compiler == dart2js && $runtime == chrome && $system == windows] 342 [ $compiler == dart2js && $runtime == chrome && $system == windows]
337 css_test: Pass, Fail # Issue #2823 343 css_test: Pass, Fail # Issue #2823
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698