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

Side by Side Diff: tests/corelib/corelib.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
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/corelib/corelib-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 == vm || $component == dartium ] 5 [ $compiler == none ]
6 UnicodeTest: Fail # Bug 5163868 6 UnicodeTest: Fail # Bug 5163868
7 *DartcTest: Skip 7 *DartcTest: Skip
8 8
9 [ $arch == ia32 ] 9 [ $arch == ia32 ]
10 10
11 11
12 [ $component == dartc || $component == chromium ] 12 [ $compiler == dartc ]
13 *VMTest: Skip 13 *VMTest: Skip
14 14
15 [ $component == frog || $component == frogsh || $component == frogium || ($compo nent == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) ] 15 [ $compiler == frog || $compiler == frogsh ]
16 # VM or DartC specific tests not to be run by Frog. See language.status. 16 # VM or DartC specific tests not to be run by Frog. See language.status.
17 *VMTest: Skip 17 *VMTest: Skip
18 *VMNegativeTest: Skip 18 *VMNegativeTest: Skip
19 *DartcTest: Skip 19 *DartcTest: Skip
20 *DartcNegativeTest: Skip 20 *DartcNegativeTest: Skip
21 # Note: Correctly skips 4 VMTests that rely on VM internals 21 # Note: Correctly skips 4 VMTests that rely on VM internals
22 22
23 ConstList*: Fail # 'const' is not currently checked. 23 ConstList*: Fail # 'const' is not currently checked.
24 CoreRuntimeTypesTest: Fail 24 CoreRuntimeTypesTest: Fail
25 ForInTest: Fail 25 ForInTest: Fail
26 ListTest: Fail 26 ListTest: Fail
27 MapsTest: Fail 27 MapsTest: Fail
28 MathParseDoubleTest: Fail 28 MathParseDoubleTest: Fail
29 RegExpAllMatchesTest: Fail 29 RegExpAllMatchesTest: Fail
30 RegExp4Test: Fail # New test added on 10/28. 30 RegExp4Test: Fail # New test added on 10/28.
31 StringPatternTest: Fail 31 StringPatternTest: Fail
32 StringSubstringTest: Fail 32 StringSubstringTest: Fail
33 StringTest: Fail # Needs index out of range checks. 33 StringTest: Fail # Needs index out of range checks.
34 34
35 [ $component == frogsh ] 35 [ $component == frogsh ]
36 DoubleCompareTest: Fail 36 DoubleCompareTest: Fail
37 37
38 [ $component == webdriver && ($browser == ff || $browser == ie) ] 38 [ $runtime == ff || $runtime == ie ]
39 UnicodeTest: Fail 39 UnicodeTest: Fail
40 40
41 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 41 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
42 [ $component == webdriver && $browser == opera ] 42 [ $runtime == opera ]
43 *: Skip 43 *: Skip
44 44
45 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ] 45 [ $runtime == ie && ($system == linux || $system == mac) ]
46 *: Skip 46 *: Skip
47 47
48 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 48 [ $runtime == safari && ($system == linux || $system == windows) ]
49 *: Skip 49 *: Skip
50 50
51 [ $arch == simarm ] 51 [ $arch == simarm ]
52 *: Skip 52 *: Skip
53 53
54 [ $arch == arm ] 54 [ $arch == arm ]
55 *: Skip 55 *: Skip
56 56
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/corelib/corelib-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698