-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Test Failed: NETClient COM tests fail on Windows/arm #11360
Comments
These tests now work fine on my local Windows ARM64 device. I just had to patch registry as follows: |
@AaronRobinsonMSFT Is it correct that this "Future", not "3.0"? |
@BruceForstall Unclear. I am not sure how important this scenario is for 3.0. cc @jeffschwMSFT. |
This is now blocking the official build.
|
The official build break has been fixed, moving back to Future. |
Failed again in run: runtime-coreclr outerloop 20230121.3 Failed tests:
Error message:
Stack trace:
|
@AaronRobinsonMSFT, it failed in an outerloop test. PTAL. |
The stack here seems to indicate the managed exception stack trace logic is failing during an attempt to allocate an array. Also, this seems to be during the run of crossgen2. I will take a look, but I think @trylek or someone from @dotnet/crossgen-contrib may be able to offer more insight.
|
Thanks @AaronRobinsonMSFT. |
The following tests were disabled in and
Re-enable tests by reverting Disable failing on Windows/ARM Interop/COM tests coreclr#20675
Interop/COM/NETClients/Primitives/NETClientPrimitives
Interop/COM/NativeClients/Primitives
Interop/COM/NETClients/IDispatch/NETClientIDispatch
Interop/COM/NETClients/Aggregation/NETClientAggregation
Re-enable tests by reverting Exclude /Interop/COM/NETClients/Events/NETClientEvent for arm32 Windows. coreclr#22785
Interop/COM/NETClientEvents
The text was updated successfully, but these errors were encountered: