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

Side by Side Diff: dart/tests/corelib/corelib-leg.status

Issue 9310113: Debug means debug build, --checked is a seperate step (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments 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
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 == leg && $checked ]
8 *: Skip
9
10
7 [ $component == leg ] 11 [ $component == leg ]
8 BigIntegerVMTest: Fail 12 BigIntegerVMTest: Fail
9 CollectionFromTest: Fail 13 CollectionFromTest: Fail
10 ConstListLiteralTest: Fail 14 ConstListLiteralTest: Fail
11 ConstListRemoveRangeTest: Fail 15 ConstListRemoveRangeTest: Fail
12 ConstListSetRangeTest: Fail 16 ConstListSetRangeTest: Fail
13 CoreRuntimeTypesTest: Fail 17 CoreRuntimeTypesTest: Fail
14 DateTimeTest: Fail 18 DateTimeTest: Fail
15 DoubleCompareTest: Fail 19 DoubleCompareTest: Fail
16 ExceptionImplementationTest: Fail 20 ExceptionImplementationTest: Fail
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 StringCaseTest: Fail 65 StringCaseTest: Fail
62 StringFromListTest: Fail 66 StringFromListTest: Fail
63 StringPatternTest: Fail 67 StringPatternTest: Fail
64 StringReplaceTest: Fail 68 StringReplaceTest: Fail
65 StringSplitTest: Fail 69 StringSplitTest: Fail
66 StringSubstringTest: Fail 70 StringSubstringTest: Fail
67 StringTest: Fail 71 StringTest: Fail
68 StringTrimTest: Fail 72 StringTrimTest: Fail
69 StringsTest: Fail 73 StringsTest: Fail
70 UnicodeTest: Fail 74 UnicodeTest: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698