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

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

Issue 34233003: dart:io | Add test of command-line arguments passed to main, remove test of Options object. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add comment to status file. Created 7 years, 2 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/io/options_test.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) 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 # WARNING: 5 # WARNING:
6 # Tests using the multitest feature where failure is expected should *also* be 6 # Tests using the multitest feature where failure is expected should *also* be
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone"
8 # prefix. 8 # prefix.
9 9
10 # The testing infrastructure is using the dart:io Path and LineTransformer 10 # The testing infrastructure is using the dart:io Path and LineTransformer
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 javascript_int_overflow_test: Skip 128 javascript_int_overflow_test: Skip
129 javascript_int_overflow_literal_test: Skip 129 javascript_int_overflow_literal_test: Skip
130 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e). 130 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e).
131 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. 131 vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
132 132
133 133
134 [ $compiler == dart2js && $jscl ] 134 [ $compiler == dart2js && $jscl ]
135 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . 135 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError .
136 deoptimization_test: RuntimeError, OK # Requires bigint. 136 deoptimization_test: RuntimeError, OK # Requires bigint.
137 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M. 137 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M.
138 io/options_test: CompileTimeError, OK # Cannot pass options to d8. 138 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8.
139 139
140 [ $compiler == dart2js && $runtime == none ] 140 [ $compiler == dart2js && $runtime == none ]
141 io/options_test: Fail 141 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200.
142 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 142 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
143 oom_error_stacktrace_test: Pass # The test only fails at runtime. 143 oom_error_stacktrace_test: Pass # The test only fails at runtime.
144 144
145 [ $compiler == dart2js && $browser ] 145 [ $compiler == dart2js && $browser ]
146 *: Skip 146 *: Skip
147 147
148 [ $compiler == dart2js && $checked ] 148 [ $compiler == dart2js && $checked ]
149 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 149 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
150 150
151 [ $compiler == dart2dart ] 151 [ $compiler == dart2dart ]
(...skipping 21 matching lines...) Expand all
173 [ $arch == mips ] 173 [ $arch == mips ]
174 io/test_extension_test: Fail 174 io/test_extension_test: Fail
175 io/test_extension_fail_test: Fail 175 io/test_extension_fail_test: Fail
176 io/dart_std_io_pipe_test: Fail 176 io/dart_std_io_pipe_test: Fail
177 io/file_read_special_device_test: Fail 177 io/file_read_special_device_test: Fail
178 178
179 [ $compiler == none && $runtime == dartium ] 179 [ $compiler == none && $runtime == dartium ]
180 assert_test: Fail # Issue 13719: Please triage this failure. 180 assert_test: Fail # Issue 13719: Please triage this failure.
181 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this failure. 181 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this failure.
182 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure. 182 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure.
OLDNEW
« no previous file with comments | « tests/standalone/io/options_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698