diff options
| author | Greg Fitzgerald <gregf@codeaurora.org> | 2014-04-30 21:34:17 +0000 |
|---|---|---|
| committer | Greg Fitzgerald <gregf@codeaurora.org> | 2014-04-30 21:34:17 +0000 |
| commit | b8aae5405b968753461082c0d78308b91f113256 (patch) | |
| tree | f97c6b6b5a432a27d5e562e4f125e047d514d330 /compiler-rt/test/ubsan/TestCases/Integer/uincdec-overflow.cpp | |
| parent | 414b6fb1701e321354bdccade60dd36c5ba62e4a (diff) | |
| download | bcm5719-llvm-b8aae5405b968753461082c0d78308b91f113256.tar.gz bcm5719-llvm-b8aae5405b968753461082c0d78308b91f113256.zip | |
Add %run to all lit tests
llvm-svn: 207709
Diffstat (limited to 'compiler-rt/test/ubsan/TestCases/Integer/uincdec-overflow.cpp')
| -rw-r--r-- | compiler-rt/test/ubsan/TestCases/Integer/uincdec-overflow.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler-rt/test/ubsan/TestCases/Integer/uincdec-overflow.cpp b/compiler-rt/test/ubsan/TestCases/Integer/uincdec-overflow.cpp index a14bd6a776f..a236d21fcf1 100644 --- a/compiler-rt/test/ubsan/TestCases/Integer/uincdec-overflow.cpp +++ b/compiler-rt/test/ubsan/TestCases/Integer/uincdec-overflow.cpp @@ -1,7 +1,7 @@ -// RUN: %clangxx -DOP=n++ -fsanitize=unsigned-integer-overflow %s -o %t && %t 2>&1 | FileCheck --check-prefix=CHECK-INC %s -// RUN: %clangxx -DOP=++n -fsanitize=unsigned-integer-overflow %s -o %t && %t 2>&1 | FileCheck --check-prefix=CHECK-INC %s -// RUN: %clangxx -DOP=m-- -fsanitize=unsigned-integer-overflow %s -o %t && %t 2>&1 | FileCheck --check-prefix=CHECK-DEC %s -// RUN: %clangxx -DOP=--m -fsanitize=unsigned-integer-overflow %s -o %t && %t 2>&1 | FileCheck --check-prefix=CHECK-DEC %s +// RUN: %clangxx -DOP=n++ -fsanitize=unsigned-integer-overflow %s -o %t && %run %t 2>&1 | FileCheck --check-prefix=CHECK-INC %s +// RUN: %clangxx -DOP=++n -fsanitize=unsigned-integer-overflow %s -o %t && %run %t 2>&1 | FileCheck --check-prefix=CHECK-INC %s +// RUN: %clangxx -DOP=m-- -fsanitize=unsigned-integer-overflow %s -o %t && %run %t 2>&1 | FileCheck --check-prefix=CHECK-DEC %s +// RUN: %clangxx -DOP=--m -fsanitize=unsigned-integer-overflow %s -o %t && %run %t 2>&1 | FileCheck --check-prefix=CHECK-DEC %s #include <stdint.h> |

