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

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

Issue 9005010: Fix broken build (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
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 22 matching lines...) Expand all
33 FileTest: Skip 33 FileTest: Skip
34 ListInputStreamTest: Skip # Uses InputStream 34 ListInputStreamTest: Skip # Uses InputStream
35 ManyEchoServerTest: Skip # Uses Socket 35 ManyEchoServerTest: Skip # Uses Socket
36 TimerTest: Skip # Uses EventHandler 36 TimerTest: Skip # Uses EventHandler
37 TimerRepeatTest: Skip # Uses EventHandler 37 TimerRepeatTest: Skip # Uses EventHandler
38 MultipleTimerTest: Skip # Uses EventHandler 38 MultipleTimerTest: Skip # Uses EventHandler
39 TimerCancelTest: Skip # Uses EventHandler 39 TimerCancelTest: Skip # Uses EventHandler
40 TimerCancel1Test: Skip # Uses EventHandler 40 TimerCancel1Test: Skip # Uses EventHandler
41 TimerCancel2Test: Skip # Uses EventHandler 41 TimerCancel2Test: Skip # Uses EventHandler
42 FileInputStreamTest: Skip # Uses TextFileInputStream. 42 FileInputStreamTest: Skip # Uses TextFileInputStream.
43 FileOutputStreamTest: Skip # Uses TextFileInputStream.
43 Process*: Skip # Uses Process 44 Process*: Skip # Uses Process
44 Directory*: Skip # Uses Directory 45 Directory*: Skip # Uses Directory
45 StreamPipeTest: Skip # Uses Socket 46 StreamPipeTest: Skip # Uses Socket
46 StringStreamTest: Skip # Uses InputStream 47 StringStreamTest: Skip # Uses InputStream
47 StatusFileParserTest: Skip # Uses FileInputStream 48 StatusFileParserTest: Skip # Uses FileInputStream
48 OptionsTest: Skip # Expects options being passed from command line. 49 OptionsTest: Skip # Expects options being passed from command line.
49 FailTest: Fail # Fails intentionally 50 FailTest: Fail # Fails intentionally
50 TimeoutTest: Skip # Uses Socket 51 TimeoutTest: Skip # Uses Socket
51 TestRunnerTest: Skip # Uses Process 52 TestRunnerTest: Skip # Uses Process
52 FileInvalidArgumentsTest: Skip # Uses File 53 FileInvalidArgumentsTest: Skip # Uses File
(...skipping 14 matching lines...) Expand all
67 [ $arch == x64 ] 68 [ $arch == x64 ]
68 *: Skip 69 *: Skip
69 70
70 71
71 [ $arch == arm ] 72 [ $arch == arm ]
72 *: Skip 73 *: Skip
73 74
74 75
75 [ $arch == simarm ] 76 [ $arch == simarm ]
76 *: Skip 77 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698