Skip to content

Commit 68d3b9e

Browse files
authored
[wasm] Remove all XunitShowProgress=true (#103621)
1 parent 2a779ab commit 68d3b9e

File tree

13 files changed

+2
-21
lines changed

13 files changed

+2
-21
lines changed

src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
</PropertyGroup>
77

88
<PropertyGroup Condition="'$(TargetOS)' == 'browser'">
9-
<XunitShowProgress>true</XunitShowProgress>
109
<!-- This WASM test is problematic and slow right now. This sets the xharness timeout but there is also override in sendtohelix-browser.targets -->
1110
<WasmXHarnessTestsTimeout>01:15:00</WasmXHarnessTestsTimeout>
1211
</PropertyGroup>

src/libraries/System.Memory/tests/System.Memory.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(TargetOS)' == 'browser'">
10-
<XunitShowProgress>true</XunitShowProgress>
1110
<!-- This WASM test is problematic and slow right now. This sets the xharness timeout but there is also override in sendtohelix-browser.targets -->
1211
<WasmXHarnessTestsTimeout>01:15:00</WasmXHarnessTestsTimeout>
1312
</PropertyGroup>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<TestArchiveTestsRoot>$(TestArchiveRoot)browserornodejs/</TestArchiveTestsRoot>
2525
<TestArchiveTestsDir>$(TestArchiveTestsRoot)$(OSPlatformConfig)/</TestArchiveTestsDir>
2626
<DefineConstants>$(DefineConstants);TARGET_BROWSER</DefineConstants>
27-
<XunitShowProgress>true</XunitShowProgress>
2827
<!-- This WASM test is problematic and slow right now. This sets the xharness timeout but there is also override in sendtohelix-browser.targets -->
2928
<WasmXHarnessTestsTimeout>01:15:00</WasmXHarnessTestsTimeout>
3029
</PropertyGroup>

src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
<TestArchiveTestsRoot>$(TestArchiveRoot)browserornodejs/</TestArchiveTestsRoot>
1414
<TestArchiveTestsDir>$(TestArchiveTestsRoot)$(OSPlatformConfig)/</TestArchiveTestsDir>
1515
<DefineConstants>$(DefineConstants);TARGET_BROWSER</DefineConstants>
16-
<XunitShowProgress>true</XunitShowProgress>
17-
1816
<!-- This WASM test is problematic and slow right now. This sets the xharness timeout but there is also override in sendtohelix-browser.targets -->
1917
<WasmXHarnessTestsTimeout>01:15:00</WasmXHarnessTestsTimeout>
2018
<WasmXHarnessMaxParallelThreads>1</WasmXHarnessMaxParallelThreads>

src/libraries/System.Private.Xml/tests/System.Private.Xml.Tests.csproj

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
55
</PropertyGroup>
66

7-
<PropertyGroup Condition="'$(TargetOS)' == 'browser'">
8-
<XunitShowProgress>true</XunitShowProgress>
9-
<!-- This WASM test is problematic and slow right now. This sets the xharness timeout but there is also override in sendtohelix-browser.targets -->
10-
<WasmXHarnessTestsTimeout>01:15:00</WasmXHarnessTestsTimeout>
11-
</PropertyGroup>
12-
137
<ItemGroup>
148
<RdXmlFile Include="default.rd.xml" />
159
</ItemGroup>
@@ -20,7 +14,8 @@
2014
<TestArchiveTestsRoot>$(TestArchiveRoot)browserornodejs/</TestArchiveTestsRoot>
2115
<TestArchiveTestsDir>$(TestArchiveTestsRoot)$(OSPlatformConfig)/</TestArchiveTestsDir>
2216
<DefineConstants>$(DefineConstants);TARGET_BROWSER</DefineConstants>
23-
<XunitShowProgress>true</XunitShowProgress>
17+
<!-- This WASM test is problematic and slow right now. This sets the xharness timeout but there is also override in sendtohelix-browser.targets -->
18+
<WasmXHarnessTestsTimeout>01:15:00</WasmXHarnessTestsTimeout>
2419
</PropertyGroup>
2520

2621
<ItemGroup>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<DefineConstants Condition="'$(FeatureWasmManagedThreads)' == 'true'">$(DefineConstants);FEATURE_WASM_MANAGED_THREADS</DefineConstants>
1313
<!-- Use following lines to write the generated files to disk. -->
1414
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
15-
<!-- to see timing and which test aborted the runtime -->
16-
<XunitShowProgress>true</XunitShowProgress>
1715
<WasmXHarnessMaxParallelThreads>1</WasmXHarnessMaxParallelThreads>
1816
</PropertyGroup>
1917
<!-- Make debugging easier -->

src/libraries/System.Runtime/tests/System.Globalization.Calendars.Tests/Hybrid/System.Globalization.Calendars.Hybrid.WASM.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<TestArchiveTestsRoot>$(TestArchiveRoot)browserornodejs/</TestArchiveTestsRoot>
1212
<TestArchiveTestsDir>$(TestArchiveTestsRoot)$(OSPlatformConfig)/</TestArchiveTestsDir>
1313
<DefineConstants>$(DefineConstants);TARGET_BROWSER</DefineConstants>
14-
<XunitShowProgress>true</XunitShowProgress>
1514
</PropertyGroup>
1615
<ItemGroup>
1716
<Compile Include="..\System\Globalization\CalendarTestBase.cs" />

src/libraries/System.Runtime/tests/System.Globalization.Tests/Hybrid/System.Globalization.Hybrid.WASM.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<TestArchiveTestsRoot>$(TestArchiveRoot)browserornodejs/</TestArchiveTestsRoot>
1313
<TestArchiveTestsDir>$(TestArchiveTestsRoot)$(OSPlatformConfig)/</TestArchiveTestsDir>
1414
<DefineConstants>$(DefineConstants);TARGET_BROWSER</DefineConstants>
15-
<XunitShowProgress>true</XunitShowProgress>
1615
</PropertyGroup>
1716
<ItemGroup>
1817
<Compile Include="..\CompareInfo\CompareInfoTestsBase.cs" />

src/libraries/System.Runtime/tests/System.Threading.Tasks.Tests/System.Threading.Tasks.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
66
</PropertyGroup>
77
<PropertyGroup Condition="'$(TargetOS)' == 'browser'">
8-
<XunitShowProgress>true</XunitShowProgress>
98
<_WasmPThreadPoolUnusedSize>10</_WasmPThreadPoolUnusedSize>
109
</PropertyGroup>
1110
<ItemGroup>

src/libraries/System.Text.Json/tests/System.Text.Json.Tests/System.Text.Json.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<Features>$(Features.Replace('nullablePublicOnly', '')</Features>
2424
</PropertyGroup>
2525
<PropertyGroup Condition="'$(TargetOS)' == 'browser'">
26-
<XunitShowProgress>true</XunitShowProgress>
2726
<!-- This WASM test is problematic and slow right now. This sets the xharness timeout but there is also override in sendtohelix-browser.targets -->
2827
<WasmXHarnessTestsTimeout>01:15:00</WasmXHarnessTestsTimeout>
2928
<WasmXHarnessMaxParallelThreads>1</WasmXHarnessMaxParallelThreads>

src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
77
</PropertyGroup>
88
<PropertyGroup Condition="'$(TargetOS)' == 'browser'">
9-
<XunitShowProgress>true</XunitShowProgress>
109
<_WasmPThreadPoolUnusedSize>10</_WasmPThreadPoolUnusedSize>
1110
</PropertyGroup>
1211
<ItemGroup>

src/libraries/System.Threading.ThreadPool/tests/System.Threading.ThreadPool.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<TestRuntime>true</TestRuntime>
66
</PropertyGroup>
77
<PropertyGroup Condition="'$(TargetOS)' == 'browser'">
8-
<XunitShowProgress>true</XunitShowProgress>
98
<_WasmPThreadPoolUnusedSize>10</_WasmPThreadPoolUnusedSize>
109
</PropertyGroup>
1110
<ItemGroup>

src/libraries/System.Threading/tests/System.Threading.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
</PropertyGroup>
88
<PropertyGroup Condition="'$(TargetOS)' == 'browser'">
9-
<XunitShowProgress>true</XunitShowProgress>
109
<_WasmPThreadPoolUnusedSize>10</_WasmPThreadPoolUnusedSize>
1110
</PropertyGroup>
1211
<ItemGroup>

0 commit comments

Comments
 (0)