-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Labels
arch-arm64area-Codegen-JIT-monodisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issue
Milestone
Description
The DllImportGenerator test DllImportGenerator.IntegrationTests.BooleanTests.ValidateBoolIsMarshalledAsExpected fails on Mono ARM64 due to inconsistencies with sign extension.
This assert fails:
runtime/src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.Tests/BooleanTests.cs
Line 99 in 9362323
| Assert.Equal(VARIANT_TRUE, NativeExportsNE.ReturnVariantBoolAsUInt(true)); |
runtime/src/libraries/System.Runtime.InteropServices/tests/TestAssets/NativeExports/Booleans.cs
Line 19 in b201a16
| return input; |
Runfo Tracking Issue: DllImportGenerator.IntegrationTests.BooleanTests.ValidateBoolIsMarshalledAsExpected
| Build | Definition | Kind | Run Name |
|---|
Build Result Summary
| Day Hit Count | Week Hit Count | Month Hit Count |
|---|---|---|
| 0 | 0 | 0 |
Metadata
Metadata
Assignees
Labels
arch-arm64area-Codegen-JIT-monodisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issue