I have a test environment that doesn't have python... I need some way to mark this test to require python.<br><br><div class="gmail_quote">On Mon Nov 10 2014 at 4:46:50 PM NAKAMURA Takumi <<a href="mailto:geek4civic@gmail.com">geek4civic@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It should work with 2.6.6 and your "REQUIRES: python27" disables this<br>
around whole version of python. What was your issue?<br>
<br>
2014-11-11 0:29 GMT+09:00 Manuel Klimek <<a href="mailto:klimek@google.com" target="_blank">klimek@google.com</a>>:<br>
> Author: klimek<br>
> Date: Mon Nov 10 09:29:29 2014<br>
> New Revision: 221598<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=221598&view=rev" target="_blank">http://llvm.org/viewvc/llvm-<u></u>project?rev=221598&view=rev</a><br>
> Log:<br>
> Mark test using python as REQUIRES: python27.<br>
><br>
> Modified:<br>
>     llvm/trunk/test/tools/llvm-<u></u>symbolizer/ppc64.test<br>
><br>
> Modified: llvm/trunk/test/tools/llvm-<u></u>symbolizer/ppc64.test<br>
> URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-symbolizer/ppc64.test?rev=221598&r1=221597&r2=221598&view=diff" target="_blank">http://llvm.org/viewvc/llvm-<u></u>project/llvm/trunk/test/tools/<u></u>llvm-symbolizer/ppc64.test?<u></u>rev=221598&r1=221597&r2=<u></u>221598&view=diff</a><br>
> ==============================<u></u>==============================<u></u>==================<br>
> --- llvm/trunk/test/tools/llvm-<u></u>symbolizer/ppc64.test (original)<br>
> +++ llvm/trunk/test/tools/llvm-<u></u>symbolizer/ppc64.test Mon Nov 10 09:29:29 2014<br>
> @@ -1,3 +1,4 @@<br>
> +// REQUIRES: python27<br>
>  // ppc64 was compiled from this source on a big-endian 64-bit PowerPC box<br>
>  // with just "clang -nostdlib":<br>
>  int foo() { return 0; }<br>
><br>
><br>
> ______________________________<u></u>_________________<br>
> llvm-commits mailing list<br>
> <a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">llvm-commits@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvm-commits</a><br>
</blockquote></div>