[all-commits] [llvm/llvm-project] 5b384c: [lldb][test] Adjust TestTargetReadInstructionsFlav...
David Spickett via All-commits
all-commits at lists.llvm.org
Fri Apr 11 06:16:03 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b384c3015100ad815f4d994d7ef35cc947db711
https://github.com/llvm/llvm-project/commit/5b384c3015100ad815f4d994d7ef35cc947db711
Author: David Spickett <david.spickett at linaro.org>
Date: 2025-04-11 (Fri, 11 Apr 2025)
Changed paths:
M lldb/test/API/python_api/target/read-instructions-flavor/TestTargetReadInstructionsFlavor.py
Log Message:
-----------
[lldb][test] Adjust TestTargetReadInstructionsFlavor skipIfs
Original in https://github.com/llvm/llvm-project/pull/134626 was
written as if it was "this or this" but it's "this and this".
So the test ran on AArch64 Linux, because Linux is not Windows.
Split out the Windows check to fix that.
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