Re: [pypy-dev] pypyjit/test_pypy_c

2014-01-23 Thread Armin Rigo
Hi Manuel, On Tue, Jan 21, 2014 at 1:50 PM, Manuel Jacob wrote: > So we have to solve this in > a non-technical way. Everyone should feel responsible for tests that fail > and check whether he broke that test by accident. If not, he should feel > free to blame others on IRC or the mailing list.

Re: [pypy-dev] pypyjit/test_pypy_c

2014-01-22 Thread Manuel Jacob
On 2014-01-21 11:34, Armin Rigo wrote: Hi all, There are failures in pypyjit/test_pypy_c/test_string.py that shows that the JIT gets much worse code in some cases. This is probably related to the refactor-str-types branch merge (at least the dates match). I found and fixed one issue, which was