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

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

Issue 12218105: Skip flaky async window test while cause is investigated. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 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 window_open_test: Skip # http://dartbug.com/5151 5 window_open_test: Skip # http://dartbug.com/5151
6 async_window_test: Skip #TODO(gram): investigating
6 7
7 event_test: Skip # Issue 1996 8 event_test: Skip # Issue 1996
8 9
9 # Layout tests are only supported on DRT. 10 # Layout tests are only supported on DRT.
10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 11 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
11 *layout_test: Skip 12 *layout_test: Skip
12 13
13 [ $runtime == chrome ] 14 [ $runtime == chrome ]
14 element_types_test/supported_content: Fail 15 element_types_test/supported_content: Fail
15 element_types_test/supported_shadow: Fail 16 element_types_test/supported_shadow: Fail
16 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type. 17 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type.
17 input_element_test/supported_datetime: Fail 18 input_element_test/supported_datetime: Fail
18 input_element_test/supported_datetime-local: Fail 19 input_element_test/supported_datetime-local: Fail
19 input_element_test/supported_month: Fail 20 input_element_test/supported_month: Fail
20 input_element_test/supported_week: Fail 21 input_element_test/supported_week: Fail
21 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp ort it. 22 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp ort it.
22 shadow_dom_test/supported: Fail 23 shadow_dom_test/supported: Fail
23 speechrecognition_test/types: Pass, Fail 24 speechrecognition_test/types: Pass, Fail
24 touchevent_test/supported: Fail 25 touchevent_test/supported: Fail
25 26
26 [$runtime == drt || $runtime == dartium || $runtime == chrome] 27 [$runtime == drt || $runtime == dartium || $runtime == chrome]
27 webgl_1_test: Pass, Fail # Issue 8219 28 webgl_1_test: Pass, Fail # Issue 8219
28 29
29 [ $runtime == drt || $runtime == chrome] 30 [ $runtime == drt || $runtime == chrome]
31 async_window_test: Pass,Fail #TODO(gram): investigating
Emily Fortuna 2013/02/12 01:47:14 delete this line
30 audiobuffersourcenode_test: Pass, Fail, Timeout, Crash # AudiobufferSourceNode i s flaky on Chrome and Dartium - filed issue 8021 for the timeout. 32 audiobuffersourcenode_test: Pass, Fail, Timeout, Crash # AudiobufferSourceNode i s flaky on Chrome and Dartium - filed issue 8021 for the timeout.
31 audiocontext_test: Pass, Timeout, Crash # Issue 8021. 33 audiocontext_test: Pass, Timeout, Crash # Issue 8021.
32 34
33 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 35 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
34 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 36 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
35 transferables_test: Pass, Fail # Issue 8026 37 transferables_test: Pass, Fail # Issue 8026
36 38
37 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 39 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
38 websql_test: Skip # Issue 4941: stderr contains a backtrace. 40 websql_test: Skip # Issue 4941: stderr contains a backtrace.
39 41
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 transferables_test: Skip # until isInstance works in dart2js 331 transferables_test: Skip # until isInstance works in dart2js
330 332
331 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 333 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
332 request_animation_frame_test: Skip # Async test hangs. 334 request_animation_frame_test: Skip # Async test hangs.
333 335
334 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 336 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
335 isolates_test: Skip # Timeout because leg does not support web workers. 337 isolates_test: Skip # Timeout because leg does not support web workers.
336 338
337 [ $compiler == dart2js && $runtime == ff ] 339 [ $compiler == dart2js && $runtime == ff ]
338 inner_frame_test: Skip # Timeout 340 inner_frame_test: Skip # Timeout
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