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

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

Issue 2872883003: Avoid scanning huge freelists for large enough free blocks. (Closed)
Patch Set: Feedback from Martin Created 3 years, 7 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 | « tests/standalone/fragmentation_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 io/raw_socket_test: Pass, RuntimeError # Issue 28288 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 regress_25335_test: Skip # Int64List not supported. 141 regress_25335_test: Skip # Int64List not supported.
142 deferred_transitive_import_error_test: Skip # Contains intentional errors. 142 deferred_transitive_import_error_test: Skip # Contains intentional errors.
143 dart_developer_env_test: SkipByDesign # Unsupported by dart2js 143 dart_developer_env_test: SkipByDesign # Unsupported by dart2js
144 dart_developer_disabled_env_test: SkipByDesign # Unsupported by dart2js 144 dart_developer_disabled_env_test: SkipByDesign # Unsupported by dart2js
145 145
146 [ $runtime == vm && ($arch == arm || $arch == arm64) ] 146 [ $runtime == vm && ($arch == arm || $arch == arm64) ]
147 io/file_stream_test: Skip # Issue 26109 147 io/file_stream_test: Skip # Issue 26109
148 io/file_typed_data_test: Skip # Issue 26109 148 io/file_typed_data_test: Skip # Issue 26109
149 io/file_input_stream_test: Skip # Issue 26109 149 io/file_input_stream_test: Skip # Issue 26109
150 150
151 [ $runtime != vm || ($arch == arm || $arch == arm64 || $arch == mips) ]
152 fragmentation_test: Skip # VM test uses too much memory for small systems.
153
151 [ $compiler == dart2js && $jscl ] 154 [ $compiler == dart2js && $jscl ]
152 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . 155 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError .
153 deoptimization_test: RuntimeError, OK # Requires bigint. 156 deoptimization_test: RuntimeError, OK # Requires bigint.
154 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.
155 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. 158 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8.
156 159
157 [ $compiler == dart2js && $runtime == none ] 160 [ $compiler == dart2js && $runtime == none ]
158 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.
159 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.
160 oom_error_stacktrace_test: Pass # The test only fails at runtime. 163 oom_error_stacktrace_test: Pass # The test only fails at runtime.
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par se package files Flutter Issue 9115 541 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par se package files Flutter Issue 9115
539 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to parse package files Flutter Issue 9115 542 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to parse package files Flutter Issue 9115
540 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 543 package/package_test: Fail # Unable to parse package files Flutter Issue 9115
541 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115 544 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115
542 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115 545 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115
543 546
544 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors 547 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors
545 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors 548 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors
546 io/test_runner_test: CompileTimeError # Uses mirrors 549 io/test_runner_test: CompileTimeError # Uses mirrors
547 550
OLDNEW
« no previous file with comments | « tests/standalone/fragmentation_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698