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

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

Issue 23943003: Remove dart2js skips that have bogus reasons for skipping. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 3 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 async_window_test: Skip #TODO(gram): investigating 5 async_window_test: Skip #TODO(gram): investigating
6 event_test: Skip # Issue 1996 6 event_test: Skip # Issue 1996
7 interactive_test: Skip # Must be run manually. 7 interactive_test: Skip # Must be run manually.
8 8
9 [ $compiler == dart2js && $runtime != drt ] 9 [ $compiler == dart2js && $runtime != drt ]
10 custom/*: Skip 10 custom/*: Skip
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 86 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
87 87
88 [ $compiler == dart2js && $runtime == drt && $system == macos] 88 [ $compiler == dart2js && $runtime == drt && $system == macos]
89 audiobuffersourcenode_test: Pass, Fail 89 audiobuffersourcenode_test: Pass, Fail
90 90
91 [$runtime == ie10 ] 91 [$runtime == ie10 ]
92 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 92 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
93 element_test/click: Fail # IE does not support firing this event. 93 element_test/click: Fail # IE does not support firing this event.
94 history_test/history: Pass, Fail # issue 8183 94 history_test/history: Pass, Fail # issue 8183
95 indexeddb_1_test/functional: Fail # Issue 9269 + 12893 95 indexeddb_1_test/functional: Fail # Issue 9269 + 12893
96 isolates_test: Skip
97 microtask_test: Fail, Pass # Appears to be flaky 96 microtask_test: Fail, Pass # Appears to be flaky
98 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 97 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
99 serialized_script_value_test: Fail 98 serialized_script_value_test: Fail
100 storage_test: Fail, Pass 99 storage_test: Fail, Pass
101 transferables_test: Fail # Issue 9846 100 transferables_test: Fail # Issue 9846
102 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 101 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
103 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 102 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
104 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 103 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
105 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. 104 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs.
106 105
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 xhr_test/supported_overrideMimeType: Fail 146 xhr_test/supported_overrideMimeType: Fail
148 xsltprocessor_test/supported: Fail 147 xsltprocessor_test/supported: Fail
149 148
150 [ $runtime == ie9 ] 149 [ $runtime == ie9 ]
151 blob_constructor_test: Fail 150 blob_constructor_test: Fail
152 document_test/document: Pass, Fail # BUG(9654) need per-instance patching 151 document_test/document: Pass, Fail # BUG(9654) need per-instance patching
153 dom_constructors_test: Fail 152 dom_constructors_test: Fail
154 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 153 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
155 element_test/click: Fail # IE does not support firing this event. 154 element_test/click: Fail # IE does not support firing this event.
156 form_element_test: Fail # Issue 4793. 155 form_element_test: Fail # Issue 4793.
157 isolates_test: Skip # BUG(4016)
158 localstorage_test: Fail 156 localstorage_test: Fail
159 microtask_test: Pass, Fail # http://dartbug.com/8300 157 microtask_test: Pass, Fail # http://dartbug.com/8300
160 postmessage_structured_test: Skip # BUG(5685): times out. 158 postmessage_structured_test: Skip # BUG(5685): times out.
161 serialized_script_value_test: Fail 159 serialized_script_value_test: Fail
162 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 160 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
163 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 161 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
164 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 162 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
165 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 163 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416
166 input_element_test/attributes: Fail # IE returns null while others '' 164 input_element_test/attributes: Fail # IE returns null while others ''
167 xhr_cross_origin_test: Skip # Issue 12920 165 xhr_cross_origin_test: Skip # Issue 12920
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 input_element_test/supported_week: Fail 352 input_element_test/supported_week: Fail
355 media_stream_test/supported_MediaStreamEvent: Fail 353 media_stream_test/supported_MediaStreamEvent: Fail
356 media_stream_test/supported_MediaStreamTrackEvent: Fail 354 media_stream_test/supported_MediaStreamTrackEvent: Fail
357 notifications_test/supported: Fail 355 notifications_test/supported: Fail
358 shadow_dom_test/supported: Fail 356 shadow_dom_test/supported: Fail
359 speechrecognition_test/supported: Fail 357 speechrecognition_test/supported: Fail
360 touchevent_test/supported: Fail 358 touchevent_test/supported: Fail
361 websql_test/supported: Fail 359 websql_test/supported: Fail
362 xhr_test/supported_HttpRequestProgressEvent: Fail 360 xhr_test/supported_HttpRequestProgressEvent: Fail
363 361
364
365 # 'html' tests import the HTML library, so they only make sense in 362 # 'html' tests import the HTML library, so they only make sense in
366 # a browser environment. 363 # a browser environment.
367 [ $runtime == vm ] 364 [ $runtime == vm ]
368 *: Skip 365 *: Skip
369 366
370 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 367 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
371 request_animation_frame_test: Skip # Async test hangs. 368 request_animation_frame_test: Skip # Async test hangs.
372 369
373 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
374 isolates_test: Skip # Timeout because leg does not support web workers.
375
376 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 370 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
377 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 371 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
378 event_customevent_test: Fail # Test cannot run under CSP restrictions. 372 event_customevent_test: Fail # Test cannot run under CSP restrictions.
379 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 373 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
380 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 374 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
381 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 375 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
382 js_test: Skip # Test cannot run under CSP restrictions (tim es out). 376 js_test: Skip # Test cannot run under CSP restrictions (tim es out).
383 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 377 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
384 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). 378 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
385 379
386 [ $compiler == dart2js && $runtime == drt ] 380 [ $compiler == dart2js && $runtime == drt ]
387 wheelevent_test: Fail # http://dartbug.com/12958 381 wheelevent_test: Fail # http://dartbug.com/12958
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