[pypy-dev] CLI tests on Mac OS X
by Niko Matsakis other posts by this author
Oct 13 2006 2:47AM messages near this date
Re: [pypy-dev] [pypy-svn] r33249 - in pypy/dist/pypy/translator: cli jvm jvm/src oosupport
|
Re: [pypy-dev] [pypy-svn] r33236 - pypy/dist/pypy/objspace/test
Hey, I am wondering whether anyone has had success running the CLI
tests on Mac OS X?
I am having a problem where the tests seem to lock up in random
places. I have tried letting them run all night without any
progress. In each case, "top" reveals that the mono process is
sucking up 60-80% of my CPU time, and if I kill the mono process then
the test fails but the test process continues.
When I run the tests on my linux machine, it seems to work ---
however, since I use the mac for most of my development, it is a bit
of pain to move the patches back and forth for testing, especially if
new files are involved.
I have mono installed through DarwinPorts, and it claims to be
version 1.1.16.1. This is on Mac OS X 10.4, and using Python 2.4
(also from DarwinPorts). Has anyone else seen similar behavior or
know a solution?
thanks!
Niko
_______________________________________________
pypy-dev@[...].net
http://codespeak.net/mailman/listinfo/pypy-dev
|