File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,17 @@ test based on the debugger currently being used:
254254 NOTE: The "Rust" version of LLDB doesn't exist anymore, so this will always be ignored.
255255 This should probably be removed.
256256
257+ > ** Note on running lldb debuginfo tests locally**
258+ >
259+ > If you want to run lldb debuginfo tests locally, then currently on Windows it is required that:
260+ >
261+ > - You have ** exactly** Python 3.10 installed -- not a newer version, not an older version,
262+ > precisely 3.10.
263+ > - You have the ` python310.dll ` available in your ` PATH ` env var. This is not provided by the
264+ > standard Python installer you obtain from ` python.org ` ; you need to add this to ` PATH ` manually.
265+ >
266+ > Otherwise the lldb debuginfo tests can produce crashes in mysterious ways.
267+
257268[ `tests/debuginfo` ] : https://github.com/rust-lang/rust/tree/master/tests/debuginfo
258269
259270
You can’t perform that action at this time.
0 commit comments