[all-commits] [llvm/llvm-project] 31662e: [lldb/Util] Fix lldb-repro now it doesn't take a p...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Jan 22 13:24:20 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 31662e67e089264dabc9d1f915aa1d7b4d51c0a3
https://github.com/llvm/llvm-project/commit/31662e67e089264dabc9d1f915aa1d7b4d51c0a3
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-22 (Wed, 22 Jan 2020)
Changed paths:
M lldb/utils/lldb-repro/lldb-repro.py
Log Message:
-----------
[lldb/Util] Fix lldb-repro now it doesn't take a path to lldb
The indices into the arguments array were off because we no longer pass
the path to lldb as the first argument.
Commit: 536612df4b499c7338719ab8a31973f086bff590
https://github.com/llvm/llvm-project/commit/536612df4b499c7338719ab8a31973f086bff590
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-22 (Wed, 22 Jan 2020)
Changed paths:
M lldb/test/Shell/Process/TestEnvironment.test
M lldb/test/Shell/Quit/TestQuitExitCode-30.test
M lldb/test/Shell/Quit/TestQuitExitCode30.test
M lldb/test/Shell/Quit/TestQuitExitCodeHexA.test
M lldb/test/Shell/Reproducer/lit.local.cfg
M lldb/test/Shell/lit.cfg.py
Log Message:
-----------
[lldb/Test] Use lit's capabilities to skip lldb-repro tests.
This allows us to skip the reproducer tests themselves as a whole as
well as individual tests with the UNSUPPORTED keyword.
Commit: 8401698fb57ea202c04562b4326526c65b9ccc74
https://github.com/llvm/llvm-project/commit/8401698fb57ea202c04562b4326526c65b9ccc74
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-22 (Wed, 22 Jan 2020)
Changed paths:
M lldb/include/lldb/Utility/ReproducerInstrumentation.h
Log Message:
-----------
[lldb/Reproducer] Correctly instrument enum values
Enum values can be serialized trivially and should not go through the
object registry.
Compare: https://github.com/llvm/llvm-project/compare/89c8866c0417...8401698fb57e
More information about the All-commits
mailing list