mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 01:50:53 +09:00
[wasm] Switch off HybridGlobalization
lane on v8 on CI (#101671)
* Stop testing on v8. * Try to block by scenario, * Limit scenarios. This reverts commit 38f64f7a8619b427f1b5c617db5dead7d8f194ee.
This commit is contained in:
parent
3fac575b73
commit
2ad47cd52e
3 changed files with 16 additions and 2 deletions
|
@ -197,7 +197,6 @@ jobs:
|
|||
isWasmOnlyBuild: ${{ parameters.isWasmOnlyBuild }}
|
||||
alwaysRun: true
|
||||
scenarios:
|
||||
- WasmTestOnV8
|
||||
- WasmTestOnChrome
|
||||
- WasmTestOnFirefox
|
||||
- WasmTestOnNodeJS
|
||||
|
@ -215,7 +214,6 @@ jobs:
|
|||
isWasmOnlyBuild: ${{ parameters.isWasmOnlyBuild }}
|
||||
alwaysRun: true
|
||||
scenarios:
|
||||
- WasmTestOnV8
|
||||
- WasmTestOnChrome
|
||||
- WasmTestOnNodeJS
|
||||
|
||||
|
|
|
@ -5,6 +5,14 @@
|
|||
<TestRuntime>true</TestRuntime>
|
||||
<HybridGlobalization>true</HybridGlobalization>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(TargetOS)' == 'browser'">
|
||||
<!-- This doesn't run on V8 because https://github.com/dotnet/runtime/pull/101671 -->
|
||||
<Scenario>WasmTestOnChrome</Scenario>
|
||||
<TestArchiveTestsRoot>$(TestArchiveRoot)browserornodejs/</TestArchiveTestsRoot>
|
||||
<TestArchiveTestsDir>$(TestArchiveTestsRoot)$(OSPlatformConfig)/</TestArchiveTestsDir>
|
||||
<DefineConstants>$(DefineConstants);TARGET_BROWSER</DefineConstants>
|
||||
<XunitShowProgress>true</XunitShowProgress>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\System\Globalization\CalendarTestBase.cs" />
|
||||
<Compile Include="..\System\Globalization\ChineseLunisolarCalendarTests.cs" />
|
||||
|
|
|
@ -6,6 +6,14 @@
|
|||
<IncludeRemoteExecutor>true</IncludeRemoteExecutor>
|
||||
<HybridGlobalization>true</HybridGlobalization>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(TargetOS)' == 'browser'">
|
||||
<!-- This doesn't run on V8 because https://github.com/dotnet/runtime/pull/101671 -->
|
||||
<Scenario>WasmTestOnChrome</Scenario>
|
||||
<TestArchiveTestsRoot>$(TestArchiveRoot)browserornodejs/</TestArchiveTestsRoot>
|
||||
<TestArchiveTestsDir>$(TestArchiveTestsRoot)$(OSPlatformConfig)/</TestArchiveTestsDir>
|
||||
<DefineConstants>$(DefineConstants);TARGET_BROWSER</DefineConstants>
|
||||
<XunitShowProgress>true</XunitShowProgress>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\CompareInfo\CompareInfoTestsBase.cs" />
|
||||
<Compile Include="..\System\Globalization\TextInfoTests.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue