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

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

Issue 11801009: Add the remaining test scripts unit test to the status file exclusion. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add issue number to comments. 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 | 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 package/invalid_uri_test: Fail, OK # Fails intentionally 5 package/invalid_uri_test: Fail, OK # Fails intentionally
6 6
7 io/test_runner_exit_code_test: Fail # used by both a test and the VM. Can be ree nabled when we replace the precompiled dart executable in tools. 7 # These tests fail because the test scripts do not use the new streams library.
8 status_expression_test: Fail # used by both a test and the VM. Can be reenabled when we replace the precompiled dart executable in tools. 8 # When the test scripts are updated, and the precompiled dart executable is
9 io/status_file_parser_test: Fail # used by both a test and the VM. Can be reenab led when we replace the precompiled dart executable in tools. 9 # updated, they will be re-enabled. Issue 7724.
10 io/test_runner_test: Fail, Pass
11 io/test_runner_exit_code_test: Fail
12 status_expression_test: Fail
13 io/status_file_parser_test: Fail
10 14
11 [ $runtime == vm ] 15 [ $runtime == vm ]
12 package/package_isolate_test: Fail # Issue 7520. 16 package/package_isolate_test: Fail # Issue 7520.
13 17
14 io/skipping_dart2js_compilations_test: Fail # used by both a test and the VM. Ca n be reenabled when we replace the precompiled dart executable in tools. 18 io/skipping_dart2js_compilations_test: Fail # used by both a test and the VM. Ca n be reenabled when we replace the precompiled dart executable in tools.
15 19
16 [ $runtime == vm && $checked ] 20 [ $runtime == vm && $checked ]
17 # These tests have type errors on purpose. 21 # These tests have type errors on purpose.
18 io/process_invalid_arguments_test: Fail, OK 22 io/process_invalid_arguments_test: Fail, OK
19 io/directory_invalid_arguments_test: Fail, OK 23 io/directory_invalid_arguments_test: Fail, OK
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 [ $compiler == dart2js && $browser ] 120 [ $compiler == dart2js && $browser ]
117 *: Skip 121 *: Skip
118 122
119 [ $compiler == dart2js && $checked ] 123 [ $compiler == dart2js && $checked ]
120 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 124 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
121 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 125 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
122 126
123 [ $compiler == dart2dart ] 127 [ $compiler == dart2dart ]
124 # Skip until we stabilize language tests. 128 # Skip until we stabilize language tests.
125 *: Skip 129 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698