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

Side by Side Diff: dart/tests/dom/dom.status

Issue 10441071: Use the typedef arity to know how to invoke a closure given by the dom. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 years, 6 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 | « dart/tests/corelib/corelib.status ('k') | dart/tests/html/html.status » ('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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 webgl_1_test: Skip # Issue 1495 5 webgl_1_test: Skip # Issue 1495
6 6
7 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 7 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
8 *: Skip 8 *: Skip
9 9
10 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 10 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 indexeddb_3_test: Fail 117 indexeddb_3_test: Fail
118 118
119 # DOM errors. 119 # DOM errors.
120 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0' 120 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0'
121 indexeddb_2_test: Fail # Uncaught error 121 indexeddb_2_test: Fail # Uncaught error
122 122
123 [ $compiler == dart2js && $runtime == none ] 123 [ $compiler == dart2js && $runtime == none ]
124 *: Fail, Pass # TODO(ahe): Triage these tests. 124 *: Fail, Pass # TODO(ahe): Triage these tests.
125 125
126 [ $compiler == dart2js && $runtime == ff ] 126 [ $compiler == dart2js && $runtime == ff ]
127 *: Skip # Issue 2615 127 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status'
128 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught NoSuchMethodException : method not found: 'get$data'
129 window_nosuchmethod_test: Fail # Expectation: windowNonMethod. Caught Instance o f 'TypeError'
130 xhr_test: Skip # Timeout
131 inner_frame_test: Skip # Timeout
132 svg_3_test: Skip # Timeout
OLDNEW
« no previous file with comments | « dart/tests/corelib/corelib.status ('k') | dart/tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698