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

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

Issue 23631002: Fixing datalistelement test on Safari. (Closed) Base URL: https://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 | « tests/html/datalistelement_test.dart ('k') | 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 websql_test/supported: Fail 237 websql_test/supported: Fail
238 worker_test/supported: Fail 238 worker_test/supported: Fail
239 xhr_cross_origin_test/supported: Fail 239 xhr_cross_origin_test/supported: Fail
240 xhr_test/supported_HttpRequestProgressEvent: Fail 240 xhr_test/supported_HttpRequestProgressEvent: Fail
241 xhr_test/supported_onLoadEnd: Fail 241 xhr_test/supported_onLoadEnd: Fail
242 xhr_test/supported_onProgress: Fail 242 xhr_test/supported_onProgress: Fail
243 xhr_test/supported_overrideMimeType: Fail 243 xhr_test/supported_overrideMimeType: Fail
244 xsltprocessor_test/supported: Fail 244 xsltprocessor_test/supported: Fail
245 245
246 [ $runtime == safari ] 246 [ $runtime == safari ]
247 datalistelement_test: Fail # http://dartbug.com/12797
248 element_types_test/supported_track: Pass, Fail 247 element_types_test/supported_track: Pass, Fail
249 input_element_test/supported_month: Fail, Crash 248 input_element_test/supported_month: Fail, Crash
250 input_element_test/supported_time: Fail, Crash 249 input_element_test/supported_time: Fail, Crash
251 input_element_test/supported_week: Fail, Crash 250 input_element_test/supported_week: Fail, Crash
252 webgl_1_test: Pass, Fail # Issue 8219 251 webgl_1_test: Pass, Fail # Issue 8219
253 wheelevent_test: Fail # Issue: 12798 252 wheelevent_test: Fail # Issue: 12798
254 xhr_test/xhr_requestBlob: Fail # Issue: 9178 Safari doesn't support Blob respons es. 253 xhr_test/xhr_requestBlob: Fail # Issue: 9178 Safari doesn't support Blob respons es.
255 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element 254 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element
256 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element 255 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element
257 256
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 371
373 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 372 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
374 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 373 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
375 event_customevent_test: Fail # Test cannot run under CSP restrictions. 374 event_customevent_test: Fail # Test cannot run under CSP restrictions.
376 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 375 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
377 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 376 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
378 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 377 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
379 js_test: Skip # Test cannot run under CSP restrictions (tim es out). 378 js_test: Skip # Test cannot run under CSP restrictions (tim es out).
380 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 379 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
381 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). 380 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
OLDNEW
« no previous file with comments | « tests/html/datalistelement_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698