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

Combine ExcludeList in AltJit scenarios for both host and altjit archs #21018

Merged
merged 7 commits into from
Nov 15, 2018
Merged

Combine ExcludeList in AltJit scenarios for both host and altjit archs #21018

merged 7 commits into from
Nov 15, 2018

Conversation

echesakov
Copy link

Right now during x86_arm altjit scenario we combine all exclusions defined in ExcludeList in issues.targets for BuildArch==x86 (but not for BuildArch==arm). However, some of the tests would fail when arm targeting JIT runs (e.g. #20631).
This change would combine exclusions for both BuildArch and AltJitArch.

@jashook I re-did these PR as you suggested in #20827
Also confirmed in dev/unix_test_workflow that this indeed re-build xunit wrappers during runtest.py and solves the original issue.

Fixes #20631

@echesakov echesakov merged commit 356a08f into dotnet:master Nov 15, 2018
@echesakov echesakov deleted the CombineExcludeListBuildArchAltJitArch branch November 15, 2018 18:43
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
dotnet/coreclr#21018)

* Add -altjitarch command line argument in tests/runtest.cmd and -altjit_arch in tests/runtest.py

* Specify altjitarch in for x86_arm_altjit and x64_arm64_altjit jobs in netci.groovy

* Use AltJitArch MSBuild variable in tests/issues.targets to exclude tests based on either BuildArch or AltJitArch since both two JITs are running in altjit scenarios

Commit migrated from dotnet/coreclr@356a08f
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants