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

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, 11 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 | « no previous file | tools/test.dart » ('j') | tools/test.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 io/skipping_dart2js_compilations_test: Fail
ricow1 2013/01/24 09:04:28 why?
kustermann 2013/01/29 08:43:32 Because this test uses RunningProcess, which I cha
8
7 [ $runtime == vm ] 9 [ $runtime == vm ]
8 package/package_isolate_test: Fail # Issue 7520. 10 package/package_isolate_test: Fail # Issue 7520.
9 io/test_runner_test: Pass, Fail # Issue 1947 11 io/test_runner_test: Pass, Fail # Issue 1947
10 12
11 [ $runtime == vm && $checked ] 13 [ $runtime == vm && $checked ]
12 # These tests have type errors on purpose. 14 # These tests have type errors on purpose.
13 io/process_invalid_arguments_test: Fail, OK 15 io/process_invalid_arguments_test: Fail, OK
14 io/directory_invalid_arguments_test: Fail, OK 16 io/directory_invalid_arguments_test: Fail, OK
15 io/file_invalid_arguments_test: Fail, OK 17 io/file_invalid_arguments_test: Fail, OK
16 io/socket_invalid_arguments_test: Fail, OK 18 io/socket_invalid_arguments_test: Fail, OK
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 [ $compiler == dart2js && $browser ] 111 [ $compiler == dart2js && $browser ]
110 *: Skip 112 *: Skip
111 113
112 [ $compiler == dart2js && $checked ] 114 [ $compiler == dart2js && $checked ]
113 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 115 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
114 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 116 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
115 117
116 [ $compiler == dart2dart ] 118 [ $compiler == dart2dart ]
117 # Skip until we stabilize language tests. 119 # Skip until we stabilize language tests.
118 *: Skip 120 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tools/test.dart » ('j') | tools/test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698