-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-Infrastructure-monoblocking-clean-ciBlocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'test-enhancementImprovements of test source codeImprovements of test source code
Milestone
Description
Runtime tests on mono still rely on using the PatchCoreCLRCoreRoot target, for architectures other than Android and Wasm:
Line 105 in ec26ee5
| <Target Name="PatchCoreClrCoreRoot"> |
This step is confusing when running the tests locally, time consuming, and brittle. It was necessary when the tests were first extended to work on mono, but work since should make it possible to use use a corerun build with mono.
Before actually removing the target we also need to make sure that the automated performance runs do not use it. @DrewScoggins
CoffeeFlux and lambdageek
Metadata
Metadata
Assignees
Labels
area-Infrastructure-monoblocking-clean-ciBlocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'test-enhancementImprovements of test source codeImprovements of test source code