You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
Tested on Fedora 32, as per runtest.cmd should affect Windows as well.
On "all" selection -test_filter_path parameter for tests/CoreCLR/runtest.py is omitted and we getting into this branch:
There is no tests/issues.targets file. Probably this one meant to be used but somehow wasn't added. Git history gives no clue.
I see this wasn't detected because tests/runtest.sh -coreclr defaults to Top200.
The text was updated successfully, but these errors were encountered:
I don't think anyone ran all CoreCLR Pri-0 tests on Linux before.
We're in the process of migrating the repo to dotnet/runtimelab where we will use the same test runner as CoreCLR. Most of it should already work, but haven't looked at failures yet.
Wanted to contribue, I guess I have fix for #8246 and now looking to test it properly.
Btw I borrowed issues.targets from CoreCLR and had really hot ~90 mins running it. I never thought I would want swap partition enabled until my Firefox and VsCode were killed during test run. Most of the tests have failed for obvious reasons.
Tested on Fedora 32, as per
runtest.cmd
should affect Windows as well.On "all" selection
-test_filter_path
parameter fortests/CoreCLR/runtest.py
is omitted and we getting into this branch:corert/tests/CoreCLR/runtest.py
Lines 1873 to 1874 in b06c72e
There is no
tests/issues.targets
file. Probably this one meant to be used but somehow wasn't added. Git history gives no clue.I see this wasn't detected because
tests/runtest.sh -coreclr
defaults to Top200.The text was updated successfully, but these errors were encountered: