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

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

Issue 9965008: Updated the early close test, to use a Socket that we can close at any time. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 months 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/io/HttpServerEarlyClientCloseTest.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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 TimeoutTest: Skip # Timeout test for testing the test runner. 5 TimeoutTest: Skip # Timeout test for testing the test runner.
6 FailTest: Fail, OK # Fails intentionally 6 FailTest: Fail, OK # Fails intentionally
7 OutOfMemoryTest: Skip # Issue 2345 7 OutOfMemoryTest: Skip # Issue 2345
8 io/HttpServerEarlyClientCloseTest: Timeout # To be fixed asap.
8 9
9 [ $runtime == vm && $checked ] 10 [ $runtime == vm && $checked ]
10 # These tests have type errors on purpose. 11 # These tests have type errors on purpose.
11 io/ProcessInvalidArgumentsTest: Fail, OK 12 io/ProcessInvalidArgumentsTest: Fail, OK
12 io/DirectoryInvalidArgumentsTest: Fail, OK 13 io/DirectoryInvalidArgumentsTest: Fail, OK
13 io/FileInvalidArgumentsTest: Fail, OK 14 io/FileInvalidArgumentsTest: Fail, OK
14 15
15 [ $runtime == vm] 16 [ $runtime == vm]
16 io/ManyEchoServerTest: Skip # Bug 5103754 17 io/ManyEchoServerTest: Skip # Bug 5103754
17 # These tests fail, crash, and timeout to test the testing infrastructure. 18 # These tests fail, crash, and timeout to test the testing infrastructure.
(...skipping 21 matching lines...) Expand all
39 [ $arch == x64 ] 40 [ $arch == x64 ]
40 MediumIntegerTest: Fail # Issue 1146. 41 MediumIntegerTest: Fail # Issue 1146.
41 42
42 43
43 [ $arch == arm ] 44 [ $arch == arm ]
44 *: Skip 45 *: Skip
45 46
46 47
47 [ $arch == simarm ] 48 [ $arch == simarm ]
48 *: Skip 49 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/src/io/HttpServerEarlyClientCloseTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698