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

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

Issue 2429023002: Cleanup options for use of application snapshots (Closed)
Patch Set: Address code review comments. Created 4 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
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tools/testing/dart/compiler_configuration.dart » ('j') | 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 packages_file_test: Skip # Issue 26715 10 packages_file_test: Skip # Issue 26715
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 link_natives_lazily_test: SkipByDesign # Not supported. 222 link_natives_lazily_test: SkipByDesign # Not supported.
223 223
224 [ $noopt || $compiler == precompiler ] 224 [ $noopt || $compiler == precompiler ]
225 # Stacktraces in precompilation omit inlined frames. 225 # Stacktraces in precompilation omit inlined frames.
226 assert_test: Pass, RuntimeError 226 assert_test: Pass, RuntimeError
227 227
228 [ $noopt || $compiler == precompiler ] 228 [ $noopt || $compiler == precompiler ]
229 map_insert_remove_oom_test: Skip # Heap limit too low. Increasing iteration coun t to make a higher limit a meaningful test makes it too slow for simarm[64] bots . 229 map_insert_remove_oom_test: Skip # Heap limit too low. Increasing iteration coun t to make a higher limit a meaningful test makes it too slow for simarm[64] bots .
230 io/web_socket_test: Pass, RuntimeError # Issue 24674 230 io/web_socket_test: Pass, RuntimeError # Issue 24674
231 231
232 [ $noopt || $compiler == precompiler || $compiler == dart2appjit ] 232 [ $noopt || $compiler == precompiler || $compiler == dart2app || $compiler == da rt2appjit ]
233 io/test_extension_test: Skip # Platform.executable 233 io/test_extension_test: Skip # Platform.executable
234 io/test_extension_fail_test: Skip # Platform.executable 234 io/test_extension_fail_test: Skip # Platform.executable
235 io/platform_test: Skip # Platform.executable 235 io/platform_test: Skip # Platform.executable
236 io/code_collection_test: Skip # Platform.executable 236 io/code_collection_test: Skip # Platform.executable
237 full_coverage_test: Skip # Platform.executable 237 full_coverage_test: Skip # Platform.executable
238 regress_26031_test: Skip # Platform.resolvedExecutable 238 regress_26031_test: Skip # Platform.resolvedExecutable
239 239
240 [ $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit ] 240 [ $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit ]
241 io/compile_all_test: Skip # Incompatible flag --compile_all 241 io/compile_all_test: Skip # Incompatible flag --compile_all
242 242
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 package/*: SkipByDesign # Launches VMs in interesting ways. 344 package/*: SkipByDesign # Launches VMs in interesting ways.
345 345
346 [ $builder_tag == no_ipv6 ] 346 [ $builder_tag == no_ipv6 ]
347 io/http_bind_test: Skip 347 io/http_bind_test: Skip
348 io/raw_datagram_socket_test: Skip 348 io/raw_datagram_socket_test: Skip
349 io/socket_source_address_test: Skip 349 io/socket_source_address_test: Skip
350 io/socket_bind_test: Skip 350 io/socket_bind_test: Skip
351 io/http_proxy_advanced_test: Skip 351 io/http_proxy_advanced_test: Skip
352 io/http_ipv6_test: Skip 352 io/http_ipv6_test: Skip
353 io/socket_ipv6_test: Skip 353 io/socket_ipv6_test: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tools/testing/dart/compiler_configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698