Update format tests to use GTest. Add some death tests for failure cases.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This patch refactors the original tests to use GTest and also adds some new ones. Thank you!
LGTM, but please look into the CI failures before merging.
Comment Actions
Thank you for fixing the build. The new failures are clearly unrelated to this change and IMO it is safe to merge this.
Comment Actions
Looks good, thank you! The pre-commit CI failures are clearly unrelated to this patch.
Could you copy the missing implementation across? Ta!