[test] Run test262 under asan with more variants

Bug: chromium:710428,v8:6248
Change-Id: I70430d5a200199563bf5468a6cc80614307f63e6
Reviewed-on: https://chromium-review.googlesource.com/474847
Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44635}
This commit is contained in:
Michael Achenbach 2017-04-13 11:17:52 +02:00 committed by Commit Bot
parent 136c712e61
commit 7d08b5e4d2

View File

@ -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