[all-commits] [llvm/llvm-project] fe9d84: [lldb/Test] Generate YAML binary in build directory
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed May 27 12:09:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fe9d8442e0dfc8c83e9a0a31f5079e7a70b54d9d
https://github.com/llvm/llvm-project/commit/fe9d8442e0dfc8c83e9a0a31f5079e7a70b54d9d
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-05-27 (Wed, 27 May 2020)
Changed paths:
M lldb/test/API/functionalities/show_location/TestShowLocationDwarf5.py
Log Message:
-----------
[lldb/Test] Generate YAML binary in build directory
Although it's not entirely clear to me why, this test was generating its
binary in the source directory instead of the build directory. This
patch fixes that following the same approach as other tests.
Commit: c30c2368c77f05a1447bb7442c6ac2fad2912a57
https://github.com/llvm/llvm-project/commit/c30c2368c77f05a1447bb7442c6ac2fad2912a57
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-05-27 (Wed, 27 May 2020)
Changed paths:
M lldb/test/API/commands/expression/no-deadlock/TestExprDoesntBlock.py
M lldb/test/API/commands/expression/timeout/TestCallWithTimeout.py
Log Message:
-----------
[lldb/Reproducers] Skip tests relying on timeouts
The reproducer don't model timeouts so tests that rely on them end up
with unexpected packets during replay. Skip them until we can handle
this scenario.
Compare: https://github.com/llvm/llvm-project/compare/8e7e6a8d6bae...c30c2368c77f
More information about the All-commits
mailing list