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

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

Issue 9240005: Add number checks to the numeric operations in dartc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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') | no next file » | 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 *DartcTest: Skip 9 *DartcTest: Skip
10 10
11 [ $arch == ia32 ] 11 [ $arch == ia32 ]
12 12
13 13
14 [ $component == dartc || $component == chromium ] 14 [ $component == dartc || $component == chromium ]
15 ListSetRangeTest: Fail # Bug 291 15 ListSetRangeTest: Fail # Bug 291
16 ConstListLiteralTest: Fail # Bug 5202940 16 ConstListLiteralTest: Fail # Bug 5202940
17 ConstListSetRangeTest: Fail # Bug 5202940 17 ConstListSetRangeTest: Fail # Bug 5202940
18 ConstListRemoveRangeTest: Fail # Bug 5202940 18 ConstListRemoveRangeTest: Fail # Bug 5202940
19 CoreRuntimeTypesTest: Fail # Bug 5196164
20 RegExp4Test: Fail # Issue 256 19 RegExp4Test: Fail # Issue 256
21 StringTest: Fail # Bug 5196164 20 StringTest: Fail # Bug 5196164
22 IndexedListAccessTest: Fail # Issue 274 21 IndexedListAccessTest: Fail # Issue 274
23 *VMTest: Skip 22 *VMTest: Skip
24 23
25 24
26 [ $component == frog || $component == frogsh || $component == frogium || ($compo nent == webdriver && ($browser == chrome || $browser == ff)) ] 25 [ $component == frog || $component == frogsh || $component == frogium || ($compo nent == webdriver && ($browser == chrome || $browser == ff)) ]
27 # VM or DartC specific tests not to be run by Frog. See language.status. 26 # VM or DartC specific tests not to be run by Frog. See language.status.
28 *VMTest: Skip 27 *VMTest: Skip
29 *VMNegativeTest: Skip 28 *VMNegativeTest: Skip
(...skipping 28 matching lines...) Expand all
58 *: Skip 57 *: Skip
59 58
60 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 59 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
61 *: Skip 60 *: Skip
62 61
63 [ $arch == simarm ] 62 [ $arch == simarm ]
64 *: Skip 63 *: Skip
65 64
66 [ $arch == arm ] 65 [ $arch == arm ]
67 *: Skip 66 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698