silent-integration-test-suite-i386
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Wed, 6 Jan 2021 19:16:26 +0000 (19:16 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 6 Jan 2021 19:16:26 +0000 (19:16 +0000)
===================================================================

Gbp-Pq: Name silent-integration-test-suite-i386.diff

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

index 2ea4fc348cb548ec1770920646fbd5a149325c4e..d7bd2eb4946fd5e0aa4187e6b249a763e1615f48 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..8287aeabf8438aacefa16ba4b706fe95e81d5090 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)
index 4da931d281a99244b3bc86cb8a2b960d328dd4c8..02c5f8bc1328855072d26ed92aebd1c8afded4b3 100644 (file)
@@ -3,6 +3,7 @@
 // REQUIRES: clang
 // RUN: %clang -fsanitize=address %s -o %t -lc
 // RUN: %t
+// XFAIL: i686, i386
 
 #include <stdio.h>
 int main(int argc, char **argv)
index 197d3a4147d3d28e3709f92d4b2ffe7050f09a9c..940133055e6cd070cef65f0e6b3fcc0ed2ac27c6 100644 (file)
@@ -5,7 +5,7 @@
 // RUN: %llvm-nm %t | grep __tsan
 // RUN: env TSAN_OPTIONS="log_path=stdout:exitcode=0"  %t 2>&1 > %t.out
 // RUN: grep -q "data race" %t.out
-// XFAIL: arm 
+// XFAIL: arm, i686, i386
 
 #include <pthread.h>
 #include <stdio.h>