File tree 1 file changed +11
-0
lines changed
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:
254
254
NOTE: The "Rust" version of LLDB doesn't exist anymore, so this will always be ignored.
255
255
This should probably be removed.
256
256
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
+
257
268
[ `tests/debuginfo` ] : https://github.com/rust-lang/rust/tree/master/tests/debuginfo
258
269
259
270
You can’t perform that action at this time.
0 commit comments