[Lldb-commits] [PATCH] D53297: [lldbsuite] Make the names of test classes unique

Stella Stamenova via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 15 12:53:16 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rLLDB344547: [lldbsuite] Make the names of test classes unique (authored by stella.stamenova, committed by ).

Repository:
  rLLDB LLDB

https://reviews.llvm.org/D53297

Files:
  packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestStopPCs.py


Index: packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestStopPCs.py
===================================================================
--- packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestStopPCs.py
+++ packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestStopPCs.py
@@ -5,7 +5,7 @@
 from gdbclientutils import *
 
 
-class TestThreadSelectionBug(GDBRemoteTestBase):
+class TestStopPCs(GDBRemoteTestBase):
     def test(self):
         class MyResponder(MockGDBServerResponder):
             def haltReason(self):


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53297.169743.patch
Type: text/x-patch
Size: 570 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181015/2efb04b7/attachment.bin>


More information about the lldb-commits mailing list