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 14075011: Update status files with new failures (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 == none && ($runtime == drt || $runtime == dartium) ] 12 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
13 # postMessage in dartium always transfers the typed array buffer, never a view 13 # postMessage in dartium always transfers the typed array buffer, never a view
14 postmessage_structured_test/typed_arrays: Fail 14 postmessage_structured_test/typed_arrays: Fail
15 15
16 [ $compiler == none && $runtime == drt && $system == windows ] 16 [ $compiler == none && $runtime == drt && $system == windows ]
17 worker_test/functional: Pass, Crash # Issue 9929. 17 worker_test/functional: Pass, Crash # Issue 9929.
18 18
19 [ $compiler == dart2js && ($runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt || $runtime == dartium)] 19 [ $compiler == dart2js && ($runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt || $runtime == dartium)]
20 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. 20 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction.
21 typed_arrays_range_checks_test: Fail # TODO(vsm): Implement range checks. 21 typed_arrays_range_checks_test: Fail # TODO(vsm): Implement range checks.
22 22
23 [ $compiler == dart2js && $runtime == ie10 ] 23 [ $compiler == dart2js && $runtime == ie10 ]
24 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 24 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
25 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 25 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
26 async_test: Pass, Fail # timers test fails on ie10. 26 async_test: Pass, Fail # timers test fails on ie10.
27 27
28 [ $compiler == dart2js && $runtime == safari ]
29 url_test: Fail # Issue 10096
30
31 [ $compiler == dart2js && $runtime == drt && $checked ]
32 postmessage_structured_test/typed_arrays: Fail # Issue 10097
33 postmessage_structured_test/primitives: Fail # Issue 10097
34
28 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] 35 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ]
29 indexeddb_2_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407 36 indexeddb_2_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407
30 async_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407 37 async_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407
31 38
32 # Layout tests are only supported on DRT. 39 # Layout tests are only supported on DRT.
33 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 40 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
34 *layout_test: Skip 41 *layout_test: Skip
35 42
36 [ $runtime == chrome ] 43 [ $runtime == chrome ]
37 touchevent_test/supported: Fail 44 touchevent_test/supported: Fail
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 363
357 [ $compiler == dart2js && $runtime == drt && $unchecked ] 364 [ $compiler == dart2js && $runtime == drt && $unchecked ]
358 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 365 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
359 366
360 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 367 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
361 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 368 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
362 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 369 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
363 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 370 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
364 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 371 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
365 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 372 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