Skip to content

Commit a0f6352

Browse files
authored
Handle 32bit Debug desktop in end-to-end test (#70114)
1 parent a6a333a commit a0f6352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Compilers/CSharp/Test/EndToEnd/EndToEndTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ public void OverflowOnFluentCall_ExtensionMethods()
177177
{
178178
(8, ExecutionConfiguration.Debug, false) => 750,
179179
(8, ExecutionConfiguration.Release, false) => 750, // Should be ~3_400, but is flaky.
180+
(4, ExecutionConfiguration.Debug, true) => 450,
180181
(4, ExecutionConfiguration.Release, true) => 1_600,
181182
(8, ExecutionConfiguration.Debug, true) => 1_100,
182183
(8, ExecutionConfiguration.Release, true) => 3_300,

0 commit comments

Comments
 (0)