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

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

Issue 1013883002: Notification test passes on Safari, on the basis that it's not supported. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: A less horrible approach Created 5 years, 9 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 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 interactive_test: Skip # Must be run manually. 6 interactive_test: Skip # Must be run manually.
7 dromaeo_smoke_test: Skip # Issue 14521, 8257 7 dromaeo_smoke_test: Skip # Issue 14521, 8257
8 cross_frame_test: Skip # Test reloads itself. Issue 18558 8 cross_frame_test: Skip # Test reloads itself. Issue 18558
9 9
10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 [ $compiler == dart2js && $runtime == drt && $unchecked ] 240 [ $compiler == dart2js && $runtime == drt && $unchecked ]
241 audiocontext_test/functional: Pass, Fail 241 audiocontext_test/functional: Pass, Fail
242 242
243 [ $runtime == safari || $runtime == safarimobilesim ] 243 [ $runtime == safari || $runtime == safarimobilesim ]
244 worker_api_test: Skip # Issue 13221 244 worker_api_test: Skip # Issue 13221
245 webgl_1_test: Pass, Fail # Issue 8219 245 webgl_1_test: Pass, Fail # Issue 8219
246 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element 246 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element
247 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element 247 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element
248 element_test: Pass, Fail # Issue 21434 248 element_test: Pass, Fail # Issue 21434
249 mediasource_test: Pass, Fail # MediaSource only available on Safari 8 desktop, w e can't express that. 249 mediasource_test: Pass, Fail # MediaSource only available on Safari 8 desktop, w e can't express that.
250 notification_test/constructors: Fail # Safari doesn't let us access the Notifica tion fields to verify them
251 250
252 # Safari Feature support statuses- 251 # Safari Feature support statuses-
253 # All changes should be accompanied by platform support annotation changes. 252 # All changes should be accompanied by platform support annotation changes.
254 element_types_test/supported_content: Fail 253 element_types_test/supported_content: Fail
255 element_types_test/supported_datalist: Fail 254 element_types_test/supported_datalist: Fail
256 element_types_test/supported_shadow: Fail 255 element_types_test/supported_shadow: Fail
257 fileapi_test/supported: Fail 256 fileapi_test/supported: Fail
258 indexeddb_1_test/supportsDatabaseNames: Fail 257 indexeddb_1_test/supportsDatabaseNames: Fail
259 media_stream_test/supported_MediaStreamEvent: Fail 258 media_stream_test/supported_MediaStreamEvent: Fail
260 media_stream_test/supported_MediaStreamTrackEvent: Fail 259 media_stream_test/supported_MediaStreamTrackEvent: Fail
261 media_stream_test/supported_media: Fail 260 media_stream_test/supported_media: Fail
262 performance_api_test/supported: Fail 261 performance_api_test/supported: Fail
263 rtc_test/supported: Fail 262 rtc_test/supported: Fail
264 shadow_dom_test/supported: Fail 263 shadow_dom_test/supported: Fail
265 speechrecognition_test/supported: Fail 264 speechrecognition_test/supported: Fail
266 265
267 [ $runtime == safarimobilesim ] 266 [ $runtime == safarimobilesim ]
268 indexeddb_1_test/supported: Fail 267 indexeddb_1_test/supported: Fail
269 element_types_test/supported_template: Fail 268 element_types_test/supported_template: Fail
270 xhr_test/json: Fail # Safari doesn't support JSON response type 269 xhr_test/json: Fail # Safari doesn't support JSON response type
270 notification_test/constructors: Pass # Safari mobile will pass this test on the basis that notifications aren't supported at all.
271 271
272 [ $runtime == safari ] 272 [ $runtime == safari ]
273 input_element_test/supported_month: RuntimeError 273 input_element_test/supported_month: RuntimeError
274 input_element_test/supported_time: RuntimeError 274 input_element_test/supported_time: RuntimeError
275 input_element_test/supported_week: RuntimeError 275 input_element_test/supported_week: RuntimeError
276 input_element_test/supported_date: Fail 276 input_element_test/supported_date: Fail
277 input_element_test/supported_datetime-local: Fail 277 input_element_test/supported_datetime-local: Fail
278 touchevent_test/supported: Fail 278 touchevent_test/supported: Fail
279 notification_test/constructors: Fail # Safari doesn't let us access the fields o f the Notification to verify them.
279 280
280 [ $runtime == safari ] 281 [ $runtime == safari ]
281 indexeddb_1_test/functional: Skip # Times out. Issue 21433 282 indexeddb_1_test/functional: Skip # Times out. Issue 21433
282 indexeddb_2_test: RuntimeError # Issue 21433 283 indexeddb_2_test: RuntimeError # Issue 21433
283 indexeddb_4_test: RuntimeError # Issue 21433 284 indexeddb_4_test: RuntimeError # Issue 21433
284 indexeddb_5_test: RuntimeError # Issue 21433 285 indexeddb_5_test: RuntimeError # Issue 21433
285 wheelevent_test: RuntimeError # Issue 21434 286 wheelevent_test: RuntimeError # Issue 21434
286 js_test: RuntimeError # Issue 21434 287 js_test: RuntimeError # Issue 21434
287 288
288 [ $runtime == opera ] 289 [ $runtime == opera ]
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 htmlelement_test: StaticWarning 400 htmlelement_test: StaticWarning
400 localstorage_test: StaticWarning 401 localstorage_test: StaticWarning
401 mutationobserver_test: StaticWarning 402 mutationobserver_test: StaticWarning
402 queryall_test: fail 403 queryall_test: fail
403 track_element_constructor_test: StaticWarning 404 track_element_constructor_test: StaticWarning
404 transferables_test: StaticWarning 405 transferables_test: StaticWarning
405 typed_arrays_range_checks_test: StaticWarning 406 typed_arrays_range_checks_test: StaticWarning
406 typing_test: StaticWarning 407 typing_test: StaticWarning
407 webgl_1_test: StaticWarning 408 webgl_1_test: StaticWarning
408 window_nosuchmethod_test: StaticWarning 409 window_nosuchmethod_test: StaticWarning
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