Skip to content

Commit b66c777

Browse files
committed
[lldb/test] Skip the AssertFrameRecognizer test for Linux
This patch skips the AssertFrameRecognizer test for Linux since it appears to fail on certain distributions (AFAIK Fedora & ArchLinux). The failure happen because the thread don't set the current frame to the most relevant one. So the stopped location doesn't match with what the test is expecting. The test will be enabled again after I'll be able to reproduce the failure on one of those platform and fix the issue. Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent f73e85c commit b66c777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Recognizer/assert.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNSUPPORTED: system-windows
1+
# UNSUPPORTED: system-windows, system-linux
22
# RUN: %clang_host -g -O0 %S/Inputs/assert.c -o %t.out
33
# RUN: %lldb -b -s %s %t.out | FileCheck %s
44
run

0 commit comments

Comments
 (0)