[all-commits] [llvm/llvm-project] a00cd6: [GWP-ASan] [Scudo] ifdef entire GWP-ASan tests.
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Fri Dec 13 09:45:46 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a00cd6dfea9f071c042c1eacd3ed9b587fe44feb
https://github.com/llvm/llvm-project/commit/a00cd6dfea9f071c042c1eacd3ed9b587fe44feb
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2019-12-13 (Fri, 13 Dec 2019)
Changed paths:
M compiler-rt/lib/scudo/standalone/tests/flags_test.cpp
Log Message:
-----------
[GWP-ASan] [Scudo] ifdef entire GWP-ASan tests.
Turns out that gtest in LLVM is only 1.8.0 (the newest version 1.10.0)
supports the GTEST_SKIP() macro, and apparently I didn't build w/o
GWP-ASan.
Should fix the GN bot, as well as any bots that may spuriously break on
platforms where the code wasn't correctly ifdef'd out as well.
More information about the All-commits
mailing list