Now that gtest has been updated to 1.10 which supports GTEST_SKIP, we can use that over return;
This patch replaces returns with GTEST_SKIP for the todo listings added in https://reviews.llvm.org/rGd122d80b3d1c3ffdfbf6a2168f3d61fa4337facc
Paths
| Differential D102710
[NFC][test] replace empty returns with GTEST_SKIP ClosedPublic Authored by supergrecko on May 18 2021, 12:13 PM.
Details
Summary Now that gtest has been updated to 1.10 which supports GTEST_SKIP, we can use that over return; This patch replaces returns with GTEST_SKIP for the todo listings added in https://reviews.llvm.org/rGd122d80b3d1c3ffdfbf6a2168f3d61fa4337facc
Diff Detail
Event Timelinesupergrecko created this revision. This revision is now accepted and ready to land.May 18 2021, 1:13 PM Comment Actions GTEST_SKIP() may be called in OrcCAPITestBase::SetUp() so that checks can be removed in every separate test. supergrecko added a parent revision: D102694: [lit][gtest] Support SKIPPED tests.May 19 2021, 2:27 PM Comment Actions
That also works, thank you for the suggestion. I've updated the revision accordingly. Comment Actions I do not have commit access so it'd be great if somebody could land this on my behalf. Closed by commit rG95612afc1d69: [ORC] Use GTEST_SKIP in ORC C-API unit test. (authored by lhames). · Explain WhyMay 21 2021, 10:15 AM This revision was automatically updated to reflect the committed changes. Comment Actions
Done. Thanks for the patch! :)
Revision Contents
Diff 346572 llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
|