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

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

Issue 9838068: Rename test.dart component to specify compiler + runtime. (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
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 == dart2js || $component == legium ] 5 [ $compiler == dart2js && ($runtime == drt || $runtime == d8) ]
ahe 2012/03/24 13:56:40 Just: [ $compiler == dart2js ]
Emily Fortuna 2012/03/26 20:52:32 Done.
6 dom/DOMIsolatesTest: Fail # error: cannot resolve spawnDomIsolate 6 dom/DOMIsolatesTest: Fail # error: cannot resolve spawnDomIsolate
7 7
8 8
9 [ $component == legium ] 9 [ $compiler == dart2js && $runtime == drt ]
10 10
11 # Unknown error - should investigate. 11 # Unknown error - should investigate.
12 html/html_tests: Fail 12 html/html_tests: Fail
13 13
14 # DOM errors. 14 # DOM errors.
15 dom/WindowOpenTest: Fail # TypeError: Object [object Window] has no method 'clos e$0' 15 dom/WindowOpenTest: Fail # TypeError: Object [object Window] has no method 'clos e$0'
16 dom/HTMLElementTest: Fail # TypeError: Object #<HTMLDivElement> has no method 'g et$dataset' 16 dom/HTMLElementTest: Fail # TypeError: Object #<HTMLDivElement> has no method 'g et$dataset'
17 17
18 18
19 # We don't support is checks with generic types. 19 # We don't support is checks with generic types.
20 dom/TypedArrays1Test: Fail # Expect.isTrue(false) fails. 20 dom/TypedArrays1Test: Fail # Expect.isTrue(false) fails.
21 21
22 dom/IsolatesTest: Skip # Timeout because leg does not support web workers. 22 dom/IsolatesTest: Skip # Timeout because leg does not support web workers.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698