[Lldb-commits] [PATCH] D42763: Build each testcase variant in its	own subdirectory and remove the srcdir lock file
    Pavel Labath via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu Feb  1 12:54:05 PST 2018
    
    
  
labath added inline comments.
================
Comment at: packages/Python/lldbsuite/test/api/listeners/TestListener.py:26
         TestBase.setUp(self)
-        self.build()
 
----------------
I'm confused by these changes. I was under the impression that setUp() runs before each test method (and hence this should be NFC). Can you explain the reasoning behind this?
https://reviews.llvm.org/D42763
    
    
More information about the lldb-commits
mailing list