rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
98.55k stars 12.74k forks source link

Add regression tests for rust-lldb python wrappers #76288

Open pnkfelix opened 4 years ago

pnkfelix commented 4 years ago

I am posting this issue mostly as a reminder that we should investigate why our current test suite didn't seem to catch the breakage from #76006 on any of our CI platforms

ehuss commented 4 years ago

Looking through the history, it doesn't appear that there were ever any tests added for the python wrappers.

However, I did notice something concerning (unrelated to the above issue). All of the // rust-lldb tests are no longer being run with lldb. These are tests that are intended to run with the rust-variant of lldb, but that has been removed (#72058). The following tests are affected:

I'm not sure if any of these tests specifically need to be a "rust" variant of lldb, or just need a relatively new version of lldb. The rust-variant requirement was added in #54764.

I tried running some of the tests with my system lldb, and the format of the output has changed, so they seem to fail.