[all-commits] [llvm/llvm-project] a1bbba: [lldb][test][Windows] Fix NonStop tests on case in...
David Spickett via All-commits
all-commits at lists.llvm.org
Tue Feb 27 01:35:04 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1bbba06eabc5ddf533e611d15fddcfd0a8e79db
https://github.com/llvm/llvm-project/commit/a1bbba06eabc5ddf533e611d15fddcfd0a8e79db
Author: David Spickett <david.spickett at linaro.org>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M lldb/test/API/tools/lldb-server/TestNonStop.py
Log Message:
-----------
[lldb][test][Windows] Fix NonStop tests on case insensitive file systems
On a case insensitive file sytem, the build dir for `test_multiple_c` and
`test_multiple_C` are the same and therefore the log files are in the same
place. This means one tries to clear the log file for the other.
To fix this, make the names unique by adding the meaning of each
protocol packet.
https://sourceware.org/gdb/current/onlinedocs/gdb.html/Packets.html#Packets
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list