[asan] Temporarily disable new test cases from #133175 on Android

My patch causes a build breakage on Android
(https://lab.llvm.org/buildbot/#/builders/186/builds/8103/steps/21/logs/stdio).
I can't easily test on Android, which is not the intended audience for
my patch anyway, so temporarily disable the test pending further
investigation.
This commit is contained in:
Thurston Dang 2025-04-10 22:26:00 +00:00
parent c26d097d0c
commit 6c51603e4c
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,9 @@
// Partial granule
// RUN: %clangxx_asan -O0 %s -o %t && env ASAN_OPTIONS=poison_history_size=1000 not %run %t 2>&1 | FileCheck %s
// TODO
// UNSUPPORTED: android
#include <stdio.h>
#include <stdlib.h>

View File

@ -16,6 +16,9 @@
// Poisoned access with insufficient history
// RUN: %clangxx_asan -O0 %s -o %t && env ASAN_OPTIONS=poison_history_size=1 not %run %t 2>&1 | FileCheck %s --check-prefixes=CHECK-ACDE,CHECK-BDE,CHECK-E
// TODO
// UNSUPPORTED: android
#include <stdio.h>
#include <stdlib.h>