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

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

Issue 2914143002: Disable some tests that shouldn't run on platforms without dart:mirrors. (Closed)
Patch Set: Created 3 years, 6 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
« 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) 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 io/raw_socket_test: Pass, RuntimeError # Issue 28288 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M. 157 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M.
158 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. 158 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8.
159 159
160 [ $compiler == dart2js && $runtime == none ] 160 [ $compiler == dart2js && $runtime == none ]
161 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. 161 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200.
162 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 162 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
163 oom_error_stacktrace_test: Pass # The test only fails at runtime. 163 oom_error_stacktrace_test: Pass # The test only fails at runtime.
164 164
165 [ $compiler == dart2js && $fast_startup ] 165 [ $compiler == dart2js && $fast_startup ]
166 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors 166 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors
167 io/status_file_parser_test: CompileTimeError # Imports dart:mirrors
167 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors 168 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors
168 io/test_runner_test: CompileTimeError # Imports dart:mirrors 169 io/test_runner_test: CompileTimeError # Imports dart:mirrors
170 status_expression_test: CompileTimeError # Imports dart:mirrors
169 171
170 [ $compiler == dart2js && $browser ] 172 [ $compiler == dart2js && $browser ]
171 *: Skip 173 *: Skip
172 174
173 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip s ] 175 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip s ]
174 out_of_memory_test: Skip # passes on Mac, crashes on Linux 176 out_of_memory_test: Skip # passes on Mac, crashes on Linux
175 oom_error_stacktrace_test: Skip # Fails on Linux 177 oom_error_stacktrace_test: Skip # Fails on Linux
176 178
177 [ $arch == simmips ] 179 [ $arch == simmips ]
178 io/socket_bind_test: Pass, Fail # Issue 28315 180 io/socket_bind_test: Pass, Fail # Issue 28315
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 package/scenarios/packages_option_only/packages_option_only_test: Fail # Unable to parse package files Flutter Issue 9115 548 package/scenarios/packages_option_only/packages_option_only_test: Fail # Unable to parse package files Flutter Issue 9115
547 package/scenarios/invalid/invalid_package_name_test: Fail # Unable to parse pack age files Flutter Issue 9115 549 package/scenarios/invalid/invalid_package_name_test: Fail # Unable to parse pack age files Flutter Issue 9115
548 package/scenarios/invalid/same_package_twice_test: Fail # Unable to parse packag e files Flutter Issue 9115 550 package/scenarios/invalid/same_package_twice_test: Fail # Unable to parse packag e files Flutter Issue 9115
549 package/scenarios/packages_file_only/packages_file_only_test: Fail # Unable to p arse package files Flutter Issue 9115 551 package/scenarios/packages_file_only/packages_file_only_test: Fail # Unable to p arse package files Flutter Issue 9115
550 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par se package files Flutter Issue 9115 552 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par se package files Flutter Issue 9115
551 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to parse package files Flutter Issue 9115 553 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to parse package files Flutter Issue 9115
552 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 554 package/package_test: Fail # Unable to parse package files Flutter Issue 9115
553 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115 555 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115
554 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115 556 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115
555 557
558 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors
559 io/status_file_parser_test: CompileTimeError # Uses mirrors
556 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors 560 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors
557 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors
558 io/test_runner_test: CompileTimeError # Uses mirrors 561 io/test_runner_test: CompileTimeError # Uses mirrors
559 562 status_expression_test: CompileTimeError # Uses mirrors
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