hanchenye-llvm-project/lldb/test/expression_command
Zachary Turner c7826524ac Get test executables compiling on Windows.
Many of the test executables use pthreads directly.  This isn't
portable on Windows, so this patch converts these test to use
C++11 threads and mutexes.  Since Windows' implementation of
std::thread classes throw and catch from header files, this patch
also disables exceptions when compiling with clang on Windows.

Reviewed by: Todd Fiala, Ed Maste

Differential Revision: http://reviews.llvm.org/D4816

llvm-svn: 215562
2014-08-13 17:44:53 +00:00
..
call-function Add FreeBSD failure decorator for TestCallStopAndContinue 2014-07-12 15:41:03 +00:00
call-restarts Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
call-throws Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
formatters Marked TestFormatters.py XFAIL on Linux per pr20230. 2014-07-07 20:58:38 +00:00
issue_11588 Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
persistent_types Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
persistent_variables Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
po_verbosity expectedFailureDarwin for this test case. 2014-03-20 00:19:16 +00:00
radar_8638051 Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
radar_9531204 Remove decorator for now-passing test 2014-04-21 15:24:07 +00:00
radar_9673664 Make this test an expected fail on darwin until we can fix this bug. 2013-12-11 23:08:25 +00:00
test Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
timeout Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
two-files Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
.categories