summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-07-27[compiler-rt] Activate interception unittestsEtienne Bergeron
2016-07-27tsan: don't deliver signals when they are blockedDmitry Vyukov
2016-07-23Fix buildbot failureXinliang David Li
2016-07-22[Profile] Tighten test with expected profile countXinliang David Li
2016-07-22[Profile] Fix a fixme in the testXinliang David Li
2016-07-22[Profile] Add new testXinliang David Li
2016-07-22Try to fix more Windows portability issues in sanitizer testsReid Kleckner
2016-07-22[sanitizers] Enable sanitizer_common tests on Win64Reid Kleckner
2016-07-22Fix test on windows, symbolizer returns invalid lineVitaly Buka
2016-07-22[asan] revert to using -std=c++11 on test/asan/TestCases/use-after-scope-cap...Kostya Serebryany
2016-07-22fix windowsVitaly Buka
2016-07-22Fix test on windowsVitaly Buka
2016-07-22Add test to check detection of stack-use-after-scope on various typesVitaly Buka
2016-07-21[Profile] deprecate __llvm_profile_override_default_filename (part2)Xinliang David Li
2016-07-21[asan] Fix Win64 test portability issuesReid Kleckner
2016-07-21Fix unsymbolize unittest. Adding win64 address.Etienne Bergeron
2016-07-21[compiler-rt] Fix interception of memcpy/memmove on win64Etienne Bergeron
2016-07-21[compiler-rt] Disable some unittests on windows that rely on shell commandEtienne Bergeron
2016-07-21[compiler-rt] Fix broken unittest on win64Etienne Bergeron
2016-07-21[Profile] Add new test to cover %m specifier with shared library (instrumented)Xinliang David Li
2016-07-21[compiler-rt] Fix broken SymInitialize unittestEtienne Bergeron
2016-07-21[Profile] More test clean up to read profile from directory specified by -fpr...Xinliang David Li
2016-07-21[Profile] Cleanup test to use new dir input featureXinliang David Li
2016-07-20revert rL276179: [compiler-rt] Fix broken unittest related to 64-bit print fo...Etienne Bergeron
2016-07-20[compiler-rt] Fix broken unittest related to 64-bit print formatEtienne Bergeron
2016-07-20fix flaky test on windows sanitizer botsEtienne Bergeron
2016-07-20[asan] trying to fix the android botKostya Serebryany
2016-07-20Try to deflake Windows/dll_host.cc test by not using repeated echo appendingReid Kleckner
2016-07-20[compiler-rt/asan] Disable irrelevant unittest on win64Etienne Bergeron
2016-07-20[Profile] implement interface to get profile path prefixXinliang David Li
2016-07-19[Profile] Test cleanup -- use new lit var for IR PGO tests /NFCXinliang David Li
2016-07-19[Profile] Introduce lit test vars for IR based instrumentationXinliang David Li
2016-07-19[asan] trying to fix the android botKostya Serebryany
2016-07-19Add detect_stack_use_after_scope runtime flagVitaly Buka
2016-07-19[compiler-rt] Fix Asan imports/exports unittestEtienne Bergeron
2016-07-19[esan|wset] Fix flaky sampling testsDerek Bruening
2016-07-15[asan] trying to fix the windows build Kostya Serebryany
2016-07-15[sanitizers] add interceptor for memmem; add weak hooks for strncasecmp, strc...Kostya Serebryany
2016-07-15[asan] Reduce flakiness of halt_on_error-torture.cc testcase.Maxim Ostapenko
2016-07-14[compiler-rt] Fix missing argument in asan unittestEtienne Bergeron
2016-07-14Add runtime support for __cpu_model (__builtin_cpu_supports)Alina Sbirlea
2016-07-14Replace -mllvm -asan-use-after-scope=1 with -fsanitize-address-use-after-scopeVitaly Buka
2016-07-12Disable the "gcd-io-race.mm" test to investigate bot hangs due to the test be...Kuba Brecka
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-07-11[tsan] Add support for GCD IO channels on DarwinKuba Brecka
2016-07-09test: Use %clangxx in objc++ test filesSaleem Abdulrasool
2016-07-09[esan] Add __esan_report for mid-run dataDerek Bruening
2016-07-08Revert "Add runtime support for __cpu_model (__builtin_cpu_supports)"Alina Sbirlea
2016-07-08Add runtime support for __cpu_model (__builtin_cpu_supports)Alina Sbirlea
2016-07-08Revert r274865-r274870Alina Sbirlea