[all-commits] [llvm/llvm-project] a0a328: [lldb] Fix and re-enable TestMultipleDebuggers
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Aug 17 09:20:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a0a328ed4fda83513ac0e1d9d30650e9b6b63d20
https://github.com/llvm/llvm-project/commit/a0a328ed4fda83513ac0e1d9d30650e9b6b63d20
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-08-17 (Mon, 17 Aug 2020)
Changed paths:
M lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
Log Message:
-----------
[lldb] Fix and re-enable TestMultipleDebuggers
The comment says that TestMultipleDebuggers was XFAILed because it was
failing nondeterministically in which case it should be skipped not
failed (as XPASS will cause the test suite to fail).
The reason it fails is because it was not marked as a no-debug-info test
case. I've ran the test in a loop and it has been passing consistently.
Let's enable it and see if the bots agree, if not we can skip it.
More information about the All-commits
mailing list