MIRI tests
Open
Nobody has claimed this yet.
wontfix
- Dominant language
- Rust
- Stars
- 24.1k
- Forks
- 2k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 365
Description
I'm trying to get the tests passing under MIRI which does dynamic analysis. Is there a way to automatically keep going after each failed test or do you have to blacklist every failing tests like this?
MIRIFLAGS="-Zmiri-disable-isolation" cargo miri test -- --skip common::util::tests::test_check_coreutil_version --skip common::util::tests::test_expected_result --skip execution_phrase_double --skip execution_phrase_single
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the provided MIRIFLAGS and cargo miri test command, including its listed skipped tests, to reproduce the behavior. Investigate whether the test runner or Miri supports continuing after failures; done should be a documented or configured way to proceed without manually adding each failing test to the blacklist.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100