r239387 - Disable clang/test/Misc/interpreter.c, for now, since r239273 mishandled *-msvc-elf.

NAKAMURA Takumi geek4civic at gmail.com
Mon Jun 8 23:27:23 PDT 2015


Author: chapuni
Date: Tue Jun  9 01:27:21 2015
New Revision: 239387

URL: http://llvm.org/viewvc/llvm-project?rev=239387&view=rev
Log:
Disable clang/test/Misc/interpreter.c, for now, since r239273 mishandled *-msvc-elf.

Modified:
    cfe/trunk/test/Misc/interpreter.c

Modified: cfe/trunk/test/Misc/interpreter.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Misc/interpreter.c?rev=239387&r1=239386&r2=239387&view=diff
==============================================================================
--- cfe/trunk/test/Misc/interpreter.c (original)
+++ cfe/trunk/test/Misc/interpreter.c Tue Jun  9 01:27:21 2015
@@ -1,5 +1,5 @@
 // RUN: clang-interpreter %s | FileCheck %s
-// REQUIRES: native, examples
+// REQUIRES: native, examples, shell
 
 int printf(const char *, ...);
 





More information about the cfe-commits mailing list