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

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

Issue 12274002: Fixing Geolocation on Firefox (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Adding manual test Created 7 years, 10 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: 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.
ricow1 2013/08/22 11:26:13 If this needs to be run manually how about just no
blois 2013/08/22 16:14:56 If it's not _test, is there an easy way to generat
10 11
11 # Layout tests are only supported on DRT. 12 # Layout tests are only supported on DRT.
12 [ $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 ]
13 *layout_test: Skip 14 *layout_test: Skip
14 15
15 [ $runtime == chrome ] 16 [ $runtime == chrome ]
16 element_types_test/supported_content: Fail 17 element_types_test/supported_content: Fail
17 element_types_test/supported_shadow: Fail 18 element_types_test/supported_shadow: Fail
18 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type. 19 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type.
19 input_element_test/supported_datetime: Fail 20 input_element_test/supported_datetime: Fail
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 339
339 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt)] 340 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt)]
340 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c lasses 341 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c lasses
341 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla sses 342 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla sses
342 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes 343 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes
343 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat ive classes 344 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat ive classes
344 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on native classes 345 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on native classes
345 346
346 [ $compiler == dart2js && $runtime == ff ] 347 [ $compiler == dart2js && $runtime == ff ]
347 inner_frame_test: Skip # Timeout 348 inner_frame_test: Skip # Timeout
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698