Author: Raphael Isemann
Date: 2020-01-13T22:09:20+01:00
New Revision: 577efd09e3b7b3a1ec7fcf0597397f137da99843

URL: 
https://github.com/llvm/llvm-project/commit/577efd09e3b7b3a1ec7fcf0597397f137da99843
DIFF: 
https://github.com/llvm/llvm-project/commit/577efd09e3b7b3a1ec7fcf0597397f137da99843.diff

LOG: [lldb] Revert ddf044290ede for TestProcessAPI.py

It seems ddf044290ede7d7fd47f4f673e3e628f551a8aac caused the test to
time out on the Windows bot, but it's unclear to me why.

Added: 
    

Modified: 
    lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py

Removed: 
    


################################################################################
diff  --git 
a/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py 
b/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
index 17d531198a99..d26933a4289d 100644
--- a/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
+++ b/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
@@ -14,7 +14,6 @@
 class ProcessAPITestCase(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
-    NO_DEBUG_INFO_TESTCASE = True
 
     def setUp(self):
         # Call super's setUp().


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to