[Bug 24939] New: inferior-crashing tests failing on FreeBSD

Bug ID 24939
Summary inferior-crashing tests failing on FreeBSD
Product lldb
Version unspecified
Hardware PC
OS FreeBSD
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter emaste@freebsd.org
CC llvm-bugs@lists.llvm.org
Classification Unclassified

These tests hung on the old FreeBSD buildbot, which has now been removed. When
run locally they don't hang, but fail with something like:

  File
"/usr/home/jlw/LLDB/llvm-150923.wrk/tools/lldb/test/functionalities/inferior-crashing/TestInferiorCrashing.py",
line 228, in inferior_crashing_step_after_break
    substrs = ['Process', expected_state])
  File "/usr/home/jlw/LLDB/llvm-150923.wrk/tools/lldb/test/lldbtest.py", line
2680, in expect
    msg if msg else EXP_MSG(str, exe))
AssertionError: False is not True : 'exited' returns expected result
Config=x86_64-clang

test/functionalities/inferior-crashing/TestInferiorCrashing.py            
test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py