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

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

Issue 11783019: Fixing measurement test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « no previous file | tests/html/measurement_test.dart » ('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 window_open_test: Skip # http://dartbug.com/5151 5 window_open_test: Skip # 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 11
12 history_test/history: Fail, Pass # Issue 7676. 12 history_test/history: Fail, Pass # Issue 7676.
13 13
14 html/measurement_test: Fail # Issue 7732.
15 html/element_test/_ElementList: Fail # Issue 7732. 14 html/element_test/_ElementList: Fail # Issue 7732.
16 html/shadow_dom_test/ShadowDOM*tests: Fail # Issue 7732. 15 html/shadow_dom_test/ShadowDOM*tests: Fail # Issue 7732.
17 html/element_test/queryAll: Fail # Issue 7732. 16 html/element_test/queryAll: Fail # Issue 7732.
18 17
19 form_data_test: Skip # Issue 7751, crashes the test server 18 form_data_test: Skip # Issue 7751, crashes the test server
20 xhr_cross_origin_test: Skip # Issue 7751, crashes the test server 19 xhr_cross_origin_test: Skip # Issue 7751, crashes the test server
21 20
22 [ $compiler == none ] 21 [ $compiler == none ]
23 documentfragment_test: Fail # Issue 7732. 22 documentfragment_test: Fail # Issue 7732.
24 typing_test: Fail # Issue 7732. 23 typing_test: Fail # Issue 7732.
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 request_animation_frame_test: Skip # Async test hangs. 303 request_animation_frame_test: Skip # Async test hangs.
305 304
306 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 305 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
307 isolates_test: Skip # Timeout because leg does not support web workers. 306 isolates_test: Skip # Timeout because leg does not support web workers.
308 307
309 [ $compiler == dart2js && $runtime == ff ] 308 [ $compiler == dart2js && $runtime == ff ]
310 xhr_test: Skip # Timeout 309 xhr_test: Skip # Timeout
311 inner_frame_test: Skip # Timeout 310 inner_frame_test: Skip # Timeout
312 svg_3_test: Skip # Timeout 311 svg_3_test: Skip # Timeout
313 documentfragment_test: Skip # Timeout 312 documentfragment_test: Skip # Timeout
OLDNEW
« no previous file with comments | « no previous file | tests/html/measurement_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698