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

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

Issue 12121003: Skip dromaeo smoke test while investigating. (Closed) Base URL: https://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 6
7 event_test: Skip # Issue 1996 7 event_test: Skip # Issue 1996
8 8
9 # Layout tests are only supported on DRT. 9 # Layout tests are only supported on DRT.
10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 [ $compiler == dart2js && $runtime == drt && $system == macos] 46 [ $compiler == dart2js && $runtime == drt && $system == macos]
47 audiobuffersourcenode_test: Pass, Fail 47 audiobuffersourcenode_test: Pass, Fail
48 48
49 [$runtime == ie10 ] 49 [$runtime == ie10 ]
50 # TODO(efortuna, blois): Triage. 50 # TODO(efortuna, blois): Triage.
51 audiobuffersourcenode_test: Fail 51 audiobuffersourcenode_test: Fail
52 audiocontext_test: Fail 52 audiocontext_test: Fail
53 css_test/supported_CssMatrix: Fail 53 css_test/supported_CssMatrix: Fail
54 css_test/supported_DomPoint: Fail 54 css_test/supported_DomPoint: Fail
55 document_test/supports_cssCanvasContext: Fail 55 document_test/supports_cssCanvasContext: Fail
56 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
56 element_test/click: Fail # IE does not support firing this event. 57 element_test/click: Fail # IE does not support firing this event.
57 element_types_test/supported_content: Fail 58 element_types_test/supported_content: Fail
58 element_types_test/supported_details: Fail 59 element_types_test/supported_details: Fail
59 element_types_test/supported_keygen: Fail 60 element_types_test/supported_keygen: Fail
60 element_types_test/supported_meter: Fail 61 element_types_test/supported_meter: Fail
61 element_types_test/supported_object: Fail 62 element_types_test/supported_object: Fail
62 element_types_test/supported_output: Fail 63 element_types_test/supported_output: Fail
63 element_types_test/supported_shadow: Fail 64 element_types_test/supported_shadow: Fail
64 form_data_test: Fail # TODO(efortuna): Issue 7875. 65 form_data_test: Fail # TODO(efortuna): Issue 7875.
65 fileapi_test/supported: Fail 66 fileapi_test/supported: Fail
(...skipping 26 matching lines...) Expand all
92 websql_test/supported: Fail 93 websql_test/supported: Fail
93 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 94 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
94 window_open_test: Skip 95 window_open_test: Skip
95 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. 96 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875.
96 xhr_test/supported_HttpRequestProgressEvent: Fail 97 xhr_test/supported_HttpRequestProgressEvent: Fail
97 xsltprocessor_test/supported: Fail 98 xsltprocessor_test/supported: Fail
98 history_test/history: Pass, Fail # issue 8183 99 history_test/history: Pass, Fail # issue 8183
99 100
100 [ $runtime == ie9 ] 101 [ $runtime == ie9 ]
101 document_test/supports_cssCanvasContext: Fail 102 document_test/supports_cssCanvasContext: Fail
103 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
102 element_test/click: Fail # IE does not support firing this event. 104 element_test/click: Fail # IE does not support firing this event.
103 element_types_test/supported_content: Fail 105 element_types_test/supported_content: Fail
104 element_types_test/supported_datalist: Fail 106 element_types_test/supported_datalist: Fail
105 element_types_test/supported_details: Fail 107 element_types_test/supported_details: Fail
106 element_types_test/supported_keygen: Fail 108 element_types_test/supported_keygen: Fail
107 element_types_test/supported_meter: Fail 109 element_types_test/supported_meter: Fail
108 element_types_test/supported_object: Fail 110 element_types_test/supported_object: Fail
109 element_types_test/supported_output: Fail 111 element_types_test/supported_output: Fail
110 element_types_test/supported_progress: Fail 112 element_types_test/supported_progress: Fail
111 element_types_test/supported_shadow: Fail 113 element_types_test/supported_shadow: Fail
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 295
294 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 296 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
295 request_animation_frame_test: Skip # Async test hangs. 297 request_animation_frame_test: Skip # Async test hangs.
296 298
297 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 299 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
298 isolates_test: Skip # Timeout because leg does not support web workers. 300 isolates_test: Skip # Timeout because leg does not support web workers.
299 301
300 [ $compiler == dart2js && $runtime == ff ] 302 [ $compiler == dart2js && $runtime == ff ]
301 inner_frame_test: Skip # Timeout 303 inner_frame_test: Skip # Timeout
302 svg_3_test: Skip # Timeout 304 svg_3_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