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

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

Issue 13715003: Update status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 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.
11 11
12 [ $compiler == dart2js] 12 [ $compiler == dart2js]
13 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. 13 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction.
14 14
15 [ $compiler == dart2js && $runtime == ie10 ] 15 [ $compiler == dart2js && $runtime == ie10 ]
16 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 16 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
17 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 17 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
18 async_test: Pass, Fail # timers test fails on ie10. 18 async_test: Pass, Fail # timers test fails on ie10.
19 19
20 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] 20 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ]
21 indexeddb_2_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407 21 indexeddb_2_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407
22 async_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407
22 23
23 # Layout tests are only supported on DRT. 24 # Layout tests are only supported on DRT.
24 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 25 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
25 *layout_test: Skip 26 *layout_test: Skip
26 27
27 [ $runtime == chrome ] 28 [ $runtime == chrome ]
28 touchevent_test/supported: Fail 29 touchevent_test/supported: Fail
29 30
30 [ $runtime == chrome && ($system == windows || $system == macos)] 31 [ $runtime == chrome && ($system == windows || $system == macos)]
31 audiocontext_test: Skip # Issue 9566 32 audiocontext_test: Skip # Issue 9566
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 350
350 [ $compiler == dart2js && $runtime == drt && $unchecked ] 351 [ $compiler == dart2js && $runtime == drt && $unchecked ]
351 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 352 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
352 353
353 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 354 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
354 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 355 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
355 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 356 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
356 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 357 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
357 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 358 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
358 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 359 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
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