jit-diff handling of errors (e.g., JIT asserts) should be improved
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
Research direction
Reproduce the reported jit-diff command and inspect the error-handling path behind “Dasm commands returned with total of 2 failures.” Trace where the generated *.err files and diff compiler results are handled. Done means the output identifies the relevant .err paths and processing continues to produce available diffs after JIT asserts.
Written by the indexing model from the issue text.
Description
I ran diffs with:
jit-diff diff -o c:\diffs -t 4 -a -f -v --test_root c:\gh\coreclr\bin\tests\Windows_NT.x86.Release --core_root c:\gh\coreclr\bin\tests\Windows_NT.x86.checked\Tests\Core_Root -b e:\gh\coreclr2\bin\Product\Windows_NT.x86.checked -d c:\gh\coreclr\bin\Product\Windows_NT.x86.checked
It ran all baselines (as far as I know), but two failed with asserts. It then output:
Dasm commands returned with total of 2 failures
and stopped.
This message is not useful. It should print out the file paths of the *.err files that were generated, capturing the errors.
It should also continue, running the diff compiler as well, so I get as many diffs as possible.
- Dominant language
- C#
- Stars
- 161
- Forks
- 69
- Avg merge
- 1h 56m
- Merged PRs (30d)
- 1
Contributor guide
No contributing guide indexed for this repository
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.
More from dotnet/jitutils
-
Difficulty 2/5 1-2 days Newbie friendliness 62/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·