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

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

Issue 10912147: Change our 'is int' check to use Math.floor instead of a smi check. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/isolate/isolate.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 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 webgl_1_test: Skip # Issue 1495 6 webgl_1_test: Skip # Issue 1495
7 xmldocument_test: Skip # XML in dart:html is incomplete 7 xmldocument_test: Skip # XML in dart:html is incomplete
8 xmlelement_test: Skip # XML in dart:html is incomplete 8 xmlelement_test: Skip # XML in dart:html is incomplete
9 measurement_test: Pass, Fail # Issue 1940 9 measurement_test: Pass, Fail # Issue 1940
10 10
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 documentfragment_test: Skip # Timeout 190 documentfragment_test: Skip # Timeout
191 191
192 [ $compiler == dart2js && $runtime == chrome && $system == windows] 192 [ $compiler == dart2js && $runtime == chrome && $system == windows]
193 css_test: Pass, Fail # Issue #2823 193 css_test: Pass, Fail # Issue #2823
194 194
195 [ $compiler == dart2js && $runtime == ff && $system == windows] 195 [ $compiler == dart2js && $runtime == ff && $system == windows]
196 js_interop_2_test: Fail # Issue 4658. 196 js_interop_2_test: Fail # Issue 4658.
197 197
198 [ $compiler == dart2js && $checked && $browser] 198 [ $compiler == dart2js && $checked && $browser]
199 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' 199 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name '
200 200 cross_frame_test: Fail # Caught NoSuchMethodException : method not found: 'is$_W indowImpl'
201 # Issue 3720 201 window_open_test: Fail # Caught NoSuchMethodException : method not found: 'is$_W indowImpl'
202 async_window_test: Fail
203 audiocontext_test: Fail
204 audioelement_test: Fail
205 b_element_test: Fail
206 blob_constructor_test: Fail
207 cache_test: Fail
208 callbacks_test: Fail
209 canvas_pixel_array_type_alias_test: Fail
210 canvas_test: Fail
211 canvas_using_html_test: Fail
212 cross_frame_test: Fail
213 css_test: Fail
214 cssstyledeclaration_test: Fail
215 dart_object_local_storage_test: Fail
216 datalistelement_test: Fail
217 document_test: Fail
218 documentfragment_test: Fail
219 dom_constructors_test: Fail
220 dom_isolates_test: Fail
221 domparser_test: Fail
222 element_add_test: Fail
223 element_classes_test: Fail
224 element_constructor_1_test: Fail
225 element_test: Fail
226 event_customevent_test: Fail
227 events_test: Fail
228 exceptions_test: Fail
229 form_data_test: Fail
230 form_element_test: Fail
231 hidden_dom_1_test: Fail
232 hidden_dom_2_test: Fail
233 history_test: Fail
234 htmlaudioelement_test: Fail
235 htmlcollection_test: Fail
236 htmlelement_test: Fail
237 indexeddb_1_test: Fail
238 indexeddb_2_test: Fail
239 indexeddb_3_test: Fail
240 indexeddb_4_test: Fail
241 inner_frame_test: Fail
242 instance_of_test: Fail
243 js_interop_1_test: Fail
244 js_interop_2_test: Fail
245 js_interop_3_test: Fail
246 js_interop_4_test: Fail
247 js_interop_element_test: Fail
248 js_interop_func_passing_test: Fail
249 js_interop_obj_invoke_test: Fail
250 js_interop_obj_passing_test: Fail
251 key_name_location_test: Fail
252 localstorage_test: Fail
253 location_test: Fail
254 messageevent_test: Fail
255 mutationobserver_test: Fail
256 native_gc_test: Fail
257 node_test: Fail
258 performance_api_test: Fail
259 pkg/unittest/test/unittest_test: Fail
260 query_test: Fail
261 queryall_test: Fail
262 serialized_script_value_test: Fail
263 shadow_dom_test: Fail
264 storage_test: Fail
265 svg_1_test: Fail
266 svg_2_test: Fail
267 svg_3_test: Fail
268 svgelement2_test: Fail
269 svgelement_test: Fail
270 typed_arrays_2_test: Fail
271 typed_arrays_3_test: Fail
272 typed_arrays_4_test: Fail
273 typed_arrays_5_test: Fail
274 typed_arrays_arraybuffer_test: Fail
275 typed_arrays_dataview_test: Fail
276 typed_arrays_range_checks_test: Fail
277 typing_test: Fail
278 url_test: Fail
279 websocket_test: Fail
280 websql_test: Fail
281 window_eq_test: Fail
282 window_mangling_test: Fail
283 window_nosuchmethod_test: Fail
284 window_open_test: Fail
285 xhr_test: Fail
286 xsltprocessor_test: Fail
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698