This is an archive of the discontinued LLVM Phabricator instance.

[analyzer][Z3][NFC] Use GTEST_SKIP instead of hacks
ClosedPublic

Authored by steakhal on May 17 2021, 11:29 AM.

Details

Summary

Since @bkramer bumped gtest to 1.10.0 I think it's a good time to clean up some of my hacks.

Diff Detail

Event Timeline

steakhal created this revision.May 17 2021, 11:29 AM
steakhal requested review of this revision.May 17 2021, 11:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2021, 11:29 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
steakhal updated this revision to Diff 346061.May 18 2021, 12:16 AM

now it should build

Szelethus accepted this revision.May 18 2021, 3:10 AM

Cheers!

This revision is now accepted and ready to land.May 18 2021, 3:10 AM
steakhal updated this revision to Diff 346382.May 19 2021, 3:23 AM

Introduce the test fixture, and use its setUp() method for implementing this GTEST_SKIP stuff.

steakhal updated this revision to Diff 346938.May 21 2021, 12:15 AM

Nothing changed, I'm just retriggering the pre-merge bots as my parent revision landed.

This revision was automatically updated to reflect the committed changes.