summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/fuzzer-ubsan.test
blob: 0e8ad6c94a1bb71a532761f9b7ac3e2e6746f577 (plain)
1
2
3
4
RUN: not LLVMFuzzer-SignedIntOverflowTest-Ubsan 2>&1 | FileCheck %s
CHECK: runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int'
CHECK: Test unit written to ./crash-

OpenPOWER on IntegriCloud