[all-commits] [llvm/llvm-project] 4cfb71: [lldb/Scripts] Add verbose and failure only mode t...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Apr 20 09:04:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4cfb71adba06037438e37dac84dbd9c3ac2b4319
https://github.com/llvm/llvm-project/commit/4cfb71adba06037438e37dac84dbd9c3ac2b4319
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-04-20 (Mon, 20 Apr 2020)
Changed paths:
M lldb/scripts/reproducer-replay.py
Log Message:
-----------
[lldb/Scripts] Add verbose and failure only mode to replay script.
Add two modes to the reproducer replay script that make debugging a
little easier. Verbose mode prints stdout and stderr, regardless of
whether replay was successful. When --failure-only is passed, output is
limited to tests that failed to replay.
More information about the All-commits
mailing list