Author: Armin Rigo <[email protected]>
Branch: stmgc-c8
Changeset: r76216:d7d6579da261
Date: 2015-03-02 17:34 +0100
http://bitbucket.org/pypy/pypy/changeset/d7d6579da261/

Log:    Move this test into its own file (where it can run in parallel)

diff --git a/rpython/jit/backend/x86/test/test_zrpy_gc.py 
b/rpython/jit/backend/x86/test/test_zrpy_gc.py
--- a/rpython/jit/backend/x86/test/test_zrpy_gc.py
+++ b/rpython/jit/backend/x86/test/test_zrpy_gc.py
@@ -1,10 +1,6 @@
 from rpython.jit.backend.llsupport.test.zrpy_gc_test import 
CompileFrameworkTests
 
 
-class TestSTMShadowStack(CompileFrameworkTests):
-    gcrootfinder = "stm"
-
-
 class TestShadowStack(CompileFrameworkTests):
     gcrootfinder = "shadowstack"
     gc = "incminimark"
diff --git a/rpython/jit/backend/x86/test/test_zrpy_stm.py 
b/rpython/jit/backend/x86/test/test_zrpy_stm.py
new file mode 100644
--- /dev/null
+++ b/rpython/jit/backend/x86/test/test_zrpy_stm.py
@@ -0,0 +1,5 @@
+from rpython.jit.backend.llsupport.test.zrpy_gc_test import 
CompileFrameworkTests
+
+
+class TestSTMShadowStack(CompileFrameworkTests):
+    gcrootfinder = "stm"
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to