-
Notifications
You must be signed in to change notification settings - Fork 14.5k
[lldb] Rename reverse-continue/TestReverseContinueNotSupported.py (NFC) #137262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[lldb] Rename reverse-continue/TestReverseContinueNotSupported.py (NFC) #137262
Conversation
@llvm/pr-subscribers-lldb Author: Dave Lee (kastiglione) ChangesFull diff: https://github.com/llvm/llvm-project/pull/137262.diff 1 Files Affected:
diff --git a/lldb/test/API/commands/process/reverse-continue/TestReverseContinueNotSupported.py b/lldb/test/API/commands/process/reverse-continue/TestReverseContinueCommandNotSupported.py
similarity index 100%
rename from lldb/test/API/commands/process/reverse-continue/TestReverseContinueNotSupported.py
rename to lldb/test/API/commands/process/reverse-continue/TestReverseContinueCommandNotSupported.py
|
cc @rocallahan (for some reason I can't add you as a reviewer) |
Shouldn't you change the name of the Python class as well? |
I'll do that too (for what it's worth that name doesn't matter to the test system). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also noticed this trying to reproduce a failure on Windows with lldb-dotest.py, LGTM.
b37837e
to
53b9bcc
Compare
…C) (llvm#137262) Rename this test because another test by the same name already exists: reverse-execution/TestReverseContinueNotSupported.py. Having multiple tests of the same name breaks running any test with: `lldb-dotest -p <TestName>`. This tests reverse continue _commands_, and so the rename adds "Commands" to the test name (TestReverseContinueCommandNotSupported.py)
…C) (llvm#137262) Rename this test because another test by the same name already exists: reverse-execution/TestReverseContinueNotSupported.py. Having multiple tests of the same name breaks running any test with: `lldb-dotest -p <TestName>`. This tests reverse continue _commands_, and so the rename adds "Commands" to the test name (TestReverseContinueCommandNotSupported.py)
…C) (llvm#137262) Rename this test because another test by the same name already exists: reverse-execution/TestReverseContinueNotSupported.py. Having multiple tests of the same name breaks running any test with: `lldb-dotest -p <TestName>`. This tests reverse continue _commands_, and so the rename adds "Commands" to the test name (TestReverseContinueCommandNotSupported.py)
…C) (llvm#137262) Rename this test because another test by the same name already exists: reverse-execution/TestReverseContinueNotSupported.py. Having multiple tests of the same name breaks running any test with: `lldb-dotest -p <TestName>`. This tests reverse continue _commands_, and so the rename adds "Commands" to the test name (TestReverseContinueCommandNotSupported.py)
…C) (llvm#137262) Rename this test because another test by the same name already exists: reverse-execution/TestReverseContinueNotSupported.py. Having multiple tests of the same name breaks running any test with: `lldb-dotest -p <TestName>`. This tests reverse continue _commands_, and so the rename adds "Commands" to the test name (TestReverseContinueCommandNotSupported.py)
Rename this test because another test by the same name already exists: reverse-execution/TestReverseContinueNotSupported.py.
Having multiple tests of the same name breaks running any test with:
lldb-dotest -p <TestName>
.This tests reverse continue commands, and so the rename adds "Commands" to the test name (TestReverseContinueCommandNotSupported.py)