Michał Górny
266c90fec8
[lldb] [test] Link FreeBSD test failures to bugs
...
Differential Revision: https://reviews.llvm.org/D92740
2020-12-07 09:56:50 +01:00
Michał Górny
98257c3006
[lldb] [test] Update XFAILs/skips for FreeBSD
...
Update expected failures and test skips based on common results
for the old and new FreeBSD plugins.
2020-11-03 22:01:59 +01:00
Jonas Devlieghere
5238b80058
[lldb/Reproducers] Skip or fix the remaining tests.
...
After this patch all remaining tests should pass on macOS when replayed
from a reproducer.
To capture the reproducers:
./bin/llvm-lit ../llvm-project/lldb/test/ --param lldb-run-with-repro=capture
To replay the reproducers:
./bin/llvm-lit ../llvm-project/lldb/test/ --param lldb-run-with-repro=replay
2020-05-27 21:02:36 -07:00
Jim Ingham
54c2c2add7
Maybe I need ENABLE_THREADS in the Makefile.
2020-05-21 18:38:49 -07:00
Jim Ingham
1583766ed2
This very simple .c file is failing on the Debian bot wit the error
...
undefined reference to pthread_create
I skipped the test till I can figure out why this didn't build.
2020-05-21 18:26:01 -07:00
Jim Ingham
dbbed971e3
Handle the case where a thread exits while we are running a function on it.
2020-05-21 17:55:53 -07:00