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

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

Issue 2628113002: Triage isolate spawning ASAN failures. (Closed)
Patch Set: Created 3 years, 11 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $runtime == vm || $runtime == dart_precompiled ] 5 [ $runtime == vm || $runtime == dart_precompiled ]
6 browser/*: SkipByDesign # Browser specific tests 6 browser/*: SkipByDesign # Browser specific tests
7 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests. 7 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests.
8 8
9 [ $runtime != vm || $mode == product || $compiler == app_jit ] 9 [ $runtime != vm || $mode == product || $compiler == app_jit ]
10 checked_test: Skip # Unsupported. 10 checked_test: Skip # Unsupported.
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 [ $mode == product ] 230 [ $mode == product ]
231 issue_24243_parent_isolate_test: Skip # Requires checked mode 231 issue_24243_parent_isolate_test: Skip # Requires checked mode
232 232
233 [ $hot_reload || $hot_reload_rollback ] 233 [ $hot_reload || $hot_reload_rollback ]
234 function_send_test: Pass, Fail # Closure identity 234 function_send_test: Pass, Fail # Closure identity
235 message3_test/fun: Pass, Fail # Closure identity 235 message3_test/fun: Pass, Fail # Closure identity
236 deferred_in_isolate_test: Crash # Requires deferred libraries 236 deferred_in_isolate_test: Crash # Requires deferred libraries
237 deferred_in_isolate2_test: Crash # Requires deferred libraries 237 deferred_in_isolate2_test: Crash # Requires deferred libraries
238 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries 238 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries
239 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192 239 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192
240
241 [ $builder_tag == asan && $arch == x64 ]
242 function_send_test: Fail # Issue 28351
243 function_send1_test: Fail # Issue 28351
244 issue_21398_parent_isolate_test: Fail # Issue 28351
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