summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2019-11-08 21:06:23 -0500
committerPuyan Lotfi <puyan@puyan.org>2019-11-08 21:06:23 -0500
commit1257146eb41485e91cb13a6b0ccc2fb7faa68b75 (patch)
treec715517b81d11727450d61d191b22da5af554a8c
parent79e345fbcc822e914fac4838dd7a4f2ddbb5fcad (diff)
downloadbcm5719-llvm-1257146eb41485e91cb13a6b0ccc2fb7faa68b75.tar.gz
bcm5719-llvm-1257146eb41485e91cb13a6b0ccc2fb7faa68b75.zip
[clang][IFS][test] Fixing buildbot test fails for clang-ifs.
Checking for the exact triple fails on many bots. Leaving the triple check blank.
-rw-r--r--clang/test/InterfaceStubs/class-template-partial-specialization.cpp4
-rw-r--r--clang/test/InterfaceStubs/cxx-conversion.cpp4
-rw-r--r--clang/test/InterfaceStubs/indirect-field-decl.cpp4
-rw-r--r--clang/test/InterfaceStubs/namespace.cpp4
-rw-r--r--clang/test/InterfaceStubs/non-type-template-parm-decl.cpp4
-rw-r--r--clang/test/InterfaceStubs/template-constexpr.cpp4
-rw-r--r--clang/test/InterfaceStubs/template-template-parm-decl.cpp4
-rw-r--r--clang/test/InterfaceStubs/usings.cpp4
8 files changed, 16 insertions, 16 deletions
diff --git a/clang/test/InterfaceStubs/class-template-partial-specialization.cpp b/clang/test/InterfaceStubs/class-template-partial-specialization.cpp
index ae6e7bf2458..01734294abd 100644
--- a/clang/test/InterfaceStubs/class-template-partial-specialization.cpp
+++ b/clang/test/InterfaceStubs/class-template-partial-specialization.cpp
@@ -2,10 +2,10 @@
// CHECK: --- !experimental-ifs-v1
// CHECK-NEXT: IfsVersion: 1.0
-// CHECK-NEXT: Triple: x86_64-unknown-linux-gnu
+// CHECK-NEXT: Triple:
// CHECK-NEXT: ObjectFileFormat: ELF
// CHECK-NEXT: Symbols:
// CHECK-NEXT: ...
template<typename> struct S7 { };
-template<typename T> struct S7<T&> { }; \ No newline at end of file
+template<typename T> struct S7<T&> { };
diff --git a/clang/test/InterfaceStubs/cxx-conversion.cpp b/clang/test/InterfaceStubs/cxx-conversion.cpp
index e1f7b569d59..70496ce8305 100644
--- a/clang/test/InterfaceStubs/cxx-conversion.cpp
+++ b/clang/test/InterfaceStubs/cxx-conversion.cpp
@@ -2,7 +2,7 @@
// CHECK: --- !experimental-ifs-v1
// CHECK-NEXT: IfsVersion: 1.0
-// CHECK-NEXT: Triple: x86_64-unknown-linux-gnu
+// CHECK-NEXT: Triple:
// CHECK-NEXT: ObjectFileFormat: ELF
// CHECK-NEXT: Symbols:
// CHECK-NEXT: ...
@@ -10,4 +10,4 @@
template<typename T> class C1 {
long a;
operator long() const { return a; }
-}; \ No newline at end of file
+};
diff --git a/clang/test/InterfaceStubs/indirect-field-decl.cpp b/clang/test/InterfaceStubs/indirect-field-decl.cpp
index 4bad17d70b5..5331a952645 100644
--- a/clang/test/InterfaceStubs/indirect-field-decl.cpp
+++ b/clang/test/InterfaceStubs/indirect-field-decl.cpp
@@ -2,9 +2,9 @@
// CHECK: --- !experimental-ifs-v1
// CHECK-NEXT: IfsVersion: 1.0
-// CHECK-NEXT: Triple: x86_64-unknown-linux-gnu
+// CHECK-NEXT: Triple:
// CHECK-NEXT: ObjectFileFormat: ELF
// CHECK-NEXT: Symbols:
// CHECK-NEXT: ...
-template<typename T> class C2 { union { T c; }; }; \ No newline at end of file
+template<typename T> class C2 { union { T c; }; };
diff --git a/clang/test/InterfaceStubs/namespace.cpp b/clang/test/InterfaceStubs/namespace.cpp
index c0891a33df4..99ebadfa59e 100644
--- a/clang/test/InterfaceStubs/namespace.cpp
+++ b/clang/test/InterfaceStubs/namespace.cpp
@@ -2,10 +2,10 @@
// CHECK: --- !experimental-ifs-v1
// CHECK-NEXT: IfsVersion: 1.0
-// CHECK-NEXT: Triple: x86_64-unknown-linux-gnu
+// CHECK-NEXT: Triple:
// CHECK-NEXT: ObjectFileFormat: ELF
// CHECK-NEXT: Symbols:
// CHECK-NEXT: ...
namespace NS1 { }
-using namespace NS1; \ No newline at end of file
+using namespace NS1;
diff --git a/clang/test/InterfaceStubs/non-type-template-parm-decl.cpp b/clang/test/InterfaceStubs/non-type-template-parm-decl.cpp
index c0bfeb90454..4d3f4d7ced8 100644
--- a/clang/test/InterfaceStubs/non-type-template-parm-decl.cpp
+++ b/clang/test/InterfaceStubs/non-type-template-parm-decl.cpp
@@ -2,9 +2,9 @@
// CHECK: --- !experimental-ifs-v1
// CHECK-NEXT: IfsVersion: 1.0
-// CHECK-NEXT: Triple: x86_64-unknown-linux-gnu
+// CHECK-NEXT: Triple:
// CHECK-NEXT: ObjectFileFormat: ELF
// CHECK-NEXT: Symbols:
// CHECK-NEXT: ...
-template<bool T> struct S1 {}; \ No newline at end of file
+template<bool T> struct S1 {};
diff --git a/clang/test/InterfaceStubs/template-constexpr.cpp b/clang/test/InterfaceStubs/template-constexpr.cpp
index 770a307b8b3..25d67d378c7 100644
--- a/clang/test/InterfaceStubs/template-constexpr.cpp
+++ b/clang/test/InterfaceStubs/template-constexpr.cpp
@@ -2,10 +2,10 @@
// CHECK: --- !experimental-ifs-v1
// CHECK-NEXT: IfsVersion: 1.0
-// CHECK-NEXT: Triple: x86_64-unknown-linux-gnu
+// CHECK-NEXT: Triple:
// CHECK-NEXT: ObjectFileFormat: ELF
// CHECK-NEXT: Symbols:
// CHECK-NEXT: ...
template<typename T, T v> struct S8 { static constexpr T value = v; };
-template<typename T, T v> constexpr T S8<T, v>::value; \ No newline at end of file
+template<typename T, T v> constexpr T S8<T, v>::value;
diff --git a/clang/test/InterfaceStubs/template-template-parm-decl.cpp b/clang/test/InterfaceStubs/template-template-parm-decl.cpp
index d9edf6b0296..b09d732ea4c 100644
--- a/clang/test/InterfaceStubs/template-template-parm-decl.cpp
+++ b/clang/test/InterfaceStubs/template-template-parm-decl.cpp
@@ -2,9 +2,9 @@
// CHECK: --- !experimental-ifs-v1
// CHECK-NEXT: IfsVersion: 1.0
-// CHECK-NEXT: Triple: x86_64-unknown-linux-gnu
+// CHECK-NEXT: Triple:
// CHECK-NEXT: ObjectFileFormat: ELF
// CHECK-NEXT: Symbols:
// CHECK-NEXT: ...
-template<template<typename...> class a> struct S6 { }; \ No newline at end of file
+template<template<typename...> class a> struct S6 { };
diff --git a/clang/test/InterfaceStubs/usings.cpp b/clang/test/InterfaceStubs/usings.cpp
index 3c49fa3f3fb..c6057a1dd33 100644
--- a/clang/test/InterfaceStubs/usings.cpp
+++ b/clang/test/InterfaceStubs/usings.cpp
@@ -2,7 +2,7 @@
// CHECK: --- !experimental-ifs-v1
// CHECK-NEXT: IfsVersion: 1.0
-// CHECK-NEXT: Triple: x86_64-unknown-linux-gnu
+// CHECK-NEXT: Triple:
// CHECK-NEXT: ObjectFileFormat: ELF
// CHECK-NEXT: Symbols:
// CHECK-NEXT: ...
@@ -14,4 +14,4 @@ typedef struct {} S4;
using ::S4;
template<typename T, T t> struct C3{};
-template<bool b> using U1 = C3<bool, b>; \ No newline at end of file
+template<bool b> using U1 = C3<bool, b>;
OpenPOWER on IntegriCloud