This is an archive of the discontinued LLVM Phabricator instance.

Run libc++ tests on AArch64 Windows-to-Linux cross builders
ClosedPublic

Authored by broadwaylamb on Sep 2 2020, 3:20 PM.

Diff Detail

Event Timeline

broadwaylamb created this revision.Sep 2 2020, 3:20 PM
broadwaylamb requested review of this revision.Sep 2 2020, 3:20 PM
vvereschaka accepted this revision.Sep 2 2020, 6:26 PM

Hi Sergej,

I have tested the libc++ tests with our aarch64 target on the Windows builder. It works fine:

Testing Time: 3435.66s
  Unsupported      :  229
  Passed           : 6118
  Expectedly Failed:   52

Thanks.

This revision is now accepted and ready to land.Sep 2 2020, 6:26 PM
andreil99 accepted this revision.Sep 2 2020, 10:26 PM

Thanks, Sergej!