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

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

Issue 12035053: Support for running a limited amount of browser tests in parallel (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 package/invalid_uri_test: Fail, OK # Fails intentionally 5 package/invalid_uri_test: Fail, OK # Fails intentionally
6 6
7 [ $runtime == vm ] 7 [ $runtime == vm ]
8 package/package_isolate_test: Fail # Issue 7520. 8 package/package_isolate_test: Fail # Issue 7520.
9 io/test_runner_test: Pass, Fail # Issue 1947
10 9
11 [ $runtime == vm && $checked ] 10 [ $runtime == vm && $checked ]
12 # These tests have type errors on purpose. 11 # These tests have type errors on purpose.
13 io/process_invalid_arguments_test: Fail, OK 12 io/process_invalid_arguments_test: Fail, OK
14 io/directory_invalid_arguments_test: Fail, OK 13 io/directory_invalid_arguments_test: Fail, OK
15 io/file_invalid_arguments_test: Fail, OK 14 io/file_invalid_arguments_test: Fail, OK
16 io/socket_invalid_arguments_test: Fail, OK 15 io/socket_invalid_arguments_test: Fail, OK
17 # These test have type errors on purpose and take very long to run in 16 # These test have type errors on purpose and take very long to run in
18 # checked mode with no benefit. Skip. 17 # checked mode with no benefit. Skip.
19 io/file_fuzz_test: Skip 18 io/file_fuzz_test: Skip
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 *: Skip 116 *: Skip
118 117
119 [ $arch == simarm ] 118 [ $arch == simarm ]
120 *: Skip 119 *: Skip
121 120
122 [ $arch == mips ] 121 [ $arch == mips ]
123 *: Skip 122 *: Skip
124 123
125 [ $arch == simmips ] 124 [ $arch == simmips ]
126 *: Skip 125 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/io/test_runner_test.dart ('k') | tools/test.dart » ('j') | tools/test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698