-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Infra fixes for bugs uncovered by testing of the JIT/Methodical merged tests #67393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ich files to skip running the Mono AOT compiler on (some tests fail at AOT time, so we need this to work around that limitation)
…ion list creation
…es issues with Helix test uploading.
… we correctly report failures and don't report a test harness failure.
Pre-emptively mark another test as RequiresProcessIsolation as I stumbled upon it while fixing this
Due to Pri0 / Pri1 test grouping we may end up building the wrapper in a different group than its components. Make sure that we populate all native components of merged wrapper dependencies before we copy them over to the merged wrapper output folder. Thanks Tomas
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsThis is a series of changes made by Jeremy and myself based on our observations from lab testing Thanks Tomas
|
src/tests/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTestMultiModule.ilproj
Outdated
Show resolved
Hide resolved
…est/UnitTestMultiModule.ilproj
This is a series of changes made by Jeremy and myself based on our observations from lab testing
of the JIT/Methodical switchover to use merged test wrappers. They deal with various previously
unseen special cases like passing payloads for out-of-process tests to Helix, proper propagation
of test exclusion list (issues.targets) to the generated merged wrapper and multiple fixes for Mono.
Thanks
Tomas