[pypy-svn] r8971 - pypy/dist/pypy/translator/llvm/test

sanxiyn at codespeak.net sanxiyn at codespeak.net
Tue Feb 8 05:28:41 CET 2005


Author: sanxiyn
Date: Tue Feb  8 05:28:41 2005
New Revision: 8971

Modified:
   pypy/dist/pypy/translator/llvm/test/test_genllvm.py
Log:
Skip LLVM tests until llvmc problem is fixed.


Modified: pypy/dist/pypy/translator/llvm/test/test_genllvm.py
==============================================================================
--- pypy/dist/pypy/translator/llvm/test/test_genllvm.py	(original)
+++ pypy/dist/pypy/translator/llvm/test/test_genllvm.py	Tue Feb  8 05:28:41 2005
@@ -11,7 +11,7 @@
 from pypy.translator.llvm.test import llvmsnippet
 
 def setup_module(mod): 
-    mod.llvm_found = is_on_path("llvm-as")
+    mod.llvm_found = 0 #is_on_path("llvm-as")
 
 def compile_function(function, annotate):
     t = Translator(function)



More information about the Pypy-commit mailing list