[lldb] Skip Recognizer/assert.test on linux

-> PR56144
This commit is contained in:
Pavel Labath 2022-06-21 16:47:08 +02:00
parent bfca9a0b99
commit 1004d6e7e2
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
# XFAIL: target-arm && linux-gnu
# XFAIL: system-freebsd
# XFAIL: system-netbsd
#
# llvm.org/pr56144
# UNSUPPORTED: system-linux
#
# UNSUPPORTED: system-windows
# RUN: %clang_host -g -O0 %S/Inputs/assert.c -o %t.out
# RUN: %lldb -b -s %s %t.out | FileCheck %s