[pypy-commit] pypy remove-translator-platform: a branch to use platformer instead of translator/platform and to remove the latter

2012-05-21 Thread fijal
Author: Maciej Fijalkowski Branch: remove-translator-platform Changeset: r55145:bcd415c6e103 Date: 2012-05-21 15:16 +0200 http://bitbucket.org/pypy/pypy/changeset/bcd415c6e103/ Log:a branch to use platformer instead of translator/platform and to remove the latter diff --git a/pypy/tr

[pypy-commit] buildbot default: try another builder on allegro64

2012-05-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r643:714c9a687a74 Date: 2012-05-21 16:07 +0200 http://bitbucket.org/pypy/buildbot/changeset/714c9a687a74/ Log:try another builder on allegro64 diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.

[pypy-commit] pypy default: testrunner: add a junitxml merging script

2012-05-21 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r55146:cea3b8694de3 Date: 2012-05-21 17:23 +0200 http://bitbucket.org/pypy/pypy/changeset/cea3b8694de3/ Log:testrunner: add a junitxml merging script diff --git a/testrunner/junitmerge.py b/testrunner/junitmerge.py new file mode 100644 --- /dev/

[pypy-commit] pypy default: testrunner: add the script i used for creating file times

2012-05-21 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r55147:613c147eaf86 Date: 2012-05-21 18:04 +0200 http://bitbucket.org/pypy/pypy/changeset/613c147eaf86/ Log:testrunner: add the script i used for creating file times diff --git a/testrunner/filetimes.py b/testrunner/filetimes.py new file mode 10

[pypy-commit] pypy default: refactor this a bit and split few more dirs

2012-05-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r55149:f02ea87c3749 Date: 2012-05-21 18:48 +0200 http://bitbucket.org/pypy/pypy/changeset/f02ea87c3749/ Log:refactor this a bit and split few more dirs diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py --- a/pypy/testrunner_cfg.py +++

[pypy-commit] pypy default: basic test for os.kill

2012-05-21 Thread mattip
Author: Matti Picus Branch: Changeset: r55150:55fecfe8d79c Date: 2012-05-22 00:45 +0300 http://bitbucket.org/pypy/pypy/changeset/55fecfe8d79c/ Log:basic test for os.kill diff --git a/pypy/rpython/module/test/test_ll_os.py b/pypy/rpython/module/test/test_ll_os.py --- a/pypy/rpython/module/t