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

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

Issue 10042001: change status files to make it possible to run test.py -c frog,dart2js -r none. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 [ $compiler == none ] 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
(...skipping 18 matching lines...) Expand all
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 StopwatchTest: Pass,Fail # Issue 2398 31 StopwatchTest: Pass,Fail # Issue 2398
32 StringPatternTest: Fail 32 StringPatternTest: Fail
33 StringSubstringTest: Fail 33 StringSubstringTest: Fail
34 StringTest: Fail # Needs index out of range checks. 34 StringTest: Fail # Needs index out of range checks.
35 35
36 [ $compiler == frogsh ] 36 [ $compiler == frogsh ]
37 DoubleCompareTest: Fail 37 DoubleCompareTest: Fail
38 38
39 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ]
40 *: Skip
41
39 [ $runtime == ff || $runtime == ie ] 42 [ $runtime == ff || $runtime == ie ]
40 UnicodeTest: Fail 43 UnicodeTest: Fail
41 44
42 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 45 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
43 [ $runtime == opera ] 46 [ $runtime == opera ]
44 *: Skip 47 *: Skip
45 48
46 [ $runtime == ie && ($system == linux || $system == mac) ] 49 [ $runtime == ie && ($system == linux || $system == mac) ]
47 *: Skip 50 *: Skip
48 51
49 [ $runtime == safari && ($system == linux || $system == windows) ] 52 [ $runtime == safari && ($system == linux || $system == windows) ]
50 *: Skip 53 *: Skip
51 54
52 [ $arch == simarm ] 55 [ $arch == simarm ]
53 *: Skip 56 *: Skip
54 57
55 [ $arch == arm ] 58 [ $arch == arm ]
56 *: Skip 59 *: Skip
57 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698