summaryrefslogtreecommitdiff
path: root/gwp_asan
AgeCommit message (Expand)Author
2023-09-14Add GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST to gwp_asan unittestsBenjamin Kramer
2023-08-30[Headers][Modules] Make separate headers for the stdarg.h and stddef.h pieces...Ian Anderson
2023-04-27[gwp_asan] Exclude recoverable tests on FuchsiaCaslyn Tonelli
2023-04-18[gwp_asan] Employ EXPECT_DEATH for zxtest compatibilityCaslyn Tonelli
2023-03-01[GWP-ASan][Fuchsia] Use more modern zxtest testing macrosAlex Brachet
2023-03-01[GWP-ASan] Stop using type aliases for ::testing:: typesAlex Brachet
2023-02-28[GWP-ASan] Handle wild touches of the guarded pool.Mitch Phillips
2023-02-03Re-land "[GWP-ASan] Remove thread clamping in tests.""Mitch Phillips
2023-02-03Revert "[GWP-ASan] Remove thread clamping in tests."Sanjana Sunil
2023-02-02[GWP-ASan] Remove thread clamping in tests.Mitch Phillips
2023-01-17Reland: [GWP-ASan] Add recoverable mode.Mitch Phillips
2023-01-17Revert "[GWP-ASan] Add recoverable mode."Mitch Phillips
2023-01-17Revert "[GWP-ASan] Fix test to work with Fuchsia's zxtest"Mitch Phillips
2023-01-17Revert "[GWP-ASan] Fix 6413872"Mitch Phillips
2023-01-17[GWP-ASan] Fix 6413872Alex Brachet
2023-01-17[GWP-ASan] Fix test to work with Fuchsia's zxtestAlex Brachet
2023-01-17[GWP-ASan] Add recoverable mode.Mitch Phillips
2023-01-10[GWP-ASan] Fix up bad report for in-page underflow w/ UaFMitch Phillips
2023-01-10[GWP-ASan] Fix atfork handlers being installed multiple times in testsMitch Phillips
2022-12-12[GWP-ASan] Fix sanitizer backtrace util using wrong print.Mitch Phillips
2022-05-18[NFCI] clang-format gwp-asan files.Mitch Phillips
2022-02-18[gwp_asan] Add missing <algorithm> includeGulfem Savrun Yeniceri
2021-10-16Fix a few warnings (signed/unsigned comparison in gtest, and missing field in...android-s-v2-preview-2android-s-v2-preview-1android-s-v2-beta-2android-s-v2-preview-1David Blaikie
2021-09-27[gwp-asan] Initialize AllocatorVersionMagic at runtimeKostya Kortchinsky
2021-09-24[compiler-rt] Use portable "#!/usr/bin/env bash" shebang for tests.Frederic Cambus
2021-07-29[GWP-ASan] Add version header.android-s-beta-5android-s-beta-5Mitch Phillips
2021-07-22[rt][nfc] Rewrite #ifndef as #if defined().Alexander Belyaev
2021-07-22[compiler-rt][GWP-ASAN] Disable 2 tests on Armv7 LinuxDavid Spickett
2021-07-08[GWP-ASan] Change unreachable -> trap to work around DCE bug.android-s-beta-4android-s-beta-3android-s-beta-4Mitch Phillips
2021-07-02Name all DEATH tests using 'DeathTest' suffix.Mitch Phillips
2021-07-01[gwp_asan] Improve symbolizer scriptVitaly Buka
2021-05-11[Scudo] Use GWP-ASan's aligned allocations and fixup postalloc hooks.android-s-beta-2android-s-beta-1Mitch Phillips
2021-05-11[gwp_asan] Use __sanitizer_fast_backtrace on FuchsiaRoland McGrath
2021-05-11[GWP-ASan] Change sys/cdefs.h to features.hFangrui Song
2021-02-10[GWP-ASan] Add back some headers removed by IWYU.Mitch Phillips
2021-02-10[GWP-ASan] Add aligned allocations.Mitch Phillips
2021-02-10[gwp_asan] Use zx_system_get_page_size() on FuchsiaRoland McGrath
2021-02-10Revert "[GWP-ASan] Add aligned allocations."Mitch Phillips
2021-02-10[GWP-ASan] Add locking around unwinder for atfork protection.Mitch Phillips
2021-02-10[GWP-ASan] Add aligned allocations.Mitch Phillips
2021-02-10[GWP-ASan] Add inbuilt options parser.Mitch Phillips
2021-02-10[GWP-ASan] Minor refactor of optional components.Mitch Phillips
2021-02-10[GWP-ASan] IWYU & clang-formatMitch Phillips
2020-12-04[GWP-ASan] Fix flaky test on FuchsiaKostya Kortchinsky
2020-11-19[GWP-ASan] Port tests to FuchsiaKostya Kortchinsky
2020-11-19[GWP-ASan] Respect GWP_ASAN_DEFAULT_ENABLED compile-time macroRoland McGrath
2020-11-19[GWP-ASan] Stub out backtrace/signal functions on FuchsiaKostya Kortchinsky
2020-11-19[GWP-ASan] Fuchsia specific mapping & utilities functionsKostya Kortchinsky
2020-11-19[GWP-ASan] Add mutexes for FuchsiaKostya Kortchinsky
2020-11-19[GWP-ASan] Abstract the thread local variables accessKostya Kortchinsky