summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-05-19Do not link with -ldl in NetBSD/ASan testsKamil Rytarowski
2018-05-18[msan] Don't check divisor shadow in fdiv.Evgeniy Stepanov
2018-05-17[builtins][macos] bump up the the macOS version min in os_version_check testsAlex Lorenz
2018-05-16[libFuzzer] rename a test from .c to .cppKostya Serebryany
2018-05-16[libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...Kostya Serebryany
2018-05-16[libFuzzer] add a symbolic execution puzzle (difficult for today's libFuzzer).Max Moroz
2018-05-15[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlockVitaly Buka
2018-05-15[libFuzzer] deprecate equivalence_serverKostya Serebryany
2018-05-14Revert "[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlock"Vitaly Buka
2018-05-14[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlockVitaly Buka
2018-05-14Fix another case where libstdc++ is being inappropriately requested (seeDan Liew
2018-05-14[XRay][compiler-rt] Support in-memory processing of FDR mode logsDean Michael Berris
2018-05-11[libFuzzer] [NFC] Split fuzzer.test into smaller testsGeorge Karpenkov
2018-05-11[libFuzzer] [NFC] Prefix all run lines with %runGeorge Karpenkov
2018-05-11[libFuzzer] refactor the implementation of -print_coverageKostya Serebryany
2018-05-10[tsan] Add debugging API to retrieve the "external tag" from reportsKuba Mracek
2018-05-10[libFuzzer] simplify tests, remove one redundant test; NFCKostya Serebryany
2018-05-10[libFuzzer] remove the dump_coverage flag, it hasn't been working with the in...Kostya Serebryany
2018-05-10Setup ORIGIN/NetBSD option in sanitizer testsKamil Rytarowski
2018-05-10[libFuzzer] remove the experimental support for clang coverage instrumentatio...Kostya Serebryany
2018-05-10[libFuzzer] Experimental data flow tracer for fuzz targets.Kostya Serebryany
2018-05-10[lsan] Try to fix test failure due to compiler optimizationPeter Wu
2018-05-10wrong usages of sem_open in the libFuzzerKamil Rytarowski
2018-05-10[libFuzzer] add a simple puzzle that is difficult for today's libFuzzerKostya Serebryany
2018-05-09[libFuzzer] Disable print-func.test on Darwin.Matt Morehouse
2018-05-08[libFuzzer] Guard symbolization with try-lock.Matt Morehouse
2018-05-04[XRay][compiler-rt] Support string-based config for Basic mode.Dean Michael Berris
2018-05-04[XRay][compiler-rt] Support string-based config for FDR modeDean Michael Berris
2018-05-04[XRay][compiler-rt+docs] Introduce __xray_log_init_mode(...).Dean Michael Berris
2018-05-03Revert "Follow-up to r331378. Update tests to allow to use C atomics in C++."Volodymyr Sapsai
2018-05-03Follow-up to r331378. Update tests to allow to use C atomics in C++.Volodymyr Sapsai
2018-05-01[libFuzzer] Report at most one crash per input.Matt Morehouse
2018-04-27tsan: improve "destroy of a locked mutex" reportsDmitry Vyukov
2018-04-26[asan] Align __asan_global_start so that it works with LLDReid Kleckner
2018-04-25Add s390x to XFAIL for illegal_read/write_test.ccPetar Jovanovic
2018-04-25[scudo] Adding an interface function to print allocator statsKostya Kortchinsky
2018-04-25Finetune supported arches for the tests added in r330840Petar Jovanovic
2018-04-25[mips] Implement GetWriteFlag() for mipsPetar Jovanovic
2018-04-20asan: Mark printf-4.c as unsupported on Windows.Peter Collingbourne
2018-04-20[LibFuzzer] Report when custom counters are available.Dan Liew
2018-04-18[HWASan] Add "N" suffix to generic __hwasan_load/store.Alex Shlyapnikov
2018-04-13[tsan] Add interceptors for objc_sync_enter and objc_sync_exitKuba Mracek
2018-04-13[asan] Reduce flakiness in stack-overflow detectionKuba Mracek
2018-04-10[compiler-rt][asan][mips] UnXFAIL some consistently passing testsSimon Dardis
2018-04-09libFuzzer, OpenBSD supportVitaly Buka
2018-04-09shadowcallstack: Make runtime tests compatible with aarch64.Peter Collingbourne
2018-04-06[libFuzzer] Print a correct error message when a directory can't beMatt Morehouse
2018-04-06[compiler-rt][dfsan][mips] UnXPASS a consistently passing testSimon Dardis
2018-04-04[asan] Fix aligned_alloc test caseKostya Kortchinsky
2018-04-04Add simple runtime tests for shadowcallstackVlad Tsyrklevich