Skip to content

Disable this test on Darwin to give the author a chance to fix it. - #213388

Merged
jimingham merged 1 commit into
llvm:mainfrom
jimingham:disable-case-insensitive
Aug 1, 2026
Merged

Disable this test on Darwin to give the author a chance to fix it.#213388
jimingham merged 1 commit into
llvm:mainfrom
jimingham:disable-case-insensitive

Conversation

@jimingham

Copy link
Copy Markdown
Contributor

The test is passing elsewhere.

I filed:

#213386

to cover fixing the issue and re-enabling the tests.

@llvmorg-github-actions

Copy link
Copy Markdown

@llvm/pr-subscribers-lldb

Author: jimingham

Changes

The test is passing elsewhere.

I filed:

#213386

to cover fixing the issue and re-enabling the tests.


Full diff: https://github.com/llvm/llvm-project/pull/213388.diff

1 Files Affected:

  • (modified) lldb/test/API/commands/register/register_command/TestRegisters.py (+1)
diff --git a/lldb/test/API/commands/register/register_command/TestRegisters.py b/lldb/test/API/commands/register/register_command/TestRegisters.py
index 5a2ac7b0ebbf3..d476728f33381 100644
--- a/lldb/test/API/commands/register/register_command/TestRegisters.py
+++ b/lldb/test/API/commands/register/register_command/TestRegisters.py
@@ -717,6 +717,7 @@ def test_process_must_be_stopped(self):
         self.expect("register write pc 0", substrs=[err_msg], error=True)
         self.expect("register info pc", substrs=[err_msg], error=True)
 
+    @expectedFailureDarwin(bugnumber="github.com/llvm/llvm-project/issues/213386")
     def test_case_insensitivity(self):
         """
         Register names, their aliases and any generic names like "sp" and "ra"

@jimingham

jimingham commented Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

This PR just disables a test on Darwin that's currently failing on the bots. I'm going to push without waiting for the tests as I don't want to leave the bots red over the weekend.

@jimingham
jimingham merged commit 956e241 into llvm:main Aug 1, 2026
13 of 15 checks passed
@jimingham
jimingham deleted the disable-case-insensitive branch August 1, 2026 00:41
medismailben added a commit to medismailben/llvm-project that referenced this pull request Aug 1, 2026
medismailben added a commit to medismailben/llvm-project that referenced this pull request Aug 1, 2026
DavidSpickett added a commit that referenced this pull request Aug 3, 2026
llvm-upstreamsync Bot pushed a commit to qualcomm/cpullvm-toolchain that referenced this pull request Aug 3, 2026
frederik-h pushed a commit to frederik-h/llvm-project that referenced this pull request Aug 3, 2026
…lvm#213388)

The test is passing elsewhere.

I filed:

llvm#213386

to cover fixing the issue and re-enabling the tests.
frederik-h pushed a commit to frederik-h/llvm-project that referenced this pull request Aug 3, 2026
llvm-sync Bot pushed a commit to arm/arm-toolchain that referenced this pull request Aug 3, 2026
jgreenbaum pushed a commit to jgreenbaum/llvm-project that referenced this pull request Aug 3, 2026
…lvm#213388)

The test is passing elsewhere.

I filed:

llvm#213386

to cover fixing the issue and re-enabling the tests.
jgreenbaum pushed a commit to jgreenbaum/llvm-project that referenced this pull request Aug 3, 2026
jgreenbaum pushed a commit to jgreenbaum/llvm-project that referenced this pull request Aug 3, 2026
tfzee pushed a commit to tfzee/llvm-project that referenced this pull request Aug 6, 2026
…lvm#213388)

The test is passing elsewhere.

I filed:

llvm#213386

to cover fixing the issue and re-enabling the tests.
tfzee pushed a commit to tfzee/llvm-project that referenced this pull request Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant