Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public static void RunGetBitLengthTests()
}

[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.Is64BitProcess))] // OOM on 32 bit
[SkipOnPlatform(TestPlatforms.Browser, "OOM on browser due to large array allocations")]
[ActiveIssue("https://github.com/dotnet/runtime/issues/37093", TestPlatforms.Android)]
[OuterLoop("Allocates large arrays")]
[SkipOnPlatform(TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.Android | TestPlatforms.Browser, "OOM on browser and mobile due to large array allocations")]
public static void RunGetBitLengthTestsLarge()
{
// Very large cases
Expand Down