[llvm] r221598 - Mark test using python as REQUIRES: python27.

NAKAMURA Takumi geek4civic at gmail.com
Mon Nov 10 07:46:50 PST 2014


It should work with 2.6.6 and your "REQUIRES: python27" disables this
around whole version of python. What was your issue?

2014-11-11 0:29 GMT+09:00 Manuel Klimek <klimek at google.com>:
> Author: klimek
> Date: Mon Nov 10 09:29:29 2014
> New Revision: 221598
>
> URL: http://llvm.org/viewvc/llvm-project?rev=221598&view=rev
> Log:
> Mark test using python as REQUIRES: python27.
>
> Modified:
>     llvm/trunk/test/tools/llvm-symbolizer/ppc64.test
>
> Modified: llvm/trunk/test/tools/llvm-symbolizer/ppc64.test
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-symbolizer/ppc64.test?rev=221598&r1=221597&r2=221598&view=diff
> ==============================================================================
> --- llvm/trunk/test/tools/llvm-symbolizer/ppc64.test (original)
> +++ llvm/trunk/test/tools/llvm-symbolizer/ppc64.test Mon Nov 10 09:29:29 2014
> @@ -1,3 +1,4 @@
> +// REQUIRES: python27
>  // ppc64 was compiled from this source on a big-endian 64-bit PowerPC box
>  // with just "clang -nostdlib":
>  int foo() { return 0; }
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list