forked from OSchip/llvm-project
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:
parent
cc8f8194ba
commit
aa8377e8a3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue