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

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

Issue 37033002: dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove commented lines from standalone.status. Created 7 years, 1 month 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/test_runner_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
11 # classes.
12 io/skipping_dart2js_compilations_test: Skip # http/dartbug.com/12449
13 io/dependency_graph_test: Skip # http/dartbug.com/12449
14 io/status_file_parser_test: Skip # http/dartbug.com/12449
15
16 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
17 11
18 [ $runtime == vm && $system == windows ] 12 [ $runtime == vm && $system == windows ]
19 io/file_system_watcher_test: Pass, Timeout # Issue 13228 13 io/file_system_watcher_test: Pass, Timeout # Issue 13228
20 14
21 [ $runtime == vm ] 15 [ $runtime == vm ]
22 package/package_isolate_test: Fail # http://dartbug.com/7520. 16 package/package_isolate_test: Fail # http://dartbug.com/7520.
23 17
24 18
25 [ $runtime == vm && $checked ] 19 [ $runtime == vm && $checked ]
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 117 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
124 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 118 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
125 pow_test: Skip # Precision > 53 bits. 119 pow_test: Skip # Precision > 53 bits.
126 double_smi_comparison_test: Skip # Precision > 53 bits. 120 double_smi_comparison_test: Skip # Precision > 53 bits.
127 http_launch_test: Skip 121 http_launch_test: Skip
128 javascript_int_overflow_test: Skip 122 javascript_int_overflow_test: Skip
129 javascript_int_overflow_literal_test: Skip 123 javascript_int_overflow_literal_test: Skip
130 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e). 124 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. 125 vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
132 126
127 # Suppress tests that use main(List<String> args) until issue 14200 is fixed.
128 io/secure_builtin_roots_test: Fail # Issue 14200
129 io/test_runner_test: Fail # Issue 14200
130 io/http_cross_process_test: Fail # Issue 14200
131 io/socket_cross_process_test: Fail # Issue 14200
132 io/raw_socket_cross_process_test: Fail # Issue 14200
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/arguments_test: CompileTimeError, OK # Cannot pass arguments 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/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. 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.
(...skipping 30 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/test_runner_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698