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

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

Issue 12706024: Narrowing html/postmessage_test's FF exclusion (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | tests/html/postmessage_structured_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 window_open_test: Skip # http://dartbug.com/5151 5 window_open_test: Skip # http://dartbug.com/5151
6 async_window_test: Skip #TODO(gram): investigating 6 async_window_test: Skip #TODO(gram): investigating
7 7
8 event_test: Skip # Issue 1996 8 event_test: Skip # Issue 1996
9 custom_elements_test: Skip # Not yet implemented. 9 custom_elements_test: Skip # Not yet implemented.
10 interactive_test: Skip # Must be run manually. 10 interactive_test: Skip # Must be run manually.
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 svg_test/supported_externalResourcesRequired: Fail 269 svg_test/supported_externalResourcesRequired: Fail
270 svg_test/supported_langSpace: Fail 270 svg_test/supported_langSpace: Fail
271 websql_test/supported: Fail 271 websql_test/supported: Fail
272 272
273 [ $runtime == ff ] 273 [ $runtime == ff ]
274 audiobuffersourcenode_test: Fail # FF only has Audio element. 274 audiobuffersourcenode_test: Fail # FF only has Audio element.
275 audiocontext_test: Fail # FF only has Audio element 275 audiocontext_test: Fail # FF only has Audio element
276 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 276 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
277 dromaeo_smoke_test: Pass, Fail # Issue: 8257 277 dromaeo_smoke_test: Pass, Fail # Issue: 8257
278 webgl_1_test: Pass, Fail # Issue 8219 278 webgl_1_test: Pass, Fail # Issue 8219
279 postmessage_structured_test: Fail 279 postmessage_structured_test/typed_arrays: Fail # FF incorrectly clones arrays.
280 280
281 # FireFox Feature support statuses- 281 # FireFox Feature support statuses-
282 # All changes should be accompanied by platform support annotation changes. 282 # All changes should be accompanied by platform support annotation changes.
283 crypto_test/supported: Fail 283 crypto_test/supported: Fail
284 css_test/supported_CssMatrix: Fail 284 css_test/supported_CssMatrix: Fail
285 css_test/supported_DomPoint: Fail 285 css_test/supported_DomPoint: Fail
286 document_test/supports_cssCanvasContext: Fail 286 document_test/supports_cssCanvasContext: Fail
287 element_types_test/supported_content: Fail 287 element_types_test/supported_content: Fail
288 element_types_test/supported_details: Fail 288 element_types_test/supported_details: Fail
289 element_types_test/supported_embed: Fail 289 element_types_test/supported_embed: Fail
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 332
333 [ $compiler == dart2js && $runtime == drt && $unchecked ] 333 [ $compiler == dart2js && $runtime == drt && $unchecked ]
334 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 334 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
335 335
336 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 336 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
337 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 337 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
338 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 338 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
339 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 339 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
340 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 340 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
341 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 341 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW
« no previous file with comments | « no previous file | tests/html/postmessage_structured_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698