This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Skip the new mte_core_file test like other MTE tests
AbandonedPublic

Authored by gribozavr on Jul 26 2022, 8:52 AM.

Details

Summary

The current exclusion is checking the LLVM backend, but it should be
checking the target platform.

Diff Detail

Event Timeline

gribozavr created this revision.Jul 26 2022, 8:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2022, 8:52 AM
gribozavr requested review of this revision.Jul 26 2022, 8:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2022, 8:52 AM

(@DavidSpickett )

I don't think this is correct, as we should be able to open the core file on non-arm machines as well. The x86 bot (https://lab.llvm.org/buildbot/#/builders/68) seems to be fine with this.

The windows bot is also ok with it https://lab.llvm.org/buildbot/#/builders/83/builds/21772.

What setup did you have issues on and what did the errors say?

gribozavr abandoned this revision.Jul 31 2022, 8:18 AM