Commit 7d08b5e4 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Run test262 under asan with more variants

Bug: chromium:710428,v8:6248
Change-Id: I70430d5a200199563bf5468a6cc80614307f63e6
Reviewed-on: https://chromium-review.googlesource.com/474847Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44635}
parent 136c712e
......@@ -715,10 +715,10 @@
'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
}], # asan == True
['variant != default and asan', {
# BUG(chromium:710428).
['asan and variant in [noturbofan, noturbofan_stress, fullcode]', {
# Demands too many resources to test the old pipeline with asan.
'*': [SKIP],
}], # variant != default and asan
}], # asan and variant in [noturbofan, noturbofan_stress, fullcode]
['asan == True or msan == True or tsan == True', {
# https://bugs.chromium.org/p/v8/issues/detail?id=4639
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment