[Lldb-commits] [lldb] [lldb][test] Enable non-address bit WritePointerToMemory test on Linux (PR #157435)

via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 8 05:10:36 PDT 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {darker}-->


:warning: Python code formatter, darker found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
darker --check --diff -r origin/main...HEAD lldb/test/API/pointer-nonaddressable-bits/TestArmPointerMetadataStripping.py
``````````

:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- TestArmPointerMetadataStripping.py	2025-09-08 12:05:55.000000 +0000
+++ TestArmPointerMetadataStripping.py	2025-09-08 12:10:08.113837 +0000
@@ -2,10 +2,11 @@
 import json
 import os
 from lldbsuite.test.decorators import *
 from lldbsuite.test.lldbtest import *
 from lldbsuite.test import lldbutil
+
 
 # On AArch64 systems, unused top bits of pointers can be used for other things.
 @skipIf(archs=no_match(["aarch64", "arm64", "arm64e"]))
 # Only run this test on systems where Top Byte Ignore is known to be enabled
 # and widely available (FreeBSD has support but only since recently).

``````````

</details>


https://github.com/llvm/llvm-project/pull/157435


More information about the lldb-commits mailing list