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 @@ -1458,7 +1458,7 @@ public async Task PatternsDataSet_ConstructRegexForAll_NonBacktracking()
}

[OuterLoop("Takes minutes to generate and compile thousands of expressions")]
[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.Is64BitProcess))] // consumes a lot of memory
public void PatternsDataSet_ConstructRegexForAll_SourceGenerated()
{
Parallel.ForEach(s_patternsDataSet.Value.Chunk(50), chunk =>
Expand Down