summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test
Commit message (Expand)AuthorAgeFilesLines
* [cfi] Use __builtin version of __clear_cache.Evgeniy Stepanov2018-06-291-1/+1
* [scs] Disable negative test in shadowcallstack.Evgeniy Stepanov2018-06-291-9/+1
* [scudo] Add some runtime tests for the minimal runtimeKostya Kortchinsky2018-06-294-4/+43
* [cfi] Reset i-cache after copying code in test.Evgeniy Stepanov2018-06-291-2/+4
* [asan] Change 3 tests from XFAIL to UNSUPPORTED.Evgeniy Stepanov2018-06-283-3/+3
* [asan] Disable 3 tests on Android O+.Evgeniy Stepanov2018-06-283-0/+11
* [asan] Fix one more test on Android.Evgeniy Stepanov2018-06-281-3/+5
* [asan] un-XFAIL one testEvgeniy Stepanov2018-06-281-3/+0
* [fuzzer] Don't run tests on Android.Evgeniy Stepanov2018-06-281-1/+1
* [UBsan] minimal unit tests removing OpenBSD spacial caseDavid Carlier2018-06-281-6/+0
* [Darwin] Add an integration test for PGO + symbol exportsVedant Kumar2018-06-281-0/+11
* Correct the test modified in rL335777.Haojian Wu2018-06-281-1/+1
* Support for multiarch runtimes layoutPetr Hosek2018-06-287-14/+22
* [libFuzzer] [Tests] [NFC] Change seed for reduce_inputs.testGeorge Karpenkov2018-06-281-1/+1
* [libFuzzer] [NFC] [Tests] Mark signal handling tests as UNSUPPORTED on DarwinGeorge Karpenkov2018-06-272-2/+2
* Another shot at fixing android r335644 failureVlad Tsyrklevich2018-06-271-10/+15
* [UBSan] Add silence_unsigned_overflow flag.Matt Morehouse2018-06-271-0/+2
* [asan] Relax the null_deref.cc test even furtherVedant Kumar2018-06-271-2/+2
* [asan] Relax a test which depends on optimized debug infoVedant Kumar2018-06-271-2/+2
* Fix another bot broken by r335644Vlad Tsyrklevich2018-06-271-1/+1
* Fix test broken by r335644Vlad Tsyrklevich2018-06-261-2/+4
* CFI: Print DSO names for failed cross-DSO icallsVlad Tsyrklevich2018-06-261-0/+42
* [libFuzzer] Mark several tests UNSUPPORTED for aarch64.Matt Morehouse2018-06-266-3/+7
* Mark mfcall.cpp as UNSUPPORTED: win32.Peter Collingbourne2018-06-261-0/+2
* Implement CFI for indirect calls via a member function pointer.Peter Collingbourne2018-06-261-0/+94
* [UBsan] Enable ubsan minimal unit tests on OpenBSDDavid Carlier2018-06-251-1/+7
* [ubsan] Mark a test case as unsupported on WindowsVedant Kumar2018-06-251-2/+7
* [CMake] Run libFuzzer tests with check-all.Matt Morehouse2018-06-251-2/+0
* [ubsan] Add support for reporting diagnostics to a monitor processVedant Kumar2018-06-221-0/+37
* [libFuzzer] Filter architectures for testing on Apple platforms.George Karpenkov2018-06-211-0/+4
* [libFuzzer] Provide more descriptive names for testing targets.George Karpenkov2018-06-211-1/+1
* [sanitizer] Stop running tests against 32-bit iOS simulatorKuba Mracek2018-06-211-0/+5
* [TSan] fix build and couple of unit tests on FreeBSDDavid Carlier2018-06-202-0/+3
* Fix-up for r335123: Set default apple_platform to "osx".Kuba Mracek2018-06-201-1/+1
* [sanitizer] Unify and generalize Apple platforms in CMake and lit test configsKuba Mracek2018-06-2012-47/+68
* [asan] Add flushes to try to fix testReid Kleckner2018-06-201-1/+2
* [asan] Add Windows test for handle_segv and SetUnhandledExceptionFilterReid Kleckner2018-06-201-0/+35
* [XRay] rm GLOB || true -> rm -fFangrui Song2018-06-1912-21/+21
* [TSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-185-159/+59
* [asan] Enable fgets_fputs test on AndroidVitaly Buka2018-06-161-5/+2
* [asan] Move long-object-path.cc test to LinuxVitaly Buka2018-06-151-1/+0
* [libFuzzer] Avoid -fuse-ld=lld on gc-sections.Matt Morehouse2018-06-151-2/+2
* [SanitizerCoverage] Add associated metadata to pc-tables.Matt Morehouse2018-06-151-3/+3
* [scudo] Add verbose failures in place of CHECK(0)Kostya Kortchinsky2018-06-154-10/+16
* [libFuzzer] [NFC] XFAIL one of the tests on iOS.George Karpenkov2018-06-141-0/+1
* [libFuzzer] [NFC] Remaining minor fixes to support testing on devices.George Karpenkov2018-06-147-13/+15
* [libFuzzer] [NFC] Support multi-arch and multi-OS building and testingGeorge Karpenkov2018-06-143-7/+38
* [libFuzzer] [NFC] Generalize DSO tests to work even when files are moved.George Karpenkov2018-06-142-8/+8
* [NFC] Generalize flags for linking in shared objects in compiler-rt tests to ...George Karpenkov2018-06-141-18/+22
* [ASAN] fix typos and disable long-object-path test for win32Peter Wu2018-06-141-0/+1
OpenPOWER on IntegriCloud