[Lldb-commits] [lldb] e9e06be - [lldb][AArch64][NFC] Move a comment in GCS tests
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 27 05:28:48 PST 2025
Author: David Spickett
Date: 2025-01-27T13:27:31Z
New Revision: e9e06bea8661ddd474557a0db2cdc8770a55b66f
URL: https://github.com/llvm/llvm-project/commit/e9e06bea8661ddd474557a0db2cdc8770a55b66f
DIFF: https://github.com/llvm/llvm-project/commit/e9e06bea8661ddd474557a0db2cdc8770a55b66f.diff
LOG: [lldb][AArch64][NFC] Move a comment in GCS tests
Got put in the wrong place during a rebase.
Added:
Modified:
lldb/test/API/linux/aarch64/gcs/TestAArch64LinuxGCS.py
Removed:
################################################################################
diff --git a/lldb/test/API/linux/aarch64/gcs/TestAArch64LinuxGCS.py b/lldb/test/API/linux/aarch64/gcs/TestAArch64LinuxGCS.py
index fd46a42b3c69fe..797551b061a237 100644
--- a/lldb/test/API/linux/aarch64/gcs/TestAArch64LinuxGCS.py
+++ b/lldb/test/API/linux/aarch64/gcs/TestAArch64LinuxGCS.py
@@ -83,6 +83,8 @@ def test_gcs_fault(self):
],
)
+ # This helper reads all the GCS registers and optionally compares them
+ # against a previous state, then returns the current register values.
def check_gcs_registers(
self,
expected_gcs_features_enabled=None,
@@ -115,8 +117,6 @@ def check_gcs_registers(
return gcs_features_enabled, gcs_features_locked, gcspr_el0
- # This helper reads all the GCS registers and optionally compares them
- # against a previous state, then returns the current register values.
@skipUnlessArch("aarch64")
@skipUnlessPlatform(["linux"])
def test_gcs_registers(self):
More information about the lldb-commits
mailing list