Description
The System.Runtime.Tests/InvariantTimezone/System.Runtime.InvariantTimezone.Tests.csproj
tests fail on CoreCLR Android.
See pipeline logs.
The .csproj
file contains
<InvariantTimezone>true</InvariantTimezone>
which doesn't seem to work.
Reproduction Steps
Runtime build configuration:
build.sh -a x64 -os android -s clr.runtime+clr.alljits+clr.corelib+clr.nativecorelib+clr.tools+clr.packages+libs+libs.tests+host+packs -c Release /p:ArchiveTests=true /p:RunSmokeTestsOnly=True
Building the test project and running the .apk
results in failed tests.
Expected behavior
The tests pass on the pipeline.
Actual behavior
The tests fail.