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

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

Issue 12723012: Attempting to fix indexed_db IE10 test timeouts. (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/indexeddb_1_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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 42 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
43 element_test/click: Fail # IE does not support firing this event. 43 element_test/click: Fail # IE does not support firing this event.
44 history_test/history: Pass, Fail # issue 8183 44 history_test/history: Pass, Fail # issue 8183
45 isolates_test: Skip 45 isolates_test: Skip
46 microtask_test: Fail, Pass # Appears to be flaky 46 microtask_test: Fail, Pass # Appears to be flaky
47 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 47 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
48 serialized_script_value_test: Fail 48 serialized_script_value_test: Fail
49 storage_test: Fail, Pass 49 storage_test: Fail, Pass
50 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 50 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
51 window_open_test: Skip 51 window_open_test: Skip
52 indexeddb_1_test/functional: Pass, Timeout # http://dartbug.com/9269
53 52
54 # IE10 Feature support statuses- 53 # IE10 Feature support statuses-
55 # All changes should be accompanied by platform support annotation changes. 54 # All changes should be accompanied by platform support annotation changes.
56 audiobuffersourcenode_test/supported: Fail 55 audiobuffersourcenode_test/supported: Fail
57 audiocontext_test/supported: Fail 56 audiocontext_test/supported: Fail
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
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 331
333 [ $compiler == dart2js && $runtime == drt && $unchecked ] 332 [ $compiler == dart2js && $runtime == drt && $unchecked ]
334 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 333 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
335 334
336 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 335 [ $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). 336 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. 337 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). 338 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). 339 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. 340 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW
« no previous file with comments | « no previous file | tests/html/indexeddb_1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698