Commit f2d63de2 authored by Leszek Swirski's avatar Leszek Swirski Committed by Commit Bot

[csa] Skip SmallOrderedHash(Map|Set)Allocate test on MSAN

Bug: v8:10244
Change-Id: I868f664f8398e08fee41a868669e71e40f963fc9
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2064973
Auto-Submit: Leszek Swirski <leszeks@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66367}
parent 9457f48e
......@@ -196,6 +196,10 @@
['msan == True', {
# ICU upstream issues.
'test-strings/CountBreakIterator': [SKIP],
# BUG(v8:10244): MSAN finding uninitialized bytes during memcmp
'test-code-stub-assembler/SmallOrderedHashSetAllocate': [SKIP],
'test-code-stub-assembler/SmallOrderedHashMapAllocate': [SKIP],
}], # 'msan == True'
##############################################################################
......
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