mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 13:55:54 +00:00
rebase of the patch
This commit is contained in:
parent
510d1caa66
commit
1b70301a75
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-11-11.0.0/integration-test-suite/tests/basic_lldb.c
|
Index: llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c/integration-test-suite/tests/basic_lldb.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-11-11.0.0.orig/integration-test-suite/tests/basic_lldb.c
|
--- llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c.orig/integration-test-suite/tests/basic_lldb.c
|
||||||
+++ llvm-toolchain-11-11.0.0/integration-test-suite/tests/basic_lldb.c
|
+++ llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c/integration-test-suite/tests/basic_lldb.c
|
||||||
@@ -1,6 +1,7 @@
|
@@ -1,6 +1,7 @@
|
||||||
// RUN: %clang -g -o %t %s
|
// RUN: %clang -g -o %t %s
|
||||||
// RUN: %lldb -s %S/basic_lldb.in %t | grep "main at basic_lldb.c:"
|
// RUN: %lldb -s %S/basic_lldb.in %t | grep "main at basic_lldb.c:"
|
||||||
@ -10,10 +10,10 @@ Index: llvm-toolchain-11-11.0.0/integration-test-suite/tests/basic_lldb.c
|
|||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
int a=0;
|
int a=0;
|
||||||
Index: llvm-toolchain-11-11.0.0/integration-test-suite/tests/basic_lldb2.cpp
|
Index: llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c/integration-test-suite/tests/basic_lldb2.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-11-11.0.0.orig/integration-test-suite/tests/basic_lldb2.cpp
|
--- llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c.orig/integration-test-suite/tests/basic_lldb2.cpp
|
||||||
+++ llvm-toolchain-11-11.0.0/integration-test-suite/tests/basic_lldb2.cpp
|
+++ llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c/integration-test-suite/tests/basic_lldb2.cpp
|
||||||
@@ -1,6 +1,7 @@
|
@@ -1,6 +1,7 @@
|
||||||
// RUN: %clangxx -g -o %t %s
|
// RUN: %clangxx -g -o %t %s
|
||||||
// RUN: %lldb -s %S/basic_lldb2.in %t | grep "stop reason = step over"
|
// RUN: %lldb -s %S/basic_lldb2.in %t | grep "stop reason = step over"
|
||||||
@ -22,10 +22,10 @@ Index: llvm-toolchain-11-11.0.0/integration-test-suite/tests/basic_lldb2.cpp
|
|||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
int main (void)
|
int main (void)
|
||||||
Index: llvm-toolchain-11-11.0.0/integration-test-suite/tests/test_asan_lc.c
|
Index: llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c/integration-test-suite/tests/test_asan_lc.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-11-11.0.0.orig/integration-test-suite/tests/test_asan_lc.c
|
--- llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c.orig/integration-test-suite/tests/test_asan_lc.c
|
||||||
+++ llvm-toolchain-11-11.0.0/integration-test-suite/tests/test_asan_lc.c
|
+++ llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c/integration-test-suite/tests/test_asan_lc.c
|
||||||
@@ -3,6 +3,7 @@
|
@@ -3,6 +3,7 @@
|
||||||
// REQUIRES: clang
|
// REQUIRES: clang
|
||||||
// RUN: %clang -fsanitize=address %s -o %t -lc
|
// RUN: %clang -fsanitize=address %s -o %t -lc
|
||||||
@ -34,15 +34,16 @@ Index: llvm-toolchain-11-11.0.0/integration-test-suite/tests/test_asan_lc.c
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
Index: llvm-toolchain-11-11.0.0/integration-test-suite/tests/test_tsan.c
|
Index: llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c/integration-test-suite/tests/test_tsan.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-11-11.0.0.orig/integration-test-suite/tests/test_tsan.c
|
--- llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c.orig/integration-test-suite/tests/test_tsan.c
|
||||||
+++ llvm-toolchain-11-11.0.0/integration-test-suite/tests/test_tsan.c
|
+++ llvm-toolchain-11_11.0.1~++20201112101029+0874e7ef66c/integration-test-suite/tests/test_tsan.c
|
||||||
@@ -5,6 +5,7 @@
|
@@ -5,7 +5,7 @@
|
||||||
// RUN: %llvm-nm %t | grep __tsan
|
// RUN: %llvm-nm %t | grep __tsan
|
||||||
// RUN: env TSAN_OPTIONS="log_path=stdout:exitcode=0" %t 2>&1 > %t.out
|
// RUN: env TSAN_OPTIONS="log_path=stdout:exitcode=0" %t 2>&1 > %t.out
|
||||||
// RUN: grep -q "data race" %t.out
|
// RUN: grep -q "data race" %t.out
|
||||||
+// XFAIL: i686, i386
|
-// XFAIL: arm
|
||||||
|
+// XFAIL: arm, i686, i386
|
||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user