[Lldb-commits] [lldb] 634b359 - XFAIL NativePDB tests on arm-linux

Muhammad Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Sun May 10 19:32:56 PDT 2020


Author: Muhammad Omair Javaid
Date: 2020-05-11T07:31:18+05:00
New Revision: 634b359cf223a83b27f2853887dde5e9680d8790

URL: https://github.com/llvm/llvm-project/commit/634b359cf223a83b27f2853887dde5e9680d8790
DIFF: https://github.com/llvm/llvm-project/commit/634b359cf223a83b27f2853887dde5e9680d8790.diff

LOG: XFAIL NativePDB tests on arm-linux

NativePDB tests fail on arm-linux buildbot. clang-cl driver crashes with
-m32 option. Bug files http://llvm.org/pr45867

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/NativePDB/ast-functions.cpp
    lldb/test/Shell/SymbolFile/NativePDB/ast-methods.cpp
    lldb/test/Shell/SymbolFile/NativePDB/ast-types.cpp
    lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp
    lldb/test/Shell/SymbolFile/NativePDB/break-by-function.cpp
    lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp
    lldb/test/Shell/SymbolFile/NativePDB/function-types-builtins.cpp
    lldb/test/Shell/SymbolFile/NativePDB/function-types-classes.cpp
    lldb/test/Shell/SymbolFile/NativePDB/global-classes.cpp
    lldb/test/Shell/SymbolFile/NativePDB/globals-bss.cpp
    lldb/test/Shell/SymbolFile/NativePDB/globals-fundamental.cpp
    lldb/test/Shell/SymbolFile/NativePDB/nested-types.cpp
    lldb/test/Shell/SymbolFile/NativePDB/source-list.cpp
    lldb/test/Shell/SymbolFile/NativePDB/tag-types.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/ast-functions.cpp b/lldb/test/Shell/SymbolFile/NativePDB/ast-functions.cpp
index 1cfd01f13c1b..1fee27503d2a 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/ast-functions.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/ast-functions.cpp
@@ -1,3 +1,4 @@
+// XFAIL: target-arm && linux-gnu
 // clang-format off
 // REQUIRES: lld
 

diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/ast-methods.cpp b/lldb/test/Shell/SymbolFile/NativePDB/ast-methods.cpp
index 6006c722cfba..f8187598be35 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/ast-methods.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/ast-methods.cpp
@@ -1,3 +1,4 @@
+// XFAIL: target-arm && linux-gnu
 // clang-format off
 // REQUIRES: lld
 

diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/ast-types.cpp b/lldb/test/Shell/SymbolFile/NativePDB/ast-types.cpp
index c4d50433a3b5..bf6cd6372d8a 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/ast-types.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/ast-types.cpp
@@ -1,3 +1,4 @@
+// XFAIL: target-arm && linux-gnu
 // clang-format off
 // REQUIRES: lld
 

diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp b/lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp
index 301ae3067d13..b56fdbaf5511 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp
@@ -1,3 +1,4 @@
+// XFAIL: target-arm && linux-gnu
 // clang-format off
 // REQUIRES: lld
 

diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/break-by-function.cpp b/lldb/test/Shell/SymbolFile/NativePDB/break-by-function.cpp
index c0c26f7617c9..8d3ab2ad3ab4 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/break-by-function.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/break-by-function.cpp
@@ -1,3 +1,4 @@
+// XFAIL: target-arm && linux-gnu
 // clang-format off
 // REQUIRES: lld
 

diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp b/lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp
index ae3269f3719f..1ed4f6e781c1 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp
@@ -1,3 +1,4 @@
+// XFAIL: target-arm && linux-gnu
 // clang-format off
 // REQUIRES: lld
 

diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/function-types-builtins.cpp b/lldb/test/Shell/SymbolFile/NativePDB/function-types-builtins.cpp
index 05ad68419938..fb3ffdcb46c3 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/function-types-builtins.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/function-types-builtins.cpp
@@ -1,3 +1,4 @@
+// XFAIL: target-arm && linux-gnu
 // clang-format off
 // REQUIRES: lld
 

diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/function-types-classes.cpp b/lldb/test/Shell/SymbolFile/NativePDB/function-types-classes.cpp
index 4a8caa7f8377..de80dbbbbbd5 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/function-types-classes.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/function-types-classes.cpp
@@ -1,3 +1,4 @@
+// XFAIL: target-arm && linux-gnu
 // clang-format off
 // REQUIRES: lld
 

diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/global-classes.cpp b/lldb/test/Shell/SymbolFile/NativePDB/global-classes.cpp
index e45fbfa4eefe..f3366fc792e6 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/global-classes.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/global-classes.cpp
@@ -1,3 +1,4 @@
+// XFAIL: target-arm && linux-gnu
 // clang-format off
 // REQUIRES: lld
 

diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/globals-bss.cpp b/lldb/test/Shell/SymbolFile/NativePDB/globals-bss.cpp
index c10c3c196286..b8e54ec10de7 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/globals-bss.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/globals-bss.cpp
@@ -1,3 +1,4 @@
+// XFAIL: target-arm && linux-gnu
 // clang-format off
 // REQUIRES: lld
 

diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/globals-fundamental.cpp b/lldb/test/Shell/SymbolFile/NativePDB/globals-fundamental.cpp
index 48dea6d51e48..a0260b69ebe2 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/globals-fundamental.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/globals-fundamental.cpp
@@ -1,3 +1,4 @@
+// XFAIL: target-arm && linux-gnu
 // clang-format off
 // REQUIRES: lld
 

diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/nested-types.cpp b/lldb/test/Shell/SymbolFile/NativePDB/nested-types.cpp
index e9bee690d301..eff74d14021e 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/nested-types.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/nested-types.cpp
@@ -1,3 +1,4 @@
+// XFAIL: target-arm && linux-gnu
 // clang-format off
 // REQUIRES: lld
 

diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/source-list.cpp b/lldb/test/Shell/SymbolFile/NativePDB/source-list.cpp
index 6b749b082e3d..b51350ed379b 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/source-list.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/source-list.cpp
@@ -1,3 +1,4 @@
+// XFAIL: target-arm && linux-gnu
 // clang-format off
 // REQUIRES: lld
 

diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/tag-types.cpp b/lldb/test/Shell/SymbolFile/NativePDB/tag-types.cpp
index db981eafa6e5..1d8149b613f8 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/tag-types.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/tag-types.cpp
@@ -1,3 +1,4 @@
+// XFAIL: target-arm && linux-gnu
 // clang-format off
 // REQUIRES: lld
 


        


More information about the lldb-commits mailing list