swiftlang / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Swift’s stable releases of Clang as well as support the Swift project.
https://llvm.org
Other
1.11k stars 328 forks source link

[Tests] Update the XFAIL condition for clang IndexStore #9132

Closed cachemeifyoucan closed 3 weeks ago

cachemeifyoucan commented 3 weeks ago

Follow up to the previous XFAIL to not XFAIL on no-assert build

bnbarham commented 3 weeks ago

Just doing some performance testing, but should be able to get rid of these quite soon. I don't mind whether we just keep XFAIL entirely or only for not-release. Up to you.

Oh I see, heh. They pass because release is deterministic. What fun. https://github.com/swiftlang/llvm-project/pull/9140 for new hashing.