summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test
Commit message (Expand)AuthorAgeFilesLines
* [asan] Fix Win64 test portability issuesReid Kleckner2016-07-214-5/+6
* Fix unsymbolize unittest. Adding win64 address.Etienne Bergeron2016-07-211-2/+2
* [compiler-rt] Fix interception of memcpy/memmove on win64Etienne Bergeron2016-07-211-2/+2
* [compiler-rt] Disable some unittests on windows that rely on shell commandEtienne Bergeron2016-07-214-3/+4
* [compiler-rt] Fix broken unittest on win64Etienne Bergeron2016-07-212-5/+17
* [Profile] Add new test to cover %m specifier with shared library (instrumented)Xinliang David Li2016-07-211-0/+16
* [compiler-rt] Fix broken SymInitialize unittestEtienne Bergeron2016-07-211-2/+2
* [Profile] More test clean up to read profile from directory specified by -fpr...Xinliang David Li2016-07-212-4/+6
* [Profile] Cleanup test to use new dir input featureXinliang David Li2016-07-211-8/+7
* revert rL276179: [compiler-rt] Fix broken unittest related to 64-bit print fo...Etienne Bergeron2016-07-202-6/+5
* [compiler-rt] Fix broken unittest related to 64-bit print formatEtienne Bergeron2016-07-202-5/+6
* fix flaky test on windows sanitizer botsEtienne Bergeron2016-07-201-8/+8
* [asan] trying to fix the android botKostya Serebryany2016-07-201-1/+0
* Try to deflake Windows/dll_host.cc test by not using repeated echo appendingReid Kleckner2016-07-201-10/+12
* [compiler-rt/asan] Disable irrelevant unittest on win64Etienne Bergeron2016-07-201-0/+1
* [Profile] implement interface to get profile path prefixXinliang David Li2016-07-201-0/+39
* [Profile] Test cleanup -- use new lit var for IR PGO tests /NFCXinliang David Li2016-07-194-17/+17
* [Profile] Introduce lit test vars for IR based instrumentationXinliang David Li2016-07-191-2/+10
* [asan] trying to fix the android botKostya Serebryany2016-07-191-5/+9
* Add detect_stack_use_after_scope runtime flagVitaly Buka2016-07-191-3/+6
* [compiler-rt] Fix Asan imports/exports unittestEtienne Bergeron2016-07-191-5/+24
* [esan|wset] Fix flaky sampling testsDerek Bruening2016-07-192-18/+19
* [asan] trying to fix the windows build Kostya Serebryany2016-07-151-0/+0
* [sanitizers] add interceptor for memmem; add weak hooks for strncasecmp, strc...Kostya Serebryany2016-07-152-0/+103
* [asan] Reduce flakiness of halt_on_error-torture.cc testcase.Maxim Ostapenko2016-07-151-6/+2
* [compiler-rt] Fix missing argument in asan unittestEtienne Bergeron2016-07-141-2/+2
* Add runtime support for __cpu_model (__builtin_cpu_supports)Alina Sbirlea2016-07-141-0/+19
* Replace -mllvm -asan-use-after-scope=1 with -fsanitize-address-use-after-scopeVitaly Buka2016-07-1411-11/+11
* Disable the "gcd-io-race.mm" test to investigate bot hangs due to the test be...Kuba Brecka2016-07-121-0/+2
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-1112-13/+14
* [tsan] Add support for GCD IO channels on DarwinKuba Brecka2016-07-116-0/+390
* test: Use %clangxx in objc++ test filesSaleem Abdulrasool2016-07-098-9/+9
* [esan] Add __esan_report for mid-run dataDerek Bruening2016-07-092-0/+73
* Revert "Add runtime support for __cpu_model (__builtin_cpu_supports)"Alina Sbirlea2016-07-081-19/+0
* Add runtime support for __cpu_model (__builtin_cpu_supports)Alina Sbirlea2016-07-081-0/+19
* Revert r274865-r274870Alina Sbirlea2016-07-081-19/+0
* Add default initialization. Add unit test.Alina Sbirlea2016-07-081-0/+19
* [tsan] Avoid false positives with GCD data callbacksKuba Brecka2016-07-071-0/+36
* [esan|cfrag] Handle binaries built with -esan-aux-field-info=falseQin Zhao2016-07-071-13/+13
* [esan|wset] Ensure SIGSEGV is not blockedDerek Bruening2016-07-061-4/+19
* [esan|wset] Further reduce flakiness of sampling testDerek Bruening2016-07-061-3/+7
* [tsan] Fix false positives with GCD dispatch_source_*Kuba Brecka2016-07-061-0/+33
* Attempt to reduce flakiness in workingset-samples.cppDavid Majnemer2016-07-061-5/+5
* [asan] Update tests according to r274578Ryan Govostes2016-07-052-2/+2
* [tsan] Synchronize leaving a GCD group with notificationsKuba Brecka2016-07-051-0/+56
* [tsan] dispatch_once interceptor will cause a crash/deadlock when the origina...Kuba Brecka2016-07-051-0/+41
* [esan|cfrag] Add struct array access reportQin Zhao2016-07-021-16/+31
* [tsan] Relax the "ignored-interceptors.mm" testcase. The test has been flaky...Kuba Brecka2016-07-011-1/+1
* [compiler-rt] Fix broken unittest using alloca on MSVC.Etienne Bergeron2016-06-301-1/+8
* [tsan] Stop extending the block’s lifetime in dispatch_group_asyncKuba Brecka2016-06-291-0/+43
OpenPOWER on IntegriCloud