teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events
Adrian Prantl 5ec76fe720 Compile the LLDB tests out-of-tree.
This patch is the result of a discussion on lldb-dev, see
http://lists.llvm.org/pipermail/lldb-dev/2018-January/013111.html for
background.

For each test (should be eventually: each test configuration) a
separate build directory is created and we execute

  make VPATH=$srcdir/path/to/test -C $builddir/path/to/test -f $srcdir/path/to/test/Makefile -I $srcdir/path/to/test

In order to make this work all LLDB tests need to be updated to find
the executable in the test build directory, since CWD still points at
the test's source directory, which is a requirement for unittest2.

Although we have done extensive testing, I'm expecting that this first
attempt will break a few bots. Please DO NOT HESITATE TO REVERT this
patch in order to get the bots green again. We will likely have to
iterate on this some more.

Differential Revision: https://reviews.llvm.org/D42281

llvm-svn: 323803
2018-01-30 18:29:16 +00:00
..
breakpoint_delay_breakpoint_one_signal Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
breakpoint_one_delay_breakpoint_threads Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
breakpoints_delayed_breakpoint_one_watchpoint Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
crash_with_break Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
crash_with_signal Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
crash_with_watchpoint Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
crash_with_watchpoint_breakpoint_signal Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
delay_signal_break Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
delay_signal_watch Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
delay_watch_break Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
delayed_crash_with_breakpoint_signal Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
delayed_crash_with_breakpoint_watchpoint Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
many_breakpoints Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
many_crash Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
many_signals Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
many_watchpoints Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
n_watch_n_break Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
signal_break Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
signal_delay_break Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
signal_delay_watch Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
signal_n_watch_n_break Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
signal_watch Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
signal_watch_break Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
two_breakpoint_threads Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
two_breakpoints_one_delay_signal Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
two_breakpoints_one_signal Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
two_breakpoints_one_watchpoint Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
two_watchpoint_threads Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
two_watchpoints_one_breakpoint Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
two_watchpoints_one_delay_breakpoint Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
two_watchpoints_one_signal Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
watch_break Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
watch_break_delay Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
watchpoint_delay_watchpoint_one_breakpoint Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
watchpoint_with_delay_watchpoint_threads Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
main.cpp "Fix" concurrent events test for arm 2017-11-07 10:36:36 +00:00