@@ -246,11 +246,10 @@ TEST_F(IDEInstInteractionAnalysisTest, HandleBasicTest_03) {
246246 doAnalysisAndCompareResults (" basic_03_cpp.ll" , GroundTruth, false );
247247}
248248
249- TEST_F (IDEInstInteractionAnalysisTest, HandleBasicTest_04) {
250- // If we use libcxx this won't work since internal implementation is different
251- #ifdef _LIBCPP_VERSION
252- GTEST_SKIP ();
253- #endif
249+ PHASAR_SKIP_TEST (TEST_F(IDEInstInteractionAnalysisTest, HandleBasicTest_04) {
250+ // If we use libcxx this won't work since internal implementation is different
251+ LIBCPP_GTEST_SKIP ();
252+
254253 std::set<IIACompactResult_t> GroundTruth;
255254 GroundTruth.emplace (
256255 std::tuple<std::string, size_t , std::string, BitVectorSet<std::string>>(
@@ -271,7 +270,7 @@ TEST_F(IDEInstInteractionAnalysisTest, HandleBasicTest_04) {
271270 std::tuple<std::string, size_t , std::string, BitVectorSet<std::string>>(
272271 " main" , 24 , " k" , {" 10" , " 11" , " 12" , " 16" , " 19" , " 20" , " 25" , " 27" }));
273272 doAnalysisAndCompareResults (" basic_04_cpp.ll" , GroundTruth, false );
274- }
273+ })
275274
276275TEST_F (IDEInstInteractionAnalysisTest, HandleBasicTest_05) {
277276 std::set<IIACompactResult_t> GroundTruth;
@@ -547,11 +546,10 @@ TEST_F(IDEInstInteractionAnalysisTest, HandleHeapTest_01) {
547546 doAnalysisAndCompareResults (" heap_01_cpp.ll" , GroundTruth, false );
548547}
549548
550- TEST_F (IDEInstInteractionAnalysisTest, HandleRVOTest_01) {
551- // If we use libcxx this won't work since internal implementation is different
552- #ifdef _LIBCPP_VERSION
553- GTEST_SKIP ();
554- #endif
549+ PHASAR_SKIP_TEST (TEST_F(IDEInstInteractionAnalysisTest, HandleRVOTest_01) {
550+ // If we use libcxx this won't work since internal implementation is different
551+ LIBCPP_GTEST_SKIP ();
552+
555553 std::set<IIACompactResult_t> GroundTruth;
556554 GroundTruth.emplace (
557555 std::tuple<std::string, size_t , std::string, BitVectorSet<std::string>>(
@@ -563,7 +561,7 @@ TEST_F(IDEInstInteractionAnalysisTest, HandleRVOTest_01) {
563561 std::tuple<std::string, size_t , std::string, BitVectorSet<std::string>>(
564562 " main" , 16 , " ref.tmp" , {" 25" , " 5" , " 8" , " 31" , " 32" , " 30" }));
565563 doAnalysisAndCompareResults (" rvo_01_cpp.ll" , GroundTruth, false );
566- }
564+ })
567565
568566// // TEST_F(IDEInstInteractionAnalysisTest, HandleStruct_01) {
569567// // std::set<IIACompactResult_t> GroundTruth;
0 commit comments