Skip to content

Commit fc02fea

Browse files
jieyouxuNoratrieb
authored andcommitted
Note lldb debuginfo requires python310.dll to be present in PATH
1 parent 555f3de commit fc02fea

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/tests/compiletest.md

+11
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)