-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic JIT testing #3328
Comments
rusti uses the JIT, right? So regression+bot testing of rusti could help with this; see Issue #5469. I'm assuming brson ideally wants unit tests for the JIT as well, but |
Nominating for maturity milestone 4: "well covered", since this is a measurement mechanism for evaluating the correctness of a library. |
compiletest does have a mode for testing the JIT now, but we never run it |
accepted for well-covered milestone |
visiting for triage, email from 2013-08-05. I considered adding E-needstest tag. But this isn't about adding more tests (that's how I read "it passes lots of test"), its instead about adding either a dedicated bot, or incorporating the tests into some existing test suite? |
Closing, the JIT has been removed. |
./miri many-seeds: support MIRI_SEED_END to control the end of the seed range
We have JIT code now. It passes lots of tests, but we don't actually run them. Needs a bot.
The text was updated successfully, but these errors were encountered: