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

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

Issue 8995005: Suppress StreamPipeTest on Dartium. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 [ $component == vm && $checked ] 7 [ $component == vm && $checked ]
8 # These tests have type errors on purpose. 8 # These tests have type errors on purpose.
9 ProcessInvalidArgumentsTest: Fail, OK 9 ProcessInvalidArgumentsTest: Fail, OK
10 DirectoryInvalidArgumentsTest: Fail, OK 10 DirectoryInvalidArgumentsTest: Fail, OK
(...skipping 23 matching lines...) Expand all
34 ManyEchoServerTest: Skip # Uses Socket 34 ManyEchoServerTest: Skip # Uses Socket
35 TimerTest: Skip # Uses EventHandler 35 TimerTest: Skip # Uses EventHandler
36 TimerRepeatTest: Skip # Uses EventHandler 36 TimerRepeatTest: Skip # Uses EventHandler
37 MultipleTimerTest: Skip # Uses EventHandler 37 MultipleTimerTest: Skip # Uses EventHandler
38 TimerCancelTest: Skip # Uses EventHandler 38 TimerCancelTest: Skip # Uses EventHandler
39 TimerCancel1Test: Skip # Uses EventHandler 39 TimerCancel1Test: Skip # Uses EventHandler
40 TimerCancel2Test: Skip # Uses EventHandler 40 TimerCancel2Test: Skip # Uses EventHandler
41 FileInputStreamTest: Skip # Uses TextFileInputStream. 41 FileInputStreamTest: Skip # Uses TextFileInputStream.
42 Process*: Skip # Uses Process 42 Process*: Skip # Uses Process
43 Directory*: Skip # Uses Directory 43 Directory*: Skip # Uses Directory
44 StreamPipeTest: Skip # Uses Socket
44 StringStreamTest: Skip # Uses InputStream 45 StringStreamTest: Skip # Uses InputStream
45 StatusFileParserTest: Skip # Uses FileInputStream 46 StatusFileParserTest: Skip # Uses FileInputStream
46 OptionsTest: Skip # Expects options being passed from command line. 47 OptionsTest: Skip # Expects options being passed from command line.
47 FailTest: Fail # Fails intentionally 48 FailTest: Fail # Fails intentionally
48 TimeoutTest: Skip # Uses Socket 49 TimeoutTest: Skip # Uses Socket
49 TestRunnerTest: Skip # Uses Process 50 TestRunnerTest: Skip # Uses Process
50 FileInvalidArgumentsTest: Skip # Uses File 51 FileInvalidArgumentsTest: Skip # Uses File
51 PlatformTest: Skip # Uses Platform 52 PlatformTest: Skip # Uses Platform
52 ChunkedStreamTest: Skip # Uses InputStream 53 ChunkedStreamTest: Skip # Uses InputStream
53 54
(...skipping 11 matching lines...) Expand all
65 [ $arch == x64 ] 66 [ $arch == x64 ]
66 *: Skip 67 *: Skip
67 68
68 69
69 [ $arch == arm ] 70 [ $arch == arm ]
70 *: Skip 71 *: Skip
71 72
72 73
73 [ $arch == simarm ] 74 [ $arch == simarm ]
74 *: Skip 75 *: 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