Commit Graph

3 Commits

Author SHA1 Message Date
Pavel Yaskevich
25b7949ad7 [Localization] Tests: Track and remove temporary files on fixture tear down
Let's replace use `llvm::sys::fs::RemoveFileOnSignal` with manual
tracking of created temporary files. Signals are unavailable on
Windows so all of the temporary files are going to be left in place
otherwise.
2020-09-11 12:06:02 -07:00
Pavel Yaskevich
0baf84431e [Localization] Expose a way to create temporary files through LocalizationTest 2020-09-08 01:00:51 -07:00
Pavel Yaskevich
4f464ff0d4 [Localization] Extract testing fixture and diagnostic definitions into a header
Doing so make it easy to share common bits of localization testing
infrastructure.
2020-09-07 19:09:59 -07:00