asan: disable odd_stack_size test for powerpc

Fail on powerpc64 bots with:
AddressSanitizer: CHECK failed: asan_thread.cpp:315 "((AddrIsInStack((uptr)&local))) != (0)"
https://lab.llvm.org/buildbot/#/builders/18/builds/8162
Disable to unbreak bots.

Differential Revision: https://reviews.llvm.org/D145902
This commit is contained in:
Dmitry Vyukov 2023-03-13 08:43:03 +01:00
parent d298b02dba
commit bb53249884

View File

@ -1,6 +1,11 @@
// RUN: %clangxx -O1 %s -o %t && %run %t
// UNSUPPORTED: android
// Fail on powerpc64 bots with:
// AddressSanitizer: CHECK failed: asan_thread.cpp:315 "((AddrIsInStack((uptr)&local))) != (0)"
// https://lab.llvm.org/buildbot/#/builders/18/builds/8162
// UNSUPPORTED: target=powerpc64{{.*}}
#include <assert.h>
#include <stdlib.h>
#include <sys/resource.h>