[pypy-svn] r34041 - pypy/dist/pypy/jit/codegen/llvm/test

ericvrp at codespeak.net ericvrp at codespeak.net
Wed Nov 1 16:57:17 CET 2006


Author: ericvrp
Date: Wed Nov  1 16:57:15 2006
New Revision: 34041

Modified:
   pypy/dist/pypy/jit/codegen/llvm/test/test_llvmjit.py
Log:
(ericvrp, mwh around) add testcase(names) as a kind of todo list


Modified: pypy/dist/pypy/jit/codegen/llvm/test/test_llvmjit.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/llvm/test/test_llvmjit.py	(original)
+++ pypy/dist/pypy/jit/codegen/llvm/test/test_llvmjit.py	Wed Nov  1 16:57:15 2006
@@ -37,3 +37,25 @@
 
 def DONTtest_execute_accross_module():
     pass
+
+def DONTtest_modify_global_data():
+    pass
+
+def DONTtest_call_back_to_parent(): #call JIT-compiler again for it to add case(s) to flexswitch
+    pass
+
+def DONTtest_delete_function():
+    pass
+
+def DONTtest_functions_with_different_signatures():
+    pass
+
+def DONTtest_llvm_transformations():
+    pass
+
+def DONTtest_layers_of_codegenerators():    #e.g. i386 code until function stabilizes then llvm
+    pass
+
+def DONTtest_inmemory_ll_and_bc_files():
+    pass
+



More information about the Pypy-commit mailing list