Run libstd test suite in miri #54914
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
We have all these nice
#[test]
functions in libstd (and liballoc and libcore), wouldn't it be great if we could run them all in miri? Maybe even on CI? miri has a small test suite itself that exercises some bits on libstd, and that lets us find things like #54908, but it's not very exhaustive and it doesn't seem like a good idea to duplicate all that.So I think we should figure out a way to run the libstd tests in miri. Unfortunately I don't have a very good idea of what it would take. But it sounds like a great project, if someone is looking for one. :D
The text was updated successfully, but these errors were encountered: