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

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

Issue 10951016: Fixing up measurement test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removing static modifier from isMutationObserverSupported. Created 8 years, 3 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
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 window_open_test: Fail, Pass # http://dartbug.com/5151 5 window_open_test: Fail, Pass # http://dartbug.com/5151
6 6
7 event_test: Skip # Issue 1996 7 event_test: Skip # Issue 1996
8 webgl_1_test: Skip # Issue 1495 8 webgl_1_test: Skip # Issue 1495
9 xmldocument_test: Skip # XML in dart:html is incomplete 9 xmldocument_test: Skip # XML in dart:html is incomplete
10 xmlelement_test: Skip # XML in dart:html is incomplete 10 xmlelement_test: Skip # XML in dart:html is incomplete
11 measurement_test: Pass, Fail # Issue 1940
12 11
13 [ $runtime == drt ] 12 [ $runtime == drt ]
14 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages. 13 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages.
15 14
16 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 15 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
17 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 16 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
18 url_test: Fail # createObjectURL not implemented. 17 url_test: Fail # createObjectURL not implemented.
19 transferables_test: Fail # Under investigation by antonm 18 transferables_test: Fail # Under investigation by antonm
20 19
21 [ $compiler == none && $runtime == drt && $system == windows] 20 [ $compiler == none && $runtime == drt && $system == windows]
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 exceptions_test: Fail 84 exceptions_test: Fail
86 fileapi_test: Fail # IE does not support filesystem APIs. 85 fileapi_test: Fail # IE does not support filesystem APIs.
87 history_test: Fail 86 history_test: Fail
88 indexeddb_1_test: Fail 87 indexeddb_1_test: Fail
89 indexeddb_2_test: Fail 88 indexeddb_2_test: Fail
90 indexeddb_3_test: Fail 89 indexeddb_3_test: Fail
91 indexeddb_4_test: Fail 90 indexeddb_4_test: Fail
92 js_interop_2_test: Fail 91 js_interop_2_test: Fail
93 js_interop_3_test: Fail 92 js_interop_3_test: Fail
94 js_interop_4_test: Fail 93 js_interop_4_test: Fail
95 measurement_test: Fail
96 messageevent_test: Fail 94 messageevent_test: Fail
97 mutationobserver_test: Fail 95 mutationobserver_test: Fail
98 serialized_script_value_test: Fail 96 serialized_script_value_test: Fail
99 shadow_dom_layout_test: Fail 97 shadow_dom_layout_test: Fail
100 shadow_dom_test: Fail 98 shadow_dom_test: Fail
101 storage_test: Fail 99 storage_test: Fail
102 svg_3_test: Fail 100 svg_3_test: Fail
103 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 101 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
104 websocket_test: Fail 102 websocket_test: Fail
105 window_open_test: Skip # BUG(4016) 103 window_open_test: Skip # BUG(4016)
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 159
162 [ $runtime == vm ] 160 [ $runtime == vm ]
163 *: Skip 161 *: Skip
164 162
165 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 163 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
166 [ $runtime == opera ] 164 [ $runtime == opera ]
167 *: Skip 165 *: Skip
168 166
169 [ $compiler == dart2js && $runtime == drt ] 167 [ $compiler == dart2js && $runtime == drt ]
170 # Unknown error - should investigate. 168 # Unknown error - should investigate.
171 measurement_test: Fail
172 htmloptionscollection_test: Fail # Issue 3813. 169 htmloptionscollection_test: Fail # Issue 3813.
173 unknownelement_test: Fail # Issue 4189 170 unknownelement_test: Fail # Issue 4189
174 171
175 [ $compiler == dart2js && $runtime == none ] 172 [ $compiler == dart2js && $runtime == none ]
176 *: Fail, Pass # TODO(ahe): Triage these tests. 173 *: Fail, Pass # TODO(ahe): Triage these tests.
177 174
178 [ $compiler == dart2js ] 175 [ $compiler == dart2js ]
179 transferables_test: Skip # until isInstance works in dart2js 176 transferables_test: Skip # until isInstance works in dart2js
180 177
181 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 178 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
(...skipping 16 matching lines...) Expand all
198 [ $compiler == dart2js && $runtime == chrome && $system == windows] 195 [ $compiler == dart2js && $runtime == chrome && $system == windows]
199 css_test: Pass, Fail # Issue #2823 196 css_test: Pass, Fail # Issue #2823
200 197
201 [ $compiler == dart2js && $runtime == ff && $system == windows] 198 [ $compiler == dart2js && $runtime == ff && $system == windows]
202 js_interop_2_test: Fail # Issue 4658. 199 js_interop_2_test: Fail # Issue 4658.
203 200
204 [ $compiler == dart2js && $checked && $browser] 201 [ $compiler == dart2js && $checked && $browser]
205 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' 202 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name '
206 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl' 203 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl'
207 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl' 204 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl'
OLDNEW
« no previous file with comments | « lib/html/templates/html/dartium/html_dartium.darttemplate ('k') | tests/html/measurement_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698