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

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

Issue 23595002: Triage Safari bug 7414. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 | « dart/runtime/tests/vm/vm.status ('k') | dart/tests/language/arithmetic_test.dart » ('j') | 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 websql_test/supported: Fail 236 websql_test/supported: Fail
237 worker_test/supported: Fail 237 worker_test/supported: Fail
238 xhr_cross_origin_test/supported: Fail 238 xhr_cross_origin_test/supported: Fail
239 xhr_test/supported_HttpRequestProgressEvent: Fail 239 xhr_test/supported_HttpRequestProgressEvent: Fail
240 xhr_test/supported_onLoadEnd: Fail 240 xhr_test/supported_onLoadEnd: Fail
241 xhr_test/supported_onProgress: Fail 241 xhr_test/supported_onProgress: Fail
242 xhr_test/supported_overrideMimeType: Fail 242 xhr_test/supported_overrideMimeType: Fail
243 xsltprocessor_test/supported: Fail 243 xsltprocessor_test/supported: Fail
244 244
245 [ $runtime == safari ] 245 [ $runtime == safari ]
246 datalistelement_test: Fail # Issue: 7414
247 element_test/elements: Crash, Fail # Issue: 7414
248 element_types_test/supported_track: Pass, Fail 246 element_types_test/supported_track: Pass, Fail
249 input_element_test/supported_month: Fail, Crash 247 input_element_test/supported_month: Fail, Crash
250 input_element_test/supported_time: Fail, Crash 248 input_element_test/supported_time: Fail, Crash
251 input_element_test/supported_week: Fail, Crash 249 input_element_test/supported_week: Fail, Crash
252 webgl_1_test: Pass, Fail # Issue 8219 250 webgl_1_test: Pass, Fail # Issue 8219
253 wheelevent_test: Fail # Issue: 7414 251 wheelevent_test: Fail # Issue: 12798
254 xhr_test/xhr_requestBlob: Fail # Issue: 9178 Safari doesn't support Blob respons es. 252 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 253 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 254 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element
257 255
258 # Safari Feature support statuses- 256 # Safari Feature support statuses-
259 # All changes should be accompanied by platform support annotation changes. 257 # All changes should be accompanied by platform support annotation changes.
260 element_types_test/supported_content: Fail 258 element_types_test/supported_content: Fail
261 element_types_test/supported_datalist: Fail 259 element_types_test/supported_datalist: Fail
262 element_types_test/supported_shadow: Fail 260 element_types_test/supported_shadow: Fail
263 element_types_test/supported_template: Fail 261 element_types_test/supported_template: Fail
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 370
373 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 371 [ $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. 372 # 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. 373 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). 374 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. 375 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). 376 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). 377 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). 378 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). 379 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
OLDNEW
« no previous file with comments | « dart/runtime/tests/vm/vm.status ('k') | dart/tests/language/arithmetic_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698