Darwin: mark test unsupported while we sort out how to make it generic.

This test relies on communicating with debugserver via an unnamed (pre-opened)
pipe, but macOS's version of debugserver doesn't seem to support that mode of
operation. So disable the test for now.

llvm-svn: 339343
This commit is contained in:
Tim Northover 2018-08-09 13:21:05 +00:00
parent cc8f8194ba
commit aa8377e8a3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# UNSUPPORTED: windows
# UNSUPPORTED: windows, darwin
#
# RUN: %cc -o %t %p/inputs/main.c -g
# RUN: python %p/inputs/target-select-so-path.py "%debugserver" "%lldbmi %t" %s