This is an archive of the discontinued LLVM Phabricator instance.

[lldb][test] Set minimum compiler_versions
ClosedPublic

Authored by kastiglione on Jan 24 2023, 3:54 PM.

Details

Summary

Set compiler_versions on these tests, as they fail if tested on lower compiler versions versions.

Diff Detail

Event Timeline

kastiglione created this revision.Jan 24 2023, 3:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 24 2023, 3:54 PM
kastiglione requested review of this revision.Jan 24 2023, 3:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 24 2023, 3:54 PM

These are failing on green dragon.

Michael137 accepted this revision.Jan 24 2023, 4:11 PM
This revision is now accepted and ready to land.Jan 24 2023, 4:11 PM

These are failing on green dragon.

Which job is failing? GreenDragon looks green to me so I must be looking in the wrong places. But also isn't green dragon using the current ToT compiler to build the tests?

Do you know what change in the compiler is causing these test failures? Are they all the same?

It's the LLDB matrix that's failing, where previous compiler versions are
also used.

JDevlieghere accepted this revision.Jan 25 2023, 3:01 PM

It's the LLDB matrix that's failing, where previous compiler versions are
also used.

Gotcha, that makes sense

aprantl accepted this revision.Jan 27 2023, 12:44 PM
This revision was automatically updated to reflect the committed changes.