[all-commits] [llvm/llvm-project] a311be: [lldb][NFC] Give import-std-module tests a more un...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Jan 27 01:58:19 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a311bebb53d405597f7c66c86a8df7085ca2695c
https://github.com/llvm/llvm-project/commit/a311bebb53d405597f7c66c86a8df7085ca2695c
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/TestBasicDeque.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/TestDequeFromStdModule.py
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDeque.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/Makefile
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/TestBasicForwardList.py
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/main.cpp
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardList.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardListFromStdModule.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list/Makefile
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list/TestForwardListFromStdModule.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list/main.cpp
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/Makefile
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/TestBasicList.py
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/main.cpp
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentList.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentListFromStdModule.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list/Makefile
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list/TestListFromStdModule.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list/main.cpp
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/TestQueue.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/TestQueueFromStdModule.py
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContent.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContentFromStdModule.py
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/TestSharedPtr.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/TestSharedPtrFromStdModule.py
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/TestStack.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/TestStackFromStdModule.py
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/TestUniquePtr.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/TestUniquePtrFromStdModule.py
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/Makefile
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/TestBasicVector.py
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/main.cpp
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/TestBoolVector.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/TestVectorBoolFromStdModule.py
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVector.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectors.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectorsFromStdModule.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector/Makefile
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector/TestVectorFromStdModule.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector/main.cpp
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtr.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtrFromStdModule.py
R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/TestWeakPtr.py
A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/TestWeakPtrFromStdModule.py
Log Message:
-----------
[lldb][NFC] Give import-std-module tests a more unique file names
We want that the *.py names for the tests have unique names but
the current ones are sometimes very simple (e.g., "TestUniquePtr.py")
and could collide with unrelated tests. This just gives all these
tests a "FromStdModule" suffix to make these collisions less likely.
More information about the All-commits
mailing list