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

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

Issue 8341055: Update test expectations (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | 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] 7 [ $arch == ia32]
8 ManyEchoServerTest: Skip # Bug 5103754 8 ManyEchoServerTest: Skip # Bug 5103754
9 9
10 BlackListedTest/01: Fail # Bug 5469684 10 BlackListedTest/01: Fail # Bug 5469684
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 ManyEchoServerTest: Skip # Uses Socket 53 ManyEchoServerTest: Skip # Uses Socket
54 TimerTest: Skip # Uses EventHandler 54 TimerTest: Skip # Uses EventHandler
55 TimerRepeatTest: Skip # Uses EventHandler 55 TimerRepeatTest: Skip # Uses EventHandler
56 MultipleTimerTest: Skip # Uses EventHandler 56 MultipleTimerTest: Skip # Uses EventHandler
57 TimerCancelTest: Skip # Uses EventHandler 57 TimerCancelTest: Skip # Uses EventHandler
58 TimerCancel1Test: Skip # Uses EventHandler 58 TimerCancel1Test: Skip # Uses EventHandler
59 TimerCancel2Test: Skip # Uses EventHandler 59 TimerCancel2Test: Skip # Uses EventHandler
60 FileInputStreamTest: Skip # Uses TextFileInputStream. 60 FileInputStreamTest: Skip # Uses TextFileInputStream.
61 Process*: Skip # Uses Process 61 Process*: Skip # Uses Process
62 Directory*: Skip # Uses Directory 62 Directory*: Skip # Uses Directory
63 StringStreamTest: Skip # Uses InputStream
63 64
64 65
65 [ $arch == dartc || $arch == chromium ] 66 [ $arch == dartc || $arch == chromium ]
66 *: Skip 67 *: Skip
67 68
68 69
69 [ $arch == x64 ] 70 [ $arch == x64 ]
70 *: Skip 71 *: Skip
71 72
72 73
73 [ $arch == arm ] 74 [ $arch == arm ]
74 *: Skip 75 *: Skip
75 76
76 77
77 [ $arch == simarm ] 78 [ $arch == simarm ]
78 *: Skip 79 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698