Skip to content

Commit aaf87dd

Browse files
committed
[test][hwasan] Disable test failing on x86_64 with no -lstdc++
1 parent 973ca4e commit aaf87dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/hwasan/TestCases/sizes.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
// allocator can allocate. Tests that an integer overflow in the parameters of
2424
// calloc is caught.
2525

26+
// FIXME: Fails on some bots.
27+
// UNSUPPORTED: target=x86_64{{.*}}
28+
2629
#include <assert.h>
2730
#include <malloc.h>
2831
#include <stdlib.h>

0 commit comments

Comments
 (0)