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

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

Issue 10170033: fixing dartium bots: .status changes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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/json/json.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 xmldocument_test: Skip # XML in dart:html is incomplete 6 xmldocument_test: Skip # XML in dart:html is incomplete
7 xmlelement_test: Skip # XML in dart:html is incomplete 7 xmlelement_test: Skip # XML in dart:html is incomplete
8 measurement_test: Pass, Fail # Issue 1940 8 measurement_test: Pass, Fail # Issue 1940
9 9
10 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 10 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
11 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 11 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
12 documentfragment_test: Fail
13 12
14 [ $compiler == frog && $runtime == drt ] 13 [ $compiler == frog && $runtime == drt ]
15 html_test: Skip # Issue 2657 14 html_test: Skip # Issue 2657
16 request_animation_frame_test: Skip # drt hangs 15 request_animation_frame_test: Skip # drt hangs
17 16
18 [ $runtime == chrome ] 17 [ $runtime == chrome ]
19 cssstyledeclaration_test: Fail 18 cssstyledeclaration_test: Fail
20 19
21 [ $runtime == ie ] 20 [ $runtime == ie ]
22 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 21 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 [ $compiler == dart2js && $runtime == drt ] 77 [ $compiler == dart2js && $runtime == drt ]
79 # Unknown error - should investigate. 78 # Unknown error - should investigate.
80 documentfragment_test: Fail 79 documentfragment_test: Fail
81 element_test: Fail 80 element_test: Fail
82 measurement_test: Fail 81 measurement_test: Fail
83 node_test: Fail 82 node_test: Fail
84 svgelement_test: Fail 83 svgelement_test: Fail
85 84
86 [ $compiler == dart2js && $runtime == none ] 85 [ $compiler == dart2js && $runtime == none ]
87 *: Fail, Pass # TODO(ahe): Triage these tests. 86 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW
« no previous file with comments | « no previous file | tests/json/json.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698