[wpiutil] Upgrade to LLVM 17.0.1 (#5482)

This commit is contained in:
Tyler Veness
2023-09-21 19:54:33 -07:00
committed by GitHub
parent 07a0d22fe6
commit 1b6ec5a95d
82 changed files with 1697 additions and 901 deletions

View File

@@ -164,7 +164,9 @@ TEST_F(JsonComparisonValuesTest, NotEqual)
EXPECT_EQ(nullptr != j_null, !(nullptr == j_null));
}
TEST_F(JsonComparisonValuesTest, Less)
// Disabled because serialization order isn't guaranteed by the underlying map
// container
TEST_F(JsonComparisonValuesTest, DISABLED_Less)
{
static const std::vector<std::vector<bool>> expected =
{