-
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] Loader/classloader/explicitlayout/NestedStructs/case04/case04.sh
failing with FAIL: object and non-object field overlap was not detected
#62303
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsRolling build, and Log
IIUC, this is a new test that was added in #61467 . cc @simonrozsival FYI, the diff from the previous passing rolling build - https://github.com/dotnet/runtime/compare/a61c1a3c..ad9979381706d1976e4d26e13cb88d6147264968 And it slipped through because we are not running the wasm/RuntimeTests on PRs. @lewing @steveisok Should we enable them for wasm on PRs? Or maybe based on some path changes?
|
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
@simonrozsival wasm is 32-bit. Maybe this test only has overlapping fields on 64-bit platforms? |
Yea this field doesn't actually overlap the object on a 32-bit arch
|
@lambdageek Yes, that should be the problem. In the other tests the conflicting fields have the same explicit field offset. In |
Rolling build, and Log
IIUC, this is a new test that was added in #61467 . cc @simonrozsival
FYI, the diff from the previous passing rolling build - https://github.com/dotnet/runtime/compare/a61c1a3c..ad9979381706d1976e4d26e13cb88d6147264968
And it slipped through because we are not running the wasm/RuntimeTests on PRs. @lewing @steveisok Should we enable them for wasm on PRs? Or maybe based on some path changes?
The text was updated successfully, but these errors were encountered: