[pypy-commit] pypy result-in-resops: fix executor, modulo read_timestamp

2012-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: result-in-resops Changeset: r56897:da5d96304148 Date: 2012-08-28 12:52 +0200 http://bitbucket.org/pypy/pypy/changeset/da5d96304148/ Log:fix executor, modulo read_timestamp diff --git a/pypy/jit/metainterp/executor.py b/pypy/jit/metainterp/executor.py --- a/

[pypy-commit] pypy result-in-resops: port more of those tests

2012-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: result-in-resops Changeset: r56899:314c3f8c6097 Date: 2012-08-28 13:25 +0200 http://bitbucket.org/pypy/pypy/changeset/314c3f8c6097/ Log:port more of those tests diff --git a/pypy/jit/backend/llgraph/llimpl.py b/pypy/jit/backend/llgraph/llimpl.py --- a/pypy

[pypy-commit] pypy result-in-resops: kill the pdb

2012-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: result-in-resops Changeset: r56900:9b6eac230d23 Date: 2012-08-28 13:35 +0200 http://bitbucket.org/pypy/pypy/changeset/9b6eac230d23/ Log:kill the pdb diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/bac

[pypy-commit] pypy result-in-resops: merge default again

2012-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: result-in-resops Changeset: r56901:49ab8b97e324 Date: 2012-08-28 13:35 +0200 http://bitbucket.org/pypy/pypy/changeset/49ab8b97e324/ Log:merge default again diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -19

[pypy-commit] pypy result-in-resops: continue porting test_llgraph

2012-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: result-in-resops Changeset: r56902:09c187ceba4a Date: 2012-08-28 14:19 +0200 http://bitbucket.org/pypy/pypy/changeset/09c187ceba4a/ Log:continue porting test_llgraph diff --git a/pypy/jit/backend/llgraph/llimpl.py b/pypy/jit/backend/llgraph/llimpl.py --- a

[pypy-commit] buildbot default: add a pypyOwnTestFactory builder that runs on tannit-arm32

2012-08-28 Thread bivab
Author: David Schneider Branch: Changeset: r665:38a70a67d39c Date: 2012-08-28 15:01 +0200 http://bitbucket.org/pypy/buildbot/changeset/38a70a67d39c/ Log:add a pypyOwnTestFactory builder that runs on tannit-arm32 diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bo

[pypy-commit] buildbot default: update arm nightly builds

2012-08-28 Thread bivab
Author: David Schneider Branch: Changeset: r667:afd4d775d01d Date: 2012-08-28 15:02 +0200 http://bitbucket.org/pypy/buildbot/changeset/afd4d775d01d/ Log:update arm nightly builds diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++ b/b

[pypy-commit] pypy default: Document an error that we might get on some Linux systems.

2012-08-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r56903:09e1146cf5c6 Date: 2012-08-28 15:01 +0200 http://bitbucket.org/pypy/pypy/changeset/09e1146cf5c6/ Log:Document an error that we might get on some Linux systems. diff --git a/pypy/module/_multiprocessing/test/test_semaphore.py b/pypy/module/_multi

[pypy-commit] buildbot default: move JITONLYLINUXARM32 builder to tannit

2012-08-28 Thread bivab
Author: David Schneider Branch: Changeset: r666:fe8d73537fa0 Date: 2012-08-28 15:01 +0200 http://bitbucket.org/pypy/buildbot/changeset/fe8d73537fa0/ Log:move JITONLYLINUXARM32 builder to tannit diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/ma

[pypy-commit] cffi default: hgignore also _cffi_backend.cpython-33m.so.

2012-08-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r902:2db91665949b Date: 2012-08-28 15:09 +0200 http://bitbucket.org/cffi/cffi/changeset/2db91665949b/ Log:hgignore also _cffi_backend.cpython-33m.so. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -5,7 +5,7 @@ testing/__pycache__

[pypy-commit] cffi default: Remove the outdated "todo"

2012-08-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r903:17c922017bde Date: 2012-08-28 15:13 +0200 http://bitbucket.org/cffi/cffi/changeset/17c922017bde/ Log:Remove the outdated "todo" diff --git a/doc/todo b/doc/todo deleted file mode 100644 --- a/doc/todo +++ /dev/null @@ -1,8 +0,0 @@ -Windows: GetLast

[pypy-commit] pypy result-in-resops: Almost at 50% of this file. Give up for now

2012-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: result-in-resops Changeset: r56905:413e1cdf2d6b Date: 2012-08-28 15:16 +0200 http://bitbucket.org/pypy/pypy/changeset/413e1cdf2d6b/ Log:Almost at 50% of this file. Give up for now diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/ru

[pypy-commit] pypy result-in-resops: Progress. happily surpassed 50% of this particular test file (runner_test) ported

2012-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: result-in-resops Changeset: r56907:34c36602fd8a Date: 2012-08-28 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/34c36602fd8a/ Log:Progress. happily surpassed 50% of this particular test file (runner_test) ported diff --git a/pypy/jit/backend/l

[pypy-commit] pypy result-in-resops: fix some imports

2012-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: result-in-resops Changeset: r56906:38ff23c7a12c Date: 2012-08-28 15:38 +0200 http://bitbucket.org/pypy/pypy/changeset/38ff23c7a12c/ Log:fix some imports diff --git a/pypy/jit/metainterp/logger.py b/pypy/jit/metainterp/logger.py --- a/pypy/jit/metainterp/log

[pypy-commit] pypy result-in-resops: Finish porting backend tests to the new interface. At least backend is working

2012-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: result-in-resops Changeset: r56908:0896eab3b830 Date: 2012-08-28 17:57 +0200 http://bitbucket.org/pypy/pypy/changeset/0896eab3b830/ Log:Finish porting backend tests to the new interface. At least backend is working diff --git a/pypy/jit/backend/llgr

[pypy-commit] pypy result-in-resops: make test_compile pass by fixing compile.py

2012-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: result-in-resops Changeset: r56909:cf3f6ddaf7e6 Date: 2012-08-28 18:07 +0200 http://bitbucket.org/pypy/pypy/changeset/cf3f6ddaf7e6/ Log:make test_compile pass by fixing compile.py diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py

[pypy-commit] pypy result-in-resops: fix some imports, now we can run optimize tests

2012-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: result-in-resops Changeset: r56910:efc49116d5fe Date: 2012-08-28 18:09 +0200 http://bitbucket.org/pypy/pypy/changeset/efc49116d5fe/ Log:fix some imports, now we can run optimize tests diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py

[pypy-commit] pypy minimark-noclear: Close the branch, abandoning the idea. JIT support is not done, but

2012-08-28 Thread arigo
Author: Armin Rigo Branch: minimark-noclear Changeset: r56912:9c2f2bab4722 Date: 2012-08-28 22:46 +0200 http://bitbucket.org/pypy/pypy/changeset/9c2f2bab4722/ Log:Close the branch, abandoning the idea. JIT support is not done, but non-JIT versions of pypy-c turn out 2% slower. It's un

[pypy-commit] pypy minimark-noclear: in-progress

2012-08-28 Thread arigo
Author: Armin Rigo Branch: minimark-noclear Changeset: r56911:6a386a83fd27 Date: 2012-08-28 22:45 +0200 http://bitbucket.org/pypy/pypy/changeset/6a386a83fd27/ Log:in-progress diff --git a/pypy/jit/metainterp/gc.py b/pypy/jit/metainterp/gc.py --- a/pypy/jit/metainterp/gc.py +++ b/pypy/jit/met

[pypy-commit] pypy reflex-support: reworked typical pythonizations

2012-08-28 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r56913:1a8daa7fe87d Date: 2012-08-28 13:38 -0700 http://bitbucket.org/pypy/pypy/changeset/1a8daa7fe87d/ Log:reworked typical pythonizations diff --git a/pypy/module/cppyy/capi/cint_capi.py b/pypy/module/cppyy/capi/cint_capi.py --- a/py

[pypy-commit] pypy default: atypes is an unbounded array, so can't loop over it directly

2012-08-28 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r56915:c9d6ed8b04b7 Date: 2012-08-28 15:09 -0700 http://bitbucket.org/pypy/pypy/changeset/c9d6ed8b04b7/ Log:atypes is an unbounded array, so can't loop over it directly diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/jit/backend/llgraph/runne

[pypy-commit] pypy reflex-support: merge default into branch

2012-08-28 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r56916:30562f8fa4e1 Date: 2012-08-28 15:10 -0700 http://bitbucket.org/pypy/pypy/changeset/30562f8fa4e1/ Log:merge default into branch diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/jit/backend/llgraph/runner.py --- a/pypy/jit/b

[pypy-commit] pypy reflex-support: no longer needed workaround for llgraph/runner.py

2012-08-28 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r56917:2cfa57094c93 Date: 2012-08-28 15:12 -0700 http://bitbucket.org/pypy/pypy/changeset/2cfa57094c93/ Log:no longer needed workaround for llgraph/runner.py diff --git a/pypy/module/cppyy/test/test_zjit.py b/pypy/module/cppyy/test/tes

[pypy-commit] pypy numpypy-complex2: add module/cmath tests to rlib/rcomplex

2012-08-28 Thread mattip
Author: mattip Branch: numpypy-complex2 Changeset: r56918:76cd8e4de63a Date: 2012-08-28 23:41 +0300 http://bitbucket.org/pypy/pypy/changeset/76cd8e4de63a/ Log:add module/cmath tests to rlib/rcomplex diff --git a/pypy/module/cmath/interp_cmath.py b/pypy/module/cmath/interp_cmath.py --- a/pyp

[pypy-commit] pypy numpypy-complex2: reorder tests and add to expose correct error

2012-08-28 Thread mattip
Author: mattip Branch: numpypy-complex2 Changeset: r56919:3c3cbf2399b3 Date: 2012-08-29 00:37 +0300 http://bitbucket.org/pypy/pypy/changeset/3c3cbf2399b3/ Log:reorder tests and add to expose correct error diff --git a/pypy/rlib/test/rcomplex_testcases.txt b/pypy/rlib/test/rcomplex_testcases

[pypy-commit] pypy numpypy-complex2: remove duplicate code

2012-08-28 Thread mattip
Author: mattip Branch: numpypy-complex2 Changeset: r56922:0ed79855240e Date: 2012-08-29 01:13 +0300 http://bitbucket.org/pypy/pypy/changeset/0ed79855240e/ Log:remove duplicate code diff --git a/pypy/module/cmath/interp_cmath.py b/pypy/module/cmath/interp_cmath.py --- a/pypy/module/cmath/int

[pypy-commit] pypy numpypy-complex2: fix c_sqrt, c_cos

2012-08-28 Thread mattip
Author: mattip Branch: numpypy-complex2 Changeset: r56920:58f6915d6a94 Date: 2012-08-29 00:43 +0300 http://bitbucket.org/pypy/pypy/changeset/58f6915d6a94/ Log:fix c_sqrt, c_cos diff --git a/pypy/rlib/rcomplex.py b/pypy/rlib/rcomplex.py --- a/pypy/rlib/rcomplex.py +++ b/pypy/rlib/rcomplex.py

[pypy-commit] pypy numpypy-complex2: revert my changes, tests on rcomplex pass

2012-08-28 Thread mattip
Author: mattip Branch: numpypy-complex2 Changeset: r56921:40773bbfd03c Date: 2012-08-29 00:48 +0300 http://bitbucket.org/pypy/pypy/changeset/40773bbfd03c/ Log:revert my changes, tests on rcomplex pass diff --git a/pypy/rlib/rcomplex.py b/pypy/rlib/rcomplex.py --- a/pypy/rlib/rcomplex.py +++