forked from OSchip/llvm-project
Temporary XFAILs for Hexagon
Summary: Temporary XFAIL's until patches done. Reviewers: echristo, adasgupt, colinl Reviewed By: colinl Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D8044 llvm-svn: 231318
This commit is contained in:
parent
2a1332245f
commit
e9c019a7a6
|
@ -1,3 +1,4 @@
|
||||||
|
// XFAIL: hexagon
|
||||||
// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
|
// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
|
||||||
// RUN: %clang_cc1 -triple mips-linux-gnu -emit-llvm %s -o - | FileCheck %s
|
// RUN: %clang_cc1 -triple mips-linux-gnu -emit-llvm %s -o - | FileCheck %s
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// XFAIL: hexagon
|
||||||
// RUN: %clang_cc1 %s -std=c++11 -emit-llvm-only
|
// RUN: %clang_cc1 %s -std=c++11 -emit-llvm-only
|
||||||
// RUN: %clang_cc1 -emit-obj -o %t -gline-tables-only -std=c++11 %s
|
// RUN: %clang_cc1 -emit-obj -o %t -gline-tables-only -std=c++11 %s
|
||||||
// CHECK that we don't crash.
|
// CHECK that we don't crash.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// XFAIL: hexagon
|
||||||
// RUN: rm -rf %t
|
// 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_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
|
// 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
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// XFAIL: hexagon
|
||||||
// RUN: %clang -x c++-header -c -Wunused-local-typedef %s -o %t.gch -Werror
|
// 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
|
||||||
// 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
|
||||||
|
|
Loading…
Reference in New Issue