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

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

Issue 2750193002: Fix for issue 28854. (Closed)
Patch Set: Adjust status file for dartium as the test will fail because Isolate.spawn is used. Created 3 years, 9 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/regress_28854_2_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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 # These tests might be slow on an opt counter threshold bot. 70 # These tests might be slow on an opt counter threshold bot.
71 # They also time out on the bot occasionally => flaky test issue 28046 71 # They also time out on the bot occasionally => flaky test issue 28046
72 io/http_basic_test: Pass, Slow, Timeout # Issue 28046 72 io/http_basic_test: Pass, Slow, Timeout # Issue 28046
73 io/http_launch_test: Pass, Slow, Timeout # Issue 28046 73 io/http_launch_test: Pass, Slow, Timeout # Issue 28046
74 74
75 75
76 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 76 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
77 typed_array_test: RuntimeError, OK # Uses Isolate.spawn 77 typed_array_test: RuntimeError, OK # Uses Isolate.spawn
78 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn 78 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn
79 typed_data_isolate_test: SkipByDesign # This test uses dart:io 79 typed_data_isolate_test: SkipByDesign # This test uses dart:io
80 regress_28854_1_test: SkipByDesign # Uses Isolate.spawn
81 regress_28854_2_test: SkipByDesign # Uses Isolate.spawn
80 io/*: SkipByDesign # Don't run tests using dart:io in the browser 82 io/*: SkipByDesign # Don't run tests using dart:io in the browser
81 package/*: Skip # Do not run those in Dartium. 83 package/*: Skip # Do not run those in Dartium.
82 http_launch_test: Skip 84 http_launch_test: Skip
83 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. 85 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser.
84 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. 86 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser.
85 oom_error_stacktrace_test: Skip 87 oom_error_stacktrace_test: Skip
86 out_of_memory_test: Skip 88 out_of_memory_test: Skip
87 map_insert_remove_oom_test: Skip # Issue 24571 89 map_insert_remove_oom_test: Skip # Issue 24571
88 verbose_gc_to_bmu_test: Skip 90 verbose_gc_to_bmu_test: Skip
89 regress_26031_test: SkipByDesign # Standalone only test 91 regress_26031_test: SkipByDesign # Standalone only test
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 io/socket_source_address_test: SkipByDesign 419 io/socket_source_address_test: SkipByDesign
418 io/socket_bind_test: SkipByDesign 420 io/socket_bind_test: SkipByDesign
419 io/http_proxy_advanced_test: SkipByDesign 421 io/http_proxy_advanced_test: SkipByDesign
420 io/http_ipv6_test: SkipByDesign 422 io/http_ipv6_test: SkipByDesign
421 io/socket_ipv6_test: SkipByDesign 423 io/socket_ipv6_test: SkipByDesign
422 io/socket_info_ipv6_test: SkipByDesign 424 io/socket_info_ipv6_test: SkipByDesign
423 425
424 [ $builder_tag == asan && $arch == x64 ] 426 [ $builder_tag == asan && $arch == x64 ]
425 io/process_detached_test: Pass, Slow 427 io/process_detached_test: Pass, Slow
426 io/named_pipe_script_test: RuntimeError 428 io/named_pipe_script_test: RuntimeError
OLDNEW
« no previous file with comments | « tests/standalone/regress_28854_2_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698