Re: Phoenix Dev Stuff
Scott Talbert <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 9 May 2016, Robin Dunn wrote: >> 2) Can the buildbots be made to run and show unittest results? It would >> be quite helpful to know the current test state on all platforms, and be >> able to see when regressions occur. > > That is the intent, but last time I tried it I ran into a problem which I > think had something to do with the build slave's environment if I remember > correctly. I didn't have time then to pursue the issue further, but it is > something that I'll try to get going again. I'm also experiencing some hard > crashes when running all of the tests at once on OSX, but running them a few > at a time passes, so that needs figuring out too. Yeah, I understand now what you're talking about. I've been trying to get all the tests to run (ie, not crash) on GTK3 too. It has been a challenge. :) Scott