summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test
diff options
context:
space:
mode:
authorMarcos Pividori <mpividori@google.com>2017-02-08 00:03:13 +0000
committerMarcos Pividori <mpividori@google.com>2017-02-08 00:03:13 +0000
commite219d401912ffa8b62dd27fd3f9094cf334de840 (patch)
treefdeaeb96896232acc3f28c7227446463fdb76c66 /llvm/lib/Fuzzer/test
parentfd6578896ddf3cf317deebff1e1a57d9540388ac (diff)
downloadbcm5719-llvm-e219d401912ffa8b62dd27fd3f9094cf334de840.tar.gz
bcm5719-llvm-e219d401912ffa8b62dd27fd3f9094cf334de840.zip
[libFuzzer] Change Uninstrumented test name.
On Windows, executables with the word "uninst" included in their names are associated with administrator privileges. Differential Revision: https://reviews.llvm.org/D29549 llvm-svn: 294387
Diffstat (limited to 'llvm/lib/Fuzzer/test')
-rw-r--r--llvm/lib/Fuzzer/test/NotinstrumentedTest.cpp (renamed from llvm/lib/Fuzzer/test/UninstrumentedTest.cpp)0
-rw-r--r--llvm/lib/Fuzzer/test/fuzzer.test2
-rw-r--r--llvm/lib/Fuzzer/test/no-coverage/CMakeLists.txt2
3 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/test/UninstrumentedTest.cpp b/llvm/lib/Fuzzer/test/NotinstrumentedTest.cpp
index ffe952c749d..ffe952c749d 100644
--- a/llvm/lib/Fuzzer/test/UninstrumentedTest.cpp
+++ b/llvm/lib/Fuzzer/test/NotinstrumentedTest.cpp
diff --git a/llvm/lib/Fuzzer/test/fuzzer.test b/llvm/lib/Fuzzer/test/fuzzer.test
index 9a8de79b673..ff46d32b387 100644
--- a/llvm/lib/Fuzzer/test/fuzzer.test
+++ b/llvm/lib/Fuzzer/test/fuzzer.test
@@ -34,7 +34,7 @@ COUNTERS: BINGO
DISABLED: not LLVMFuzzer-UninstrumentedTest-Uninstrumented 2>&1 | FileCheck %s --check-prefix=UNINSTRUMENTED
UNINSTRUMENTED: ERROR: __sanitizer_set_death_callback is not defined. Exiting.
-RUN: not LLVMFuzzer-UninstrumentedTest-NoCoverage 2>&1 | FileCheck %s --check-prefix=NO_COVERAGE
+RUN: not LLVMFuzzer-NotinstrumentedTest-NoCoverage 2>&1 | FileCheck %s --check-prefix=NO_COVERAGE
NO_COVERAGE: ERROR: no interesting inputs were found. Is the code instrumented for coverage? Exiting
RUN: not LLVMFuzzer-BufferOverflowOnInput 2>&1 | FileCheck %s --check-prefix=OOB
diff --git a/llvm/lib/Fuzzer/test/no-coverage/CMakeLists.txt b/llvm/lib/Fuzzer/test/no-coverage/CMakeLists.txt
index 9cbe65c6719..6aa7db183e2 100644
--- a/llvm/lib/Fuzzer/test/no-coverage/CMakeLists.txt
+++ b/llvm/lib/Fuzzer/test/no-coverage/CMakeLists.txt
@@ -5,7 +5,7 @@ set(CMAKE_CXX_FLAGS
"${LIBFUZZER_FLAGS_BASE} -fno-sanitize-coverage=edge,trace-cmp,indirect-calls,8bit-counters,trace-pc-guard")
set(NoCoverageTests
- UninstrumentedTest
+ NotinstrumentedTest
)
foreach(Test ${NoCoverageTests})
OpenPOWER on IntegriCloud