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

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

Issue 19520019: Reverting 25196, 25195, 25192. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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
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 6
7 event_test: Skip # Issue 1996 7 event_test: Skip # Issue 1996
8 custom_elements_test: Skip # Not yet implemented. 8 custom_elements_test: Skip # Not yet implemented.
9 interactive_test: Skip # Must be run manually. 9 interactive_test: Skip # Must be run manually.
10 10
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 element_types_test/supported_template: Fail 308 element_types_test/supported_template: Fail
309 indexeddb_1_test/supported: Fail 309 indexeddb_1_test/supported: Fail
310 indexeddb_1_test/supportsDatabaseNames: Fail 310 indexeddb_1_test/supportsDatabaseNames: Fail
311 mutationobserver_test/supported: Fail 311 mutationobserver_test/supported: Fail
312 notifications_test/supported: Fail 312 notifications_test/supported: Fail
313 performance_api_test/supported: Fail 313 performance_api_test/supported: Fail
314 speechrecognition_test/supported: Fail 314 speechrecognition_test/supported: Fail
315 websql_test/supported: Fail 315 websql_test/supported: Fail
316 316
317 [ $runtime == ff ] 317 [ $runtime == ff ]
318 element_dimensions_test: Fail # Issue 11907
319 xhr_test/xhr: Pass, Fail # Issue 11602 318 xhr_test/xhr: Pass, Fail # Issue 11602
320 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 319 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
321 dromaeo_smoke_test: Pass, Fail # Issue: 8257 320 dromaeo_smoke_test: Pass, Fail # Issue: 8257
322 webgl_1_test: Pass, Fail # Issue 8219 321 webgl_1_test: Pass, Fail # Issue 8219
323 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage 322 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage
324 323
325 # FireFox Feature support statuses- 324 # FireFox Feature support statuses-
326 # All changes should be accompanied by platform support annotation changes. 325 # All changes should be accompanied by platform support annotation changes.
327 audiobuffersourcenode_test/supported: Fail 326 audiobuffersourcenode_test/supported: Fail
328 audiocontext_test/supported: Fail 327 audiocontext_test/supported: Fail
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 374 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
376 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 375 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
377 event_customevent_test: Fail # Test cannot run under CSP restrictions. 376 event_customevent_test: Fail # Test cannot run under CSP restrictions.
378 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 377 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
379 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 378 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
380 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 379 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
381 js_test: Skip # Test cannot run under CSP restrictions (tim es out). 380 js_test: Skip # Test cannot run under CSP restrictions (tim es out).
382 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 381 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
383 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). 382 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
384 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 383 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698