File tree Expand file tree Collapse file tree
Microsoft.VisualBasic.Core/tests
System.IO.FileSystem.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <IncludeRemoteExecutor >true</IncludeRemoteExecutor >
44 <TargetFrameworks >$(NetCoreAppCurrent);$(NetFrameworkCurrent)</TargetFrameworks >
55 </PropertyGroup >
6+ <PropertyGroup Condition =" '$(TargetOS)' == 'browser' and '$(WasmEnableThreads)' == 'true'" >
7+ <WasmXHarnessMaxParallelThreads >1</WasmXHarnessMaxParallelThreads >
8+ <XunitShowProgress >true</XunitShowProgress >
9+ <!-- VSF is emulated on the UI thread and all calls are slow because they are marshaled -->
10+ <WasmXHarnessTestsTimeout >01:15:00</WasmXHarnessTestsTimeout >
11+ </PropertyGroup >
612 <ItemGroup >
713 <Compile Include =" $(CoreLibSharedDir)System\Runtime\CompilerServices\IsExternalInit.cs" Link =" Common\System\Runtime\CompilerServices\IsExternalInit.cs" />
814 <Compile Include =" AssemblyAttributes.cs" />
Original file line number Diff line number Diff line change 1717 </PropertyGroup >
1818
1919 <PropertyGroup Condition =" '$(TargetOS)' == 'browser' and '$(WasmEnableThreads)' == 'true'" >
20+ <WasmXHarnessMaxParallelThreads >1</WasmXHarnessMaxParallelThreads >
21+ <XunitShowProgress >true</XunitShowProgress >
2022 <!-- VSF is emulated on the UI thread and all calls are slow because they are marshaled -->
2123 <WasmXHarnessTestsTimeout >01:15:00</WasmXHarnessTestsTimeout >
2224 </PropertyGroup >
Original file line number Diff line number Diff line change 77 <WasmXHarnessMonoArgs >--working-dir=/test-dir</WasmXHarnessMonoArgs >
88 </PropertyGroup >
99 <PropertyGroup Condition =" '$(TargetOS)' == 'browser' and '$(WasmEnableThreads)' == 'true'" >
10+ <WasmXHarnessMaxParallelThreads >1</WasmXHarnessMaxParallelThreads >
11+ <XunitShowProgress >true</XunitShowProgress >
1012 <!-- VSF is emulated on the UI thread and all calls are slow because they are marshaled -->
1113 <WasmXHarnessTestsTimeout >01:15:00</WasmXHarnessTestsTimeout >
1214 </PropertyGroup >
Original file line number Diff line number Diff line change 66 <IncludeRemoteExecutor >true</IncludeRemoteExecutor >
77 <TargetFramework >$(NetCoreAppCurrent)</TargetFramework >
88 </PropertyGroup >
9+ <PropertyGroup Condition =" '$(TargetOS)' == 'browser' and '$(WasmEnableThreads)' == 'true'" >
10+ <WasmXHarnessMaxParallelThreads >1</WasmXHarnessMaxParallelThreads >
11+ <XunitShowProgress >true</XunitShowProgress >
12+ <!-- VSF is emulated on the UI thread and all calls are slow because they are marshaled -->
13+ <WasmXHarnessTestsTimeout >01:15:00</WasmXHarnessTestsTimeout >
14+ </PropertyGroup >
915 <ItemGroup >
1016 <Compile Include =" IndentedTextWriter.cs" />
1117 <Compile Include =" BinaryReader\BinaryReaderTests.cs" />
Original file line number Diff line number Diff line change 247247 <!-- VSF is emulated on the UI thread and all calls are slow because they are marshaled -->
248248 <Timeout Condition =" '%(FileName)' == 'System.IO.FileSystem.Tests' and '$(WasmEnableThreads)' == 'true'" >01:20:00</Timeout >
249249 <Timeout Condition =" '%(FileName)' == 'System.Private.Xml.Tests' and '$(WasmEnableThreads)' == 'true'" >01:20:00</Timeout >
250+ <Timeout Condition =" '%(FileName)' == 'Microsoft.VisualBasic.Core.Tests' and '$(WasmEnableThreads)' == 'true'" >01:20:00</Timeout >
251+ <Timeout Condition =" '%(FileName)' == 'System.IO.Tests' and '$(WasmEnableThreads)' == 'true'" >01:20:00</Timeout >
250252 </HelixWorkItem >
251253 </ItemGroup >
252254
You can’t perform that action at this time.
0 commit comments