Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Pre-consolidation mop up fixes #3 #27836

Merged
merged 2 commits into from
Nov 12, 2019
Merged

Conversation

trylek
Copy link
Member

@trylek trylek commented Nov 12, 2019

This change contains the remaining fixes I made while digging
through the PR run in the runtime repo:

  1. Some more repo-relative vs. coreclr-relative repo adjustments
    reflecting the migration process;

  2. Make sure that XunitTestBinBase always ends with a directory
    separator, otherwise my recent fix for Common folder exclusion
    doesn't work;

  3. Opportunistically shorten project names of two native interop
    test components - as the project name is repeated about 3-4 times
    in some intermediate paths, it quickly exceeds the standard
    Windows path length limit. Please note there's no functional
    change in the test.

Thanks

Tomas

This change contains the remaining fixes I made while digging
through the PR run in the runtime repo:

1) Some more repo-relative vs. coreclr-relative repo adjustments
reflecting the migration process;

2) Make sure that XunitTestBinBase always ends with a directory
separator, otherwise my recent fix for Common folder exclusion
doesn't work;

3) Opportunistically shorten project names of two native interop
test components - as the project name is repeated about 3-4 times
in some intermediate paths, it quickly exceeds the standard
Windows path length limit. Please note there's no functional
change in the test.

Thanks

Tomas
build.sh Outdated Show resolved Hide resolved
@trylek trylek merged commit 35e54e8 into dotnet:master Nov 12, 2019
@trylek trylek deleted the PreConsolidationMopUp3 branch November 12, 2019 19:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants