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

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

Issue 8440066: Add test_runner.dart to Dart version of test scripts. Include TestRunnerTest unit test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Skip TimeoutTest on dartium 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
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
11 11
12 [ $component == vm] 12 [ $component == vm]
13 ManyEchoServerTest: Skip # Bug 5103754 13 ManyEchoServerTest: Skip # Bug 5103754
14 # These tests fail, crash, and timeout to test the testing infrastructure.
15 FailTest: Fail
16 CrashTest: Skip
Mads Ager (google) 2011/11/04 09:06:13 Crash, but I think we need a better test for this
Bill Hesse 2011/11/04 14:49:22 Done.
17 TimeoutTest: Timeout
14 18
15 [ $component == vm && $mode == release] 19 [ $component == vm && $mode == release]
16 # Currently process tests are bound to debug mode. 20 # Currently process tests are bound to debug mode.
17 Process*: Skip # Bug 172 21 Process*: Skip # Bug 172
18 22
19 [ $component == vm && $system == macos] 23 [ $component == vm && $system == macos]
20 Process*: Skip # Bug 172 24 Process*: Skip # Bug 172
21 # This test fails with "Too many open files" on the Mac OS buildbot. 25 # This test fails with "Too many open files" on the Mac OS buildbot.
22 SocketManyConnectionsTest: Skip 26 SocketManyConnectionsTest: Skip
23 27
(...skipping 15 matching lines...) Expand all
39 TimerRepeatTest: Skip # Uses EventHandler 43 TimerRepeatTest: Skip # Uses EventHandler
40 MultipleTimerTest: Skip # Uses EventHandler 44 MultipleTimerTest: Skip # Uses EventHandler
41 TimerCancelTest: Skip # Uses EventHandler 45 TimerCancelTest: Skip # Uses EventHandler
42 TimerCancel1Test: Skip # Uses EventHandler 46 TimerCancel1Test: Skip # Uses EventHandler
43 TimerCancel2Test: Skip # Uses EventHandler 47 TimerCancel2Test: Skip # Uses EventHandler
44 FileInputStreamTest: Skip # Uses TextFileInputStream. 48 FileInputStreamTest: Skip # Uses TextFileInputStream.
45 Process*: Skip # Uses Process 49 Process*: Skip # Uses Process
46 Directory*: Skip # Uses Directory 50 Directory*: Skip # Uses Directory
47 StringStreamTest: Skip # Uses InputStream 51 StringStreamTest: Skip # Uses InputStream
48 StatusFileParserTest: Skip # Uses FileInputStream 52 StatusFileParserTest: Skip # Uses FileInputStream
53 FailTest: Fail # Fails intentionally
54 CrashTest: Skip # Crashes intentionally
55 TimeoutTest: Skip # Times out intentionally.
56 TestRunnerTest: Skip # Uses Process
49 57
50 [ $component == dartc || $component == chromium ] 58 [ $component == dartc || $component == chromium ]
51 *: Skip 59 *: Skip
52 60
53 61
54 [ $arch == x64 ] 62 [ $arch == x64 ]
55 *: Skip 63 *: Skip
56 64
57 65
58 [ $arch == arm ] 66 [ $arch == arm ]
59 *: Skip 67 *: Skip
60 68
61 69
62 [ $arch == simarm ] 70 [ $arch == simarm ]
63 *: Skip 71 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698