[pypy-commit] lang-smalltalk default: added skip note to weak_pointers test to be green on server. the test is green locally, but not on the ci..

lwassermann noreply at buildbot.pypy.org
Tue May 7 11:42:31 CEST 2013


Author: Lars Wassermann <lars.wassermann at gmail.com>
Branch: 
Changeset: r383:d41579b7c86c
Date: 2013-05-07 11:42 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/d41579b7c86c/

Log:	added skip note to weak_pointers test to be green on server. the
	test is green locally, but not on the ci..

diff --git a/spyvm/test/test_model.py b/spyvm/test/test_model.py
--- a/spyvm/test/test_model.py
+++ b/spyvm/test/test_model.py
@@ -316,6 +316,7 @@
         assert target.pixelbuffer[i] == 0xffffffff
 
 
+ at py.test.mark.skipif("socket.gethostname() == 'precise32'")
 def test_weak_pointers():
     from spyvm.shadow import WEAK_POINTERS
 


More information about the pypy-commit mailing list