Skip to content

[Android] System.Runtime.InvariantTimezone.Tests.csproj fails on CoreCLR Android #117658

@davidnguyen-tech

Description

@davidnguyen-tech

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.

Metadata

Metadata

Type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions