File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
src/libraries/System.Runtime/tests
System.Globalization.Calendars.Tests/Hybrid
System.Globalization.Tests/Hybrid Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,6 @@ jobs:
197
197
isWasmOnlyBuild : ${{ parameters.isWasmOnlyBuild }}
198
198
alwaysRun : true
199
199
scenarios :
200
- - WasmTestOnV8
201
200
- WasmTestOnChrome
202
201
- WasmTestOnFirefox
203
202
- WasmTestOnNodeJS
@@ -215,7 +214,6 @@ jobs:
215
214
isWasmOnlyBuild : ${{ parameters.isWasmOnlyBuild }}
216
215
alwaysRun : true
217
216
scenarios :
218
- - WasmTestOnV8
219
217
- WasmTestOnChrome
220
218
- WasmTestOnNodeJS
221
219
Original file line number Diff line number Diff line change 4
4
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
5
5
<TestRuntime >true</TestRuntime >
6
6
<HybridGlobalization >true</HybridGlobalization >
7
+ </PropertyGroup >
8
+ <PropertyGroup Condition =" '$(TargetOS)' == 'browser'" >
9
+ <!-- This doesn't run on V8 because https://github.com/dotnet/runtime/pull/101671 -->
10
+ <Scenario >WasmTestOnChrome</Scenario >
11
+ <TestArchiveTestsRoot >$(TestArchiveRoot)browserornodejs/</TestArchiveTestsRoot >
12
+ <TestArchiveTestsDir >$(TestArchiveTestsRoot)$(OSPlatformConfig)/</TestArchiveTestsDir >
13
+ <DefineConstants >$(DefineConstants);TARGET_BROWSER</DefineConstants >
14
+ <XunitShowProgress >true</XunitShowProgress >
7
15
</PropertyGroup >
8
16
<ItemGroup >
9
17
<Compile Include =" ..\System\Globalization\CalendarTestBase.cs" />
Original file line number Diff line number Diff line change 6
6
<IncludeRemoteExecutor >true</IncludeRemoteExecutor >
7
7
<HybridGlobalization >true</HybridGlobalization >
8
8
</PropertyGroup >
9
+ <PropertyGroup Condition =" '$(TargetOS)' == 'browser'" >
10
+ <!-- This doesn't run on V8 because https://github.com/dotnet/runtime/pull/101671 -->
11
+ <Scenario >WasmTestOnChrome</Scenario >
12
+ <TestArchiveTestsRoot >$(TestArchiveRoot)browserornodejs/</TestArchiveTestsRoot >
13
+ <TestArchiveTestsDir >$(TestArchiveTestsRoot)$(OSPlatformConfig)/</TestArchiveTestsDir >
14
+ <DefineConstants >$(DefineConstants);TARGET_BROWSER</DefineConstants >
15
+ <XunitShowProgress >true</XunitShowProgress >
16
+ </PropertyGroup >
9
17
<ItemGroup >
10
18
<Compile Include =" ..\CompareInfo\CompareInfoTestsBase.cs" />
11
19
<Compile Include =" ..\System\Globalization\TextInfoTests.cs" />
You can’t perform that action at this time.
0 commit comments