-
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
[wasm][aot] Test failure in System.Drawing.Primitives test suite #83394
Comments
Tagging subscribers to this area: @dotnet/area-system-drawing Issue DetailsDescriptionExpected result: pass
To reproduce: Testcase:
The testcase should print: Reproduction Steps. Expected behavior. Actual behavior. Regression?Yes Known Workarounds. ConfigurationNo response Other informationNo response
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsDescriptionExpected result: pass
To reproduce: Testcase:
The testcase should print: Reproduction Steps. Expected behavior. Actual behavior. Regression?Yes Known Workarounds. ConfigurationNo response Other informationNo response
|
Disabled in: |
@radekdoulik @vargaz any thoughts on this? |
It is still an issue. @radekdoulik, what might be the problem here? |
duplicate of #60585 |
Description
Expected result: pass
Actual result:
To reproduce:
./dotnet.sh build /t:Test /p:TargetOS=browser /p:TargetArchitecture=wasm /p:Configuration=Release /p:EnableAggressiveTrimming=true /p:RunAOTCompilation=true /p:WasmNativeStrip=false src/libraries/System.Drawing.Primitives/tests/
Testcase:
The testcase should print:
{X=-2147483648,Y=-2147483648,Width=-2147483648,Height=-2147483648}
With AOT it prints:
{X=2147483647,Y=2147483647,Width=2147483647,Height=2147483647}
Reproduction Steps
.
Expected behavior
.
Actual behavior
.
Regression?
Yes
Known Workarounds
.
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: