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

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

Issue 11664009: Adjustments to next Chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 12 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 | tests/html/indexeddb_3_test.dart » ('j') | tests/html/indexeddb_3_test.dart » ('J')
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
11 11
12 [ $runtime == chrome ] 12 [ $runtime == chrome ]
13 contentelement_test: Fail # Issue 5445: not currently supported on chrome stab le. 13 contentelement_test: Fail # Issue 5445: not currently supported on chrome stab le.
14 input_element_test/date: Pass, Fail # Chrome stable does not support this i nput type. 14 input_element_test/date: Pass, Fail # Chrome stable does not support this i nput type.
15 input_element_test/datetime: Fail # Chrome stable does not support this i nput type. 15 input_element_test/datetime: Fail # Chrome stable does not support this i nput type.
16 input_element_test/datetime-local: Fail # Chrome stable does not support this i nput type. 16 input_element_test/datetime-local: Fail # Chrome stable does not support this i nput type.
17 input_element_test/month: Fail # Chrome stable does not support this i nput type. 17 input_element_test/month: Fail # Chrome stable does not support this i nput type.
18 input_element_test/week: Fail # Chrome stable does not support this i nput type. 18 input_element_test/week: Fail # Chrome stable does not support this i nput type.
19 19
20 [ $runtime == chrome || $runtime == drt] 20 [ $runtime == chrome || $runtime == drt]
21 audiobuffersourcenode_test: Pass, Fail # AudiobufferSourceNode is flaky on Chro me and Dartium. 21 audiobuffersourcenode_test: Pass, Fail # AudiobufferSourceNode is flaky on Chro me and Dartium.
22 audiocontext_test: Skip # Need to adjust to new API.
antonm 2012/12/21 15:38:12 it looks like they migrate to OfflineAudioContext
22 23
23 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 24 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
24 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 25 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
25 26
26 [ $compiler == none && $runtime == drt && $system == windows] 27 [ $compiler == none && $runtime == drt && $system == windows]
27 audiobuffersourcenode_test: Skip 28 audiobuffersourcenode_test: Skip
28 audiocontext_test: Skip 29 audiocontext_test: Skip
29 30
30 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 31 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
31 websql_test: Skip # Issue 4941: stderr contains a backtrace. 32 websql_test: Skip # Issue 4941: stderr contains a backtrace.
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 310 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
310 311
311 [ $compiler == dart2js && $runtime == ff && $system == linux] 312 [ $compiler == dart2js && $runtime == ff && $system == linux]
312 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. 313 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.
313 314
314 [ $compiler == dart2js && $runtime == ff ] 315 [ $compiler == dart2js && $runtime == ff ]
315 xhr_test: Skip # Timeout 316 xhr_test: Skip # Timeout
316 inner_frame_test: Skip # Timeout 317 inner_frame_test: Skip # Timeout
317 svg_3_test: Skip # Timeout 318 svg_3_test: Skip # Timeout
318 documentfragment_test: Skip # Timeout 319 documentfragment_test: Skip # Timeout
OLDNEW
« no previous file with comments | « no previous file | tests/html/indexeddb_3_test.dart » ('j') | tests/html/indexeddb_3_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698