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

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

Issue 8343058: Re-enable standalone/StatusExpressionTest on dartium. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: delete commented line. Created 9 years, 1 month 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/standalone/src/StatusExpressionTest.dart ('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) 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 standalone 5 prefix standalone
6 6
7 [ $arch == ia32 && $checked ] 7 [ $arch == ia32 && $checked ]
8 # This test has type errors on purpose. 8 # This test has type errors on purpose.
9 ProcessInvalidArgumentsTest: Fail, OK 9 ProcessInvalidArgumentsTest: Fail, OK
10 10
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 TimerTest: Skip # Uses EventHandler 50 TimerTest: Skip # Uses EventHandler
51 TimerRepeatTest: Skip # Uses EventHandler 51 TimerRepeatTest: Skip # Uses EventHandler
52 MultipleTimerTest: Skip # Uses EventHandler 52 MultipleTimerTest: Skip # Uses EventHandler
53 TimerCancelTest: Skip # Uses EventHandler 53 TimerCancelTest: Skip # Uses EventHandler
54 TimerCancel1Test: Skip # Uses EventHandler 54 TimerCancel1Test: Skip # Uses EventHandler
55 TimerCancel2Test: Skip # Uses EventHandler 55 TimerCancel2Test: Skip # Uses EventHandler
56 FileInputStreamTest: Skip # Uses TextFileInputStream. 56 FileInputStreamTest: Skip # Uses TextFileInputStream.
57 Process*: Skip # Uses Process 57 Process*: Skip # Uses Process
58 Directory*: Skip # Uses Directory 58 Directory*: Skip # Uses Directory
59 StringStreamTest: Skip # Uses InputStream 59 StringStreamTest: Skip # Uses InputStream
60 StatusExpressionTest: Skip # Uses tools/testing library. 60
61 61
62 [ $arch == dartc || $arch == chromium ] 62 [ $arch == dartc || $arch == chromium ]
63 *: Skip 63 *: Skip
64 64
65 65
66 [ $arch == x64 ] 66 [ $arch == x64 ]
67 *: Skip 67 *: Skip
68 68
69 69
70 [ $arch == arm ] 70 [ $arch == arm ]
71 *: Skip 71 *: Skip
72 72
73 73
74 [ $arch == simarm ] 74 [ $arch == simarm ]
75 *: Skip 75 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/src/StatusExpressionTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698