test-disable-lldb-i386
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Thu, 16 Jun 2022 10:00:08 +0000 (11:00 +0100)
committerEmilio Pozuelo Monfort <pochu@debian.org>
Thu, 16 Jun 2022 10:00:08 +0000 (11:00 +0100)
===================================================================

Gbp-Pq: Name test-disable-lldb-i386.diff

integration-test-suite/tests/basic_lldb.c
integration-test-suite/tests/basic_lldb2.cpp

index 2ea4fc348cb548ec1770920646fbd5a149325c4e..c023f6dce212f9250b5bad20fae7c9d68ff9172c 100644 (file)
@@ -1,6 +1,7 @@
 // RUN: %clang -g -o %t %s
 // RUN: %lldb -s %S/basic_lldb.in %t | grep "main at basic_lldb.c:"
 // REQUIRES: lldb, clang
+ // XFAIL: i686, i386
 
 int main() {
        int a=0;
index 7b9eaf4ef9c31738d2e153b8bfd69159171c41c9..e03af7dc8aa090d8dac11bd5b61d1cfcf4596380 100644 (file)
@@ -1,6 +1,7 @@
 // RUN: %clangxx -g -o %t %s
 // RUN: %lldb -s %S/basic_lldb2.in %t | grep "stop reason = step over"
 // REQUIRES: lldb, clangxx
+ // XFAIL: i686, i386
 
 #include <vector>
 int main (void)