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

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

Issue 12625006: Fixing IE10 CORS test. (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
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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 44 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
45 element_test/click: Fail # IE does not support firing this event. 45 element_test/click: Fail # IE does not support firing this event.
46 history_test/history: Pass, Fail # issue 8183 46 history_test/history: Pass, Fail # issue 8183
47 isolates_test: Skip 47 isolates_test: Skip
48 microtask_test: Fail, Pass # Appears to be flaky 48 microtask_test: Fail, Pass # Appears to be flaky
49 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 49 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
50 serialized_script_value_test: Fail 50 serialized_script_value_test: Fail
51 storage_test: Fail, Pass 51 storage_test: Fail, Pass
52 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 52 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
53 window_open_test: Skip 53 window_open_test: Skip
54 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875.
55 54
56 # IE10 Feature support statuses- 55 # IE10 Feature support statuses-
57 # All changes should be accompanied by platform support annotation changes. 56 # All changes should be accompanied by platform support annotation changes.
58 crypto_test/supported: Fail 57 crypto_test/supported: Fail
59 css_test/supported_CssMatrix: Fail 58 css_test/supported_CssMatrix: Fail
60 css_test/supported_DomPoint: Fail 59 css_test/supported_DomPoint: Fail
61 document_test/supports_cssCanvasContext: Fail 60 document_test/supports_cssCanvasContext: Fail
62 element_types_test/supported_content: Fail 61 element_types_test/supported_content: Fail
63 element_types_test/supported_details: Fail 62 element_types_test/supported_details: Fail
64 element_types_test/supported_keygen: Fail 63 element_types_test/supported_keygen: Fail
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 329
331 [ $compiler == dart2js && $runtime == drt && $unchecked ] 330 [ $compiler == dart2js && $runtime == drt && $unchecked ]
332 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 331 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
333 332
334 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 333 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
335 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 334 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
336 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 335 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
337 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 336 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
338 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 337 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
339 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 338 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW
« no previous file with comments | « no previous file | tests/html/xhr_cross_origin_test.dart » ('j') | tools/testing/dart/http_server.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698