Disable this test on Darwin to give the author a chance to fix it. - #213388
Merged
Conversation
The test is passing elsewhere.
|
@llvm/pr-subscribers-lldb Author: jimingham ChangesThe test is passing elsewhere. I filed: to cover fixing the issue and re-enabling the tests. Full diff: https://github.com/llvm/llvm-project/pull/213388.diff 1 Files Affected:
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"
|
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. |
medismailben
added a commit
to medismailben/llvm-project
that referenced
this pull request
Aug 1, 2026
…x it. (llvm#213388)" This reverts commit 956e241.
medismailben
added a commit
to medismailben/llvm-project
that referenced
this pull request
Aug 1, 2026
…x it. (llvm#213388)" This reverts commit 956e241.
llvm-upstreamsync Bot
pushed a commit
to qualcomm/cpullvm-toolchain
that referenced
this pull request
Aug 3, 2026
…hance to fix it." (#213624) Reverts llvm/llvm-project#213388 #213605 fixes the test.
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
…x it." (llvm#213624) Reverts llvm#213388 llvm#213605 fixes the test.
llvm-sync Bot
pushed a commit
to arm/arm-toolchain
that referenced
this pull request
Aug 3, 2026
…hance to fix it." (#213624) Reverts llvm/llvm-project#213388 #213605 fixes the test.
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
…x it." (llvm#213624) Reverts llvm#213388 llvm#213605 fixes the test.
jgreenbaum
pushed a commit
to jgreenbaum/llvm-project
that referenced
this pull request
Aug 3, 2026
…x it." (llvm#213624) Reverts llvm#213388 llvm#213605 fixes the test.
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
…x it." (llvm#213624) Reverts llvm#213388 llvm#213605 fixes the test.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The test is passing elsewhere.
I filed:
#213386
to cover fixing the issue and re-enabling the tests.