[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:
parent
c26d097d0c
commit
6c51603e4c
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user