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 10191033: test renaming overhaul: step 4 client tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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/html/event_test.dart ('k') | tests/html/localstorage_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
(Empty)
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
3 # BSD-style license that can be found in the LICENSE file.
4
5 event_test: Skip # Issue 1996
6 xmldocument_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
9
10 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
11 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
12 documentfragment_test: Fail
13
14 [ $compiler == frog && $runtime == drt ]
15 html_test: Skip # Issue 2657
16 request_animation_frame_test: Skip # drt hangs
17
18 [ $runtime == chrome ]
19 cssstyledeclaration_test: Fail
20
21 [ $runtime == ie ]
22 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
23 typed_arrays_2_test: Skip
24 typed_arrays_3_test: Skip
25 typed_arrays_4_test: Skip
26 canvas_pixel_array_type_alias_test: Fail # Verify is CanvasPixelArray.
27 canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray.
28 cssstyledeclaration_test: Fail
29 documentfragment_test: Fail
30 element_test: Fail
31 localstorage_test: Fail
32 node_test: Fail
33 svgelement_test: Fail
34 xhr_test: Fail
35
36 [ $runtime == safari ]
37 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function
38 cssstyledeclaration_test: Fail
39 element_test: Fail
40 node_test: Fail
41 svgelement_test: Fail
42
43 [ $runtime == ff ]
44 cssstyledeclaration_test: Fail
45 documentfragment_test: Fail
46 element_test: Fail
47 localstorage_test: Fail
48 svgelement_test: Fail
49 xhr_test: Fail
50
51 [ $runtime == ie && ($system == linux || $system == mac) ]
52 *: Skip
53
54 [ $runtime == safari && ($system == linux || $system == windows) ]
55 *: Skip
56
57 # 'html' tests import the HTML library, so they only make sense in
58 # a browser environment.
59 [ $compiler == dartc ]
60 *: Skip
61
62 [ $runtime == vm ]
63 *: Skip
64
65 [ $compiler == frog && $runtime == d8 ]
66 *: Skip
67
68 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
69 [ $runtime == opera ]
70 *: Skip
71
72 [ $compiler == frog && $runtime == none ]
73 *: Skip
74
75 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ]
76 request_animation_frame_test: Skip # Async test hangs.
77
78 [ $compiler == dart2js && $runtime == drt ]
79 # Unknown error - should investigate.
80 documentfragment_test: Fail
81 element_test: Fail
82 measurement_test: Fail
83 node_test: Fail
84 svgelement_test: Fail
85
86 [ $compiler == dart2js && $runtime == none ]
87 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW
« no previous file with comments | « tests/html/event_test.dart ('k') | tests/html/localstorage_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698