Mercurial > hg > CbC > CbC_llvm
view compiler-rt/test/fuzzer/stack-overflow-with-asan.test @ 256:7d9b19ec7a62
cbclang output is still wrong
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Aug 2023 18:48:47 +0900 |
parents | c4bab56944e8 |
children |
line wrap: on
line source
# Test fail on device (rdar://99981102) XFAIL: tvos && !tvossim CHECK: AddressSanitizer: stack-overflow RUN: %cpp_compiler %S/StackOverflowTest.cpp -o %t-StackOverflowTest RUN: not %run %t-StackOverflowTest 2>&1 | FileCheck %s