r233210 - Disable this test for PS4 target because PS4 issues different diagnostics.

Yunzhong Gao Yunzhong_Gao at playstation.sony.com
Wed Mar 25 13:16:30 PDT 2015


Author: ygao
Date: Wed Mar 25 15:16:29 2015
New Revision: 233210

URL: http://llvm.org/viewvc/llvm-project?rev=233210&view=rev
Log:
Disable this test for PS4 target because PS4 issues different diagnostics.


Modified:
    cfe/trunk/test/Preprocessor/pragma_microsoft.c

Modified: cfe/trunk/test/Preprocessor/pragma_microsoft.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/pragma_microsoft.c?rev=233210&r1=233209&r2=233210&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/pragma_microsoft.c (original)
+++ cfe/trunk/test/Preprocessor/pragma_microsoft.c Wed Mar 25 15:16:29 2015
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions
+// REQUIRES: non-ps4-sdk
 
 // rdar://6495941
 





More information about the cfe-commits mailing list