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

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

Issue 9346021: Turn off code generation in dartc by default, soon to be static analysis only (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Feedback from scheglov Created 8 years, 10 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-compiler.status ('k') | tests/isolate/isolate.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 prefix corelib 5 prefix corelib
6 6
7 [ $component == vm || $component == dartium ] 7 [ $component == vm || $component == dartium ]
8 UnicodeTest: Fail # Bug 5163868 8 UnicodeTest: Fail # Bug 5163868
9 StringSplitRegExpTest: Fail # Issue 429 9 StringSplitRegExpTest: Fail # Issue 429
10 *DartcTest: Skip 10 *DartcTest: Skip
11 11
12 [ $arch == ia32 ] 12 [ $arch == ia32 ]
13 13
14 14
15 [ $component == dartc || $component == chromium ] 15 [ $component == dartc || $component == chromium ]
16 ListSetRangeTest: Fail # Bug 291
17 ConstListLiteralTest: Fail # Bug 5202940
18 ConstListSetRangeTest: Fail # Bug 5202940
19 ConstListRemoveRangeTest: Fail # Bug 5202940
20 RegExp4Test: Fail # Issue 256
21 StringTest: Fail # Bug 5196164
22 *VMTest: Skip 16 *VMTest: Skip
23 17
24 18
25 # Problems specific to dartc optimized mode. 19 # Problems specific to dartc optimized mode.
26 [ ($component == dartc || $component == chromium) && $mode == release ] 20 [ ($component == dartc || $component == chromium) && $mode == release ]
27 CoreRuntimeTypesTest: Fail 21 CoreRuntimeTypesTest: Fail
28 22
29 23
30 [ $component == frog || $component == frogsh || $component == frogium || ($compo nent == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) ] 24 [ $component == frog || $component == frogsh || $component == frogium || ($compo nent == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) ]
31 # VM or DartC specific tests not to be run by Frog. See language.status. 25 # VM or DartC specific tests not to be run by Frog. See language.status.
(...skipping 27 matching lines...) Expand all
59 *: Skip 53 *: Skip
60 54
61 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 55 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
62 *: Skip 56 *: Skip
63 57
64 [ $arch == simarm ] 58 [ $arch == simarm ]
65 *: Skip 59 *: Skip
66 60
67 [ $arch == arm ] 61 [ $arch == arm ]
68 *: Skip 62 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698