File tree Expand file tree Collapse file tree 4 files changed +21
-5
lines changed
System.Globalization.Calendars/tests/Hybrid
System.Globalization/tests/Hybrid Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 9
9
<clear />
10
10
<!-- Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
11
11
<!-- Begin: Package sources from dotnet-emsdk -->
12
- <add key =" darc-pub-dotnet-emsdk-a3c7d82 " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-a3c7d820 /nuget/v3/index.json" />
12
+ <add key =" darc-pub-dotnet-emsdk-f0463b3 " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-f0463b32 /nuget/v3/index.json" />
13
13
<!-- End: Package sources from dotnet-emsdk -->
14
14
<!-- Begin: Package sources from dotnet-sdk -->
15
15
<!-- End: Package sources from dotnet-sdk -->
Original file line number Diff line number Diff line change 92
92
</Dependency >
93
93
<Dependency Name =" Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100" Version =" 8.0.7" >
94
94
<Uri >https://github.com/dotnet/emsdk</Uri >
95
- <Sha >a3c7d8205559d673de8b7cdafd6d80d5f4d2cfed </Sha >
95
+ <Sha >f0463b32eee396d2d1caac58b271d683c7da2333 </Sha >
96
96
</Dependency >
97
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.emsdk" Version =" 8.0.7-servicing.24270.2 " >
97
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.emsdk" Version =" 8.0.7-servicing.24277.3 " >
98
98
<Uri >https://github.com/dotnet/emsdk</Uri >
99
- <Sha >a3c7d8205559d673de8b7cdafd6d80d5f4d2cfed </Sha >
99
+ <Sha >f0463b32eee396d2d1caac58b271d683c7da2333 </Sha >
100
100
<SourceBuild RepoName =" emsdk" ManagedOnly =" true" />
101
101
</Dependency >
102
102
<Dependency Name =" Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version =" 8.0.0-alpha.1.24257.2" >
Original file line number Diff line number Diff line change 5
5
<TestRuntime >true</TestRuntime >
6
6
<HybridGlobalization >true</HybridGlobalization >
7
7
</PropertyGroup >
8
+ <PropertyGroup Condition =" '$(TargetOS)' == 'browser'" >
9
+ <!-- This doesn't run on V8 because https://github.com/dotnet/runtime/pull/101671 -->
10
+ <Scenario >WasmTestOnBrowser</Scenario >
11
+ <TestArchiveTestsRoot >$(TestArchiveRoot)browserornodejs/</TestArchiveTestsRoot >
12
+ <TestArchiveTestsDir >$(TestArchiveTestsRoot)$(OSPlatformConfig)/</TestArchiveTestsDir >
13
+ <DefineConstants >$(DefineConstants);TARGET_BROWSER</DefineConstants >
14
+ <XunitShowProgress >true</XunitShowProgress >
15
+ </PropertyGroup >
8
16
<ItemGroup >
9
17
<Compile Include =" ..\System\Globalization\CalendarTestBase.cs" />
10
18
<Compile Include =" ..\System\Globalization\ChineseLunisolarCalendarTests.cs" />
106
114
<Compile Include =" ..\ThaiBuddhistCalendar\ThaiBuddhistCalendarTwoDigitYearMax.cs" />
107
115
<Compile Include =" $(CommonTestPath)System\RandomDataGenerator.cs" />
108
116
</ItemGroup >
109
- </Project >
117
+ </Project >
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 >WasmTestOnBrowser</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