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>


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to