summaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
AgeCommit message (Expand)Author
2018-06-28[fuzzer] Don't run tests on Android.Evgeniy Stepanov
2018-04-09libFuzzer, OpenBSD supportVitaly Buka
2018-04-04Add simple runtime tests for shadowcallstackVlad Tsyrklevich
2017-11-13Allow compiler-rt test targets to work with multi-config CMake generatorsGreg Bedwell
2017-10-02[cmake] Add a separate CMake var to control profile runtimeMichal Gorny
2017-09-18[cmake] Make it possible to build and test profile without sanitizersVedant Kumar
2017-09-16[asan] Enable asan_and_llvm_coverage_test.cc on AndroidVitaly Buka
2017-08-31Revert "[ubsan] Make check-ubsan depend on check-ubsan-minimal."Evgeniy Stepanov
2017-08-31[ubsan] Make check-ubsan depend on check-ubsan-minimal.Evgeniy Stepanov
2017-08-30[fuzzer] Don't enable tests when the fuzzer isn't builtVedant Kumar
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov
2017-06-27Don't double-include cfi tests on linuxFrancis Ricci
2017-06-27Loop directly over sanitizers to build in cmakeFrancis Ricci
2017-06-27Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BUILD is usedFrancis Ricci
2017-06-27Revert "Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BU...Francis Ricci
2017-06-27Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BUILD is usedFrancis Ricci
2017-04-26[test] Build sanitizer/xray tests only if COMPILER_RT_BUILD_* is onMichal Gorny
2017-03-09Reapply r297382: "[compiler-rt][builtins] Add __isOSVersionAtLeast()"Erik Pilkington
2017-03-09Revert "[compiler-rt][builtins] Add __isOSVersionAtLeast()"Erik Pilkington
2017-03-09[compiler-rt][builtins] Add __isOSVersionAtLeast()Erik Pilkington
2016-11-14[asan/win] Delay load dbghelp.dll to delay ucrtbase.dll initializationReid Kleckner
2016-09-01[CMake] Adding compiler-rt-test-depends targetChris Bieneman
2016-08-19[CMake] Add check-compiler-rt target for runtimes buildChris Bieneman
2016-08-08[compiler-rt][XRay] Implement __xray_unpatch() and __xray_remove_handler()Dean Michael Berris
2016-07-27[compiler-rt] Activate interception unittestsEtienne Bergeron
2016-06-07[sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany
2016-04-21[esan] EfficiencySanitizer base runtime libraryDerek Bruening
2016-04-06Another place for CMAKE_HOST_UNIXSean Silva
2016-02-17[CMake] Push the dependency on AddLLVM into the test and unites layersChris Bieneman
2016-01-27[sanitizers] generating html report on coverage dumpMike Aizatsky
2016-01-08Revert "Fix CMake warning in CFI tests."Evgeniy Stepanov
2016-01-08Fix CMake warning in CFI tests.Evgeniy Stepanov
2015-12-10Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman
2015-12-09[CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman
2015-12-07[TSan] Use llvm-objdump+FileCheck instead of standalone .sh script.Alexey Samsonov
2015-09-29[CFI] Make CFI tests require UBSan (for diagnostic mode).Alexey Samsonov
2015-07-29CFI: Update tests for various bit vector sizes following lowerbitsets optzns.Peter Collingbourne
2015-07-02UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne
2015-06-15Protection against stack-based memory corruption errors using SafeStack: comp...Peter Collingbourne
2015-02-20Add test suite for the Control Flow Integrity feature.Peter Collingbourne
2015-02-20Make FileCheck be a common dependency, not an ASan one.Filipe Cabecinhas
2014-11-21Don't make check-sanitizer depend on profile on WindowsReid Kleckner
2014-09-24[asan] make sanitizer tests depend on libclang_rt.profile since we now have a...Kostya Serebryany
2014-08-08[CMake] Determine which compiler-rt libraries are supported onAlexey Samsonov
2014-03-31InstrProf: Add simple compiler-rt testDuncan P. N. Exon Smith
2014-02-20[CMake] Introduce check-all command for standalone compiler-rt buildAlexey Samsonov
2014-02-20Move config for sanitizer_common tests under test/ for consistencyAlexey Samsonov
2014-02-19[CMake] Add the way to run tests in standalone build.Alexey Samsonov
2014-02-18[CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov
2014-02-14[ASan] Rename asan_runtime_libraries to asan. Re-enable tests on Android.Alexey Samsonov