Skip to content

Commit

Permalink
Merge branch 'development' into f-FixTSAGlobalHandling
Browse files Browse the repository at this point in the history
  • Loading branch information
MMory authored Aug 17, 2023
2 parents ec919e9 + 1b28878 commit 4f8ffaa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -855,8 +855,8 @@ TEST_F(IDEInstInteractionAnalysisTest, HandleHeapTest_01) {
}

PHASAR_SKIP_TEST(TEST_F(IDEInstInteractionAnalysisTest, HandleRVOTest_01) {
// If we use libcxx this won't work since internal implementation is different
LIBCPP_GTEST_SKIP;
GTEST_SKIP() << "This test heavily depends on the used stdlib version. TODO: "
"add a better one";

std::set<IIACompactResult_t> GroundTruth;
GroundTruth.emplace(
Expand Down

0 comments on commit 4f8ffaa

Please sign in to comment.