Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tests/JIT/jit64/regress/vsw/373472/test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

public class StrideTest
{
[ActiveIssue("Allocates large contiguous array that is not consistently available on 32-bit platforms", typeof(PlatformDetection), nameof(PlatformDetection.IsArmProcess))]
[ActiveIssue("Allocates large contiguous array that is not consistently available on 32-bit processes", typeof(PlatformDetection), nameof(PlatformDetection.Is32BitProcess))]
[Fact]
public static int TestEntryPoint()
{
Expand Down
7 changes: 6 additions & 1 deletion src/tests/JIT/jit64/regress/vsw/373472/test.il
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,15 @@
01 00 00 00
)
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.ActiveIssueAttribute::.ctor(string, class [mscorlib]System.Type, string[]) = {
string('Allocates large contiguous array that is not consistently available')
string('Allocates large contiguous array that is not consistently available on Apple Mobile')
type([TestLibrary]TestLibrary.PlatformDetection)
string[1] ('IsAppleMobile')
}
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.ActiveIssueAttribute::.ctor(string, class [mscorlib]System.Type, string[]) = {
string('Allocates large contiguous array that is not consistently available on 32-bit processes')
type([TestLibrary]TestLibrary.PlatformDetection)
string[1] ('Is32BitProcess')
}
Comment thread
dhartglassMSFT marked this conversation as resolved.
.entrypoint
// Code size 40 (0x28)
.maxstack 2
Expand Down