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:
|
if test_filter_path is None: |
|
os.environ["__Exclude"] = os.path.join(coreclr_repo_location, "tests", "issues.targets") |
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.