[compiler-rt][asan] Forward fix for free_aligned_sized_mismatch.cpp (#189760)

Mark this test as UNSUPPORTED for android since android's libc doesn't
seem to support aligned_alloc.
This commit is contained in:
PiJoules 2026-03-31 15:04:54 -07:00 committed by GitHub
parent f2f54b6874
commit 911dc4139d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,9 @@
/// The test should not fail for these cases since the size and alignment match.
// RUN: %env_asan_opts=free_size_mismatch=1 %run %t 128 256
/// aligned_alloc is not supported on android's libc.
// UNSUPPORTED: android
#include <stdio.h>
#include <stdlib.h>