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

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

Issue 2930153002: Disable dependency_graph_test on some platforms. (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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 deoptimization_test: RuntimeError, OK # Requires bigint. 156 deoptimization_test: RuntimeError, OK # Requires bigint.
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/dependency_graph_test: CompileTimeError # Imports dart:mirrors
166 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors 167 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors
167 io/status_file_parser_test: CompileTimeError # Imports dart:mirrors 168 io/status_file_parser_test: CompileTimeError # Imports dart:mirrors
168 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors 169 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors
169 io/test_runner_test: CompileTimeError # Imports dart:mirrors 170 io/test_runner_test: CompileTimeError # Imports dart:mirrors
170 status_expression_test: CompileTimeError # Imports dart:mirrors 171 status_expression_test: CompileTimeError # Imports dart:mirrors
171 172
172 [ $compiler == dart2js && $browser ] 173 [ $compiler == dart2js && $browser ]
173 *: Skip 174 *: Skip
174 175
175 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip s ] 176 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip s ]
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: tim eout. 327 io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: tim eout.
327 io/regress_7191_test: Pass, Timeout # Issue 28374: timeout. 328 io/regress_7191_test: Pass, Timeout # Issue 28374: timeout.
328 329
329 [ $runtime == vm && $system == macos && $mode == release ] 330 [ $runtime == vm && $system == macos && $mode == release ]
330 io/named_pipe_script_test: Pass, RuntimeError # Issue 28737 331 io/named_pipe_script_test: Pass, RuntimeError # Issue 28737
331 332
332 [ $runtime == vm && $system == linux && $mode == release && $arch == ia32 && $bu ilder_tag == asan ] 333 [ $runtime == vm && $system == linux && $mode == release && $arch == ia32 && $bu ilder_tag == asan ]
333 io/socket_close_test: Pass, Timeout # Issue 28502: timeout. 334 io/socket_close_test: Pass, Timeout # Issue 28502: timeout.
334 335
335 [ $runtime == dart_precompiled || $mode == product && ($compiler != dartk && $co mpiler != dartkp)] 336 [ $runtime == dart_precompiled || $mode == product && ($compiler != dartk && $co mpiler != dartkp)]
337 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors
336 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors 338 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors
337 io/status_file_parser_test: CompileTimeError # Imports dart:mirrors 339 io/status_file_parser_test: CompileTimeError # Imports dart:mirrors
338 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors 340 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors
339 io/test_runner_test: CompileTimeError # Imports dart:mirrors 341 io/test_runner_test: CompileTimeError # Imports dart:mirrors
340 status_expression_test: CompileTimeError # Imports dart:mirrors 342 status_expression_test: CompileTimeError # Imports dart:mirrors
341 343
342 [ $compiler == app_jit ] 344 [ $compiler == app_jit ]
343 assert_test: RuntimeError # Script name change? 345 assert_test: RuntimeError # Script name change?
344 346
345 [ $runtime == dart_precompiled || $mode == product ] 347 [ $runtime == dart_precompiled || $mode == product ]
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 package/scenarios/packages_option_only/packages_option_only_test: Fail # Unable to parse package files Flutter Issue 9115 553 package/scenarios/packages_option_only/packages_option_only_test: Fail # Unable to parse package files Flutter Issue 9115
552 package/scenarios/invalid/invalid_package_name_test: Fail # Unable to parse pack age files Flutter Issue 9115 554 package/scenarios/invalid/invalid_package_name_test: Fail # Unable to parse pack age files Flutter Issue 9115
553 package/scenarios/invalid/same_package_twice_test: Fail # Unable to parse packag e files Flutter Issue 9115 555 package/scenarios/invalid/same_package_twice_test: Fail # Unable to parse packag e files Flutter Issue 9115
554 package/scenarios/packages_file_only/packages_file_only_test: Fail # Unable to p arse package files Flutter Issue 9115 556 package/scenarios/packages_file_only/packages_file_only_test: Fail # Unable to p arse package files Flutter Issue 9115
555 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par se package files Flutter Issue 9115 557 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par se package files Flutter Issue 9115
556 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to parse package files Flutter Issue 9115 558 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to parse package files Flutter Issue 9115
557 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 559 package/package_test: Fail # Unable to parse package files Flutter Issue 9115
558 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115 560 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115
559 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115 561 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115
560 562
563 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors
561 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors 564 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors
562 io/status_file_parser_test: CompileTimeError # Uses mirrors 565 io/status_file_parser_test: CompileTimeError # Uses mirrors
563 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors 566 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors
564 io/test_runner_test: CompileTimeError # Uses mirrors 567 io/test_runner_test: CompileTimeError # Uses mirrors
565 status_expression_test: CompileTimeError # Uses mirrors 568 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