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

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

Issue 12892007: Support for callbacks on ScriptProcessNode. (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 | « sdk/lib/web_audio/dartium/web_audio_dartium.dart ('k') | tools/dom/idl/dart/dart.idl » ('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.
11 11
12 # Layout tests are only supported on DRT. 12 # Layout tests are only supported on DRT.
13 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 13 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
14 *layout_test: Skip 14 *layout_test: Skip
15 15
16 [ $runtime == chrome ] 16 [ $runtime == chrome ]
17 touchevent_test/supported: Fail 17 touchevent_test/supported: Fail
18 18
19 [$runtime == drt || $runtime == dartium || $runtime == chrome] 19 [$runtime == drt || $runtime == dartium || $runtime == chrome]
20 webgl_1_test: Pass, Fail # Issue 8219 20 webgl_1_test: Pass, Fail # Issue 8219
21 21
22 [ $runtime == drt || ($runtime == chrome && $system == windows) ] 22 [ $runtime == drt || ($runtime == chrome && $system == windows) ]
23 audiobuffersourcenode_test: Pass, Fail, Timeout, Crash # AudiobufferSourceNode i s flaky on Chrome and Dartium - filed issue 8021 for the timeout. 23 audiobuffersourcenode_test: Pass, Fail, Timeout, Crash # AudiobufferSourceNode i s flaky on Chrome and Dartium - filed issue 8021 for the timeout.
24 audiocontext_test: Pass, Timeout, Crash # Issue 8021. 24 audiocontext_test: Pass, Timeout, Crash # Issue 8021.
25 25
26 [ $compiler == none ]
27 audiocontext_test: Skip # Issue 9094.
28
29 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 26 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
30 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 27 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
31 28
32 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 29 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
33 websql_test: Skip # Issue 4941: stderr contains a backtrace. 30 websql_test: Skip # Issue 4941: stderr contains a backtrace.
34 31
35 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 32 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
36 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 33 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
37 34
38 [ $compiler == dart2js && $runtime == drt && $system == macos] 35 [ $compiler == dart2js && $runtime == drt && $system == macos]
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 329
333 [ $compiler == dart2js && $runtime == drt && $unchecked ] 330 [ $compiler == dart2js && $runtime == drt && $unchecked ]
334 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 331 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
335 332
336 [ $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) ]
337 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).
338 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.
339 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).
340 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).
341 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 | « sdk/lib/web_audio/dartium/web_audio_dartium.dart ('k') | tools/dom/idl/dart/dart.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698