This is an archive of the discontinued LLVM Phabricator instance.

Fix buidbot failure by disabling test
ClosedPublic

Authored by tarunprabhu on Jul 10 2023, 12:28 PM.

Diff Detail

Repository
rT test-suite

Event Timeline

tarunprabhu created this revision.Jul 10 2023, 12:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2023, 12:28 PM
luporl accepted this revision.Jul 10 2023, 12:43 PM

Thanks! All tests now pass on my AArch64 setup.

I think the following line in the test is responsible for detecting whether the target supports REAL(10) or not.
{ dg-require-effective-target fortran_real_10 }

This revision is now accepted and ready to land.Jul 10 2023, 12:43 PM

I think the following line in the test is responsible for detecting whether the target supports REAL(10) or not.
{ dg-require-effective-target fortran_real_10 }

Thanks for looking into it. There are several DejaGNU directives that are currently not handled by the build system. It looks like this is another of them. I'll keep it in mind when tweaking the build system to handle some of the other currently failing tests.

Can we commit this fix? There are 5 AArch64 bots broken for more than a day now.

Can we commit this fix? There are 5 AArch64 bots broken for more than a day now.

Done. Sorry, I thought I had pushed this, but I hadn't.