[PATCH] Temporary XFAILs.

Rick Foos rfoos at codeaurora.org
Tue Mar 3 14:38:02 PST 2015


Hi echristo,

Temporary XFAIL's until patches done.

http://reviews.llvm.org/D8044

Files:
  test/CodeGen/atomic_ops.c
  test/CodeGenCXX/crash.cpp
  test/Modules/warn-unused-local-typedef.cpp
  test/SemaCXX/warn-unused-local-typedef-serialize.cpp

Index: test/Modules/warn-unused-local-typedef.cpp
===================================================================
--- test/Modules/warn-unused-local-typedef.cpp
+++ test/Modules/warn-unused-local-typedef.cpp
@@ -1,3 +1,4 @@
+// XFAIL: hexagon
 // RUN: rm -rf %t
 // RUN: %clang -Wunused-local-typedef -c -x objective-c++ -fcxx-modules -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=CHECK_1
 // RUN: %clang -Wunused-local-typedef -c -x objective-c++ -fcxx-modules -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=CHECK_2 -allow-empty
Index: test/SemaCXX/warn-unused-local-typedef-serialize.cpp
===================================================================
--- test/SemaCXX/warn-unused-local-typedef-serialize.cpp
+++ test/SemaCXX/warn-unused-local-typedef-serialize.cpp
@@ -1,3 +1,4 @@
+// XFAIL: hexagon
 // RUN: %clang -x c++-header -c -Wunused-local-typedef %s -o %t.gch -Werror
 // RUN: %clang -DBE_THE_SOURCE -c -Wunused-local-typedef -include %t %s -o /dev/null 2>&1 | FileCheck %s
 // RUN: %clang -DBE_THE_SOURCE -c -Wunused-local-typedef -include %t %s -o /dev/null 2>&1 | FileCheck %s
Index: test/CodeGenCXX/crash.cpp
===================================================================
--- test/CodeGenCXX/crash.cpp
+++ test/CodeGenCXX/crash.cpp
@@ -1,3 +1,4 @@
+// XFAIL: hexagon
 // RUN: %clang_cc1 %s -std=c++11 -emit-llvm-only
 // RUN: %clang_cc1 -emit-obj -o %t -gline-tables-only -std=c++11 %s
 // CHECK that we don't crash.
Index: test/CodeGen/atomic_ops.c
===================================================================
--- test/CodeGen/atomic_ops.c
+++ test/CodeGen/atomic_ops.c
@@ -1,3 +1,4 @@
+// XFAIL: hexagon
 // RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
 // RUN: %clang_cc1 -triple mips-linux-gnu -emit-llvm %s -o - | FileCheck %s

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8044.21144.patch
Type: text/x-patch
Size: 1876 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150303/908b71f1/attachment.bin>


More information about the llvm-commits mailing list