r178791 - XFAIL example-dynarray.cpp test for Hexagon as some of the header files

Jyotsna Verma jverma at codeaurora.org
Thu Apr 4 13:56:42 PDT 2013


Author: jverma
Date: Thu Apr  4 15:56:42 2013
New Revision: 178791

URL: http://llvm.org/viewvc/llvm-project?rev=178791&view=rev
Log:
XFAIL example-dynarray.cpp test for Hexagon as some of the header files
are unavailable on Hexagon.


Modified:
    cfe/trunk/test/SemaTemplate/example-dynarray.cpp

Modified: cfe/trunk/test/SemaTemplate/example-dynarray.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaTemplate/example-dynarray.cpp?rev=178791&r1=178790&r2=178791&view=diff
==============================================================================
--- cfe/trunk/test/SemaTemplate/example-dynarray.cpp (original)
+++ cfe/trunk/test/SemaTemplate/example-dynarray.cpp Thu Apr  4 15:56:42 2013
@@ -1,4 +1,5 @@
 // RUN: %clangxx -emit-llvm -c -o - %s
+// XFAIL: hexagon
 #include <stddef.h>
 #include <stdlib.h>
 #include <assert.h>





More information about the cfe-commits mailing list