r264788 - [Sema] Attempt [3] to fix tests for utf-8 invalid format string specifiers
Bruno Cardoso Lopes via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 29 14:30:58 PDT 2016
Author: bruno
Date: Tue Mar 29 16:30:58 2016
New Revision: 264788
URL: http://llvm.org/viewvc/llvm-project?rev=264788&view=rev
Log:
[Sema] Attempt [3] to fix tests for utf-8 invalid format string specifiers
Make the tests darwin only. The bots complaining already output UTF-8
invalid specifiers, test the output as we expect on darwin systems.
Modified:
cfe/trunk/test/SemaObjC/format-strings-utf8.m
Modified: cfe/trunk/test/SemaObjC/format-strings-utf8.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/format-strings-utf8.m?rev=264788&r1=264787&r2=264788&view=diff
==============================================================================
--- cfe/trunk/test/SemaObjC/format-strings-utf8.m (original)
+++ cfe/trunk/test/SemaObjC/format-strings-utf8.m Tue Mar 29 16:30:58 2016
@@ -1,3 +1,4 @@
+// REQUIRES: system-darwin
// RUN: rm -f %t.log
// RUN: env RC_DEBUG_OPTIONS=1 \
// RUN: CC_LOG_DIAGNOSTICS=1 CC_LOG_DIAGNOSTICS_FILE=%t.log \
More information about the cfe-commits
mailing list