atomicbox icon indicating copy to clipboard operation
atomicbox copied to clipboard

Migrate compiler ui test harness from `compiletest` to `trybuild`

Open bdbai opened this issue 1 year ago • 0 comments

compiletest_rs seems always failing in my environment. Specifically, it complains about spaces in my PATH env and always panics without a reasonable error message. Given all the issues listed here, I would suggest simply migrate to trybuild to avoid all these problems related to compiletest_rs.

A miri test pass is also added to ensure UBs in tests could be caught earlier as much as possible.

bdbai avatar Apr 20 '25 08:04 bdbai