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

Side by Side Diff: client/tests/client/client-leg.status

Issue 9696039: Fix status files for legium. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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/isolate/isolate-leg.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 [ $component == leg ] 5 [ $component == leg ]
6 *: Fail, OK # Needs to run inside browser, compiled to detect crashes. 6 *: Fail, OK # Needs to run inside browser, compiled to detect crashes.
7 7
8 8
9 [ $component == legium ] 9 [ $component == legium ]
10 10
11 # DOM can return null or undefined 11 # DOM can return null or undefined
12 dom/SVG3Test: Fail # TypeError: Cannot read property 'is$CSSValue' of null 12 dom/SVG3Test: Fail # TypeError: Cannot read property 'is$CSSValue' of null
13 dom/StorageTest: Fail # TypeError: Cannot read property 'constructor' of null 13 dom/StorageTest: Fail # TypeError: Cannot read property 'constructor' of null
14 dom/InnerFrameTest: Fail # TypeError: Cannot read property 'constructor' of null 14 dom/InnerFrameTest: Fail # TypeError: Cannot read property 'constructor' of null
15 15
16 # ConstantHandler with arguments not implemented 16 # ConstantHandler with arguments not implemented
17 dom/HiddenDom1Test: Fail 17 dom/HiddenDom1Test: Fail
18 dom/HiddenDom2Test: Fail 18 dom/HiddenDom2Test: Fail
19 html/html_tests: Fail 19 html/html_tests: Fail
20 samples/smoketest/dartWebBase_tests: Fail 20 samples/smoketest/dartWebBase_tests: Fail
21 21
22 # DOM errors 22 # DOM errors
23 dom/WindowOpenTest: Fail # TypeError: Object [object Window] has no method 'clos e$0' 23 dom/WindowOpenTest: Fail # TypeError: Object [object Window] has no method 'clos e$0'
24 dom/HTMLElementTest: Fail # TypeError: Object #<HTMLDivElement> has no method 'g et$dataset' 24 dom/HTMLElementTest: Fail # TypeError: Object #<HTMLDivElement> has no method 'g et$dataset'
25 25
26 # Missing Isolate support
27 dom/DOMIsolatesTest: Fail # cannot read dart:isolate
28 dom/IsolatesTest: Fail # cannot read dart:isolate
29 dom/IsolateLightTest: Fail # cannot read dart:isolate
30 26
31 # We don't support is checks with generic types. 27 # We don't support is checks with generic types.
32 dom/TypedArrays1Test: Fail # Expect.isTrue(false) fails. 28 dom/TypedArrays1Test: Fail # Expect.isTrue(false) fails.
29
30 # TODO(ngeoffray): Investigate
31 dom/IsolatesTest: Skip # Timeout
32 dom/IsolateLightTest: Skip # Timeout
33 dom/DOMIsolatesTest: Fail # cannot read dart:isolate
OLDNEW
« no previous file with comments | « no previous file | tests/isolate/isolate-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698