Skip to content

Commit bffe34e

Browse files
authored
[browser][MT] show progress in problematic unit tests (#105680)
1 parent 33de6f1 commit bffe34e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<DefineConstants>$(DefineConstants);TARGET_BROWSER</DefineConstants>
2828
<!-- This WASM test is slow on NodeJS. This sets the xharness timeout but there is also override in sendtohelix-browser.targets -->
2929
<WasmXHarnessTestsTimeout>01:15:00</WasmXHarnessTestsTimeout>
30+
<XunitShowProgress Condition="'$(FeatureWasmManagedThreads)' == 'true'">true</XunitShowProgress>
3031
</PropertyGroup>
3132

3233
<PropertyGroup Condition="'$(TargetPlatformIdentifier)' == 'android'">

src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System.Runtime.InteropServices.JavaScript.Tests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
<WasmNativeDebugSymbols>true</WasmNativeDebugSymbols>
2020
<WasmNativeStrip>false</WasmNativeStrip>
2121
</PropertyGroup>
22+
<PropertyGroup Condition="'$(FeatureWasmManagedThreads)' == 'true'">
23+
<XunitShowProgress>true</XunitShowProgress>
24+
</PropertyGroup>
2225
<ItemGroup>
2326
<Compile Include="$(MSBuildThisFileDirectory)System\Runtime\InteropServices\JavaScript\JavaScriptTestHelper.cs" />
2427
<Compile Include="$(MSBuildThisFileDirectory)System\Runtime\InteropServices\JavaScript\JSImportTest.cs" />

0 commit comments

Comments
 (0)