From: LLVM Packaging Team Date: Wed, 6 Jan 2021 19:16:26 +0000 (+0000) Subject: silent-integration-test-suite-i386 X-Git-Tag: archive/raspbian/1%11.0.1-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=835d19efafec575652aaced5ab870d7210459c04;p=llvm-toolchain-11.git silent-integration-test-suite-i386 =================================================================== Gbp-Pq: Name silent-integration-test-suite-i386.diff --- diff --git a/integration-test-suite/tests/basic_lldb.c b/integration-test-suite/tests/basic_lldb.c index 2ea4fc348..d7bd2eb49 100644 --- a/integration-test-suite/tests/basic_lldb.c +++ b/integration-test-suite/tests/basic_lldb.c @@ -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; diff --git a/integration-test-suite/tests/basic_lldb2.cpp b/integration-test-suite/tests/basic_lldb2.cpp index 7b9eaf4ef..8287aeabf 100644 --- a/integration-test-suite/tests/basic_lldb2.cpp +++ b/integration-test-suite/tests/basic_lldb2.cpp @@ -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 int main (void) diff --git a/integration-test-suite/tests/test_asan_lc.c b/integration-test-suite/tests/test_asan_lc.c index 4da931d28..02c5f8bc1 100644 --- a/integration-test-suite/tests/test_asan_lc.c +++ b/integration-test-suite/tests/test_asan_lc.c @@ -3,6 +3,7 @@ // REQUIRES: clang // RUN: %clang -fsanitize=address %s -o %t -lc // RUN: %t +// XFAIL: i686, i386 #include int main(int argc, char **argv) diff --git a/integration-test-suite/tests/test_tsan.c b/integration-test-suite/tests/test_tsan.c index 197d3a414..940133055 100644 --- a/integration-test-suite/tests/test_tsan.c +++ b/integration-test-suite/tests/test_tsan.c @@ -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 #include