mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:32:10 +08:00
79f4a3970a
Since gtest 00938b2b228f3, gtest has built-in first-class support for skipping tests, which is functionally identical (at least in Crashpad’s usage) to the home-grown support for run-time dynamically disabled tests introduced in Crashpad 5e9ed4cb9f69. Use the new standard pattern, and remove all vestiges of the custom local one. Change-Id: Ia332136c356d523885fc5d86bc8f06fefbe6a792 Reviewed-on: https://chromium-review.googlesource.com/c/1427242 Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by: Joshua Peraza <jperaza@chromium.org>