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

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

Issue 10448074: Fix check in exception unwrapping and update status files. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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 | « tests/corelib/corelib.status ('k') | 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 28 matching lines...) Expand all
39 history_test: Fail 39 history_test: Fail
40 40
41 [ $runtime == ie ] 41 [ $runtime == ie ]
42 # TODO(vsm): Triage DOM failures. 42 # TODO(vsm): Triage DOM failures.
43 *: Skip 43 *: Skip
44 44
45 [ $runtime == safari ] 45 [ $runtime == safari ]
46 # TODO(vsm): Triage DOM failures. 46 # TODO(vsm): Triage DOM failures.
47 *: Skip 47 *: Skip
48 48
49 [ $compiler == frog && $runtime == ff ]
50 # _toDartException fails to translate TypeError for call to x.set$onfocus(null)
51 hidden_dom_1_test: Fail
52 # _toDartException fails to translate TypeError for call to x.appendChild$_(y)
53 hidden_dom_2_test: Fail
54
49 [ $runtime == ff ] 55 [ $runtime == ff ]
50 audiocontext_test: Fail # FF only has Audio element 56 audiocontext_test: Fail # FF only has Audio element
51 css_test: Fail # No analogue to WebKitCSSMatrix 57 css_test: Fail # No analogue to WebKitCSSMatrix
52 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame 58 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame
53 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 59 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
54 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 60 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
55 dart_object_local_storage_test: Fail # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 61 dart_object_local_storage_test: Fail # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
56 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 62 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
57 # _toDartException fails to translate TypeError for call to x.set$onfocus(null)
58 hidden_dom_1_test: Fail
59 # _toDartException fails to translate TypeError for call to x.appendChild$_(y)
60 hidden_dom_2_test: Fail
61 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 63 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
62 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 64 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
63 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 65 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
64 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 66 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
65 instance_of_test: Fail # Issue 2535 67 instance_of_test: Fail # Issue 2535
66 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 68 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
67 inner_frame_test: Fail 69 inner_frame_test: Fail
68 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 70 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
69 svg_3_test: Fail 71 svg_3_test: Fail
70 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t. 72 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t.
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 # DOM errors. 121 # DOM errors.
120 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0' 122 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0'
121 indexeddb_2_test: Fail # Uncaught error 123 indexeddb_2_test: Fail # Uncaught error
122 124
123 [ $compiler == dart2js && $runtime == none ] 125 [ $compiler == dart2js && $runtime == none ]
124 *: Fail, Pass # TODO(ahe): Triage these tests. 126 *: Fail, Pass # TODO(ahe): Triage these tests.
125 127
126 [ $compiler == dart2js && $runtime == ff ] 128 [ $compiler == dart2js && $runtime == ff ]
127 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status' 129 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' 130 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 xhr_test: Skip # Timeout
131 inner_frame_test: Skip # Timeout 132 inner_frame_test: Skip # Timeout
132 svg_3_test: Skip # Timeout 133 svg_3_test: Skip # Timeout
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698