[pypy-commit] pypy continulet-jit-3: "Fix" test

2012-11-04 Thread arigo
Author: Armin Rigo Branch: continulet-jit-3 Changeset: r58733:97e02b04815d Date: 2012-11-05 03:31 +0100 http://bitbucket.org/pypy/pypy/changeset/97e02b04815d/ Log:"Fix" test diff --git a/pypy/jit/metainterp/test/test_heapcache.py b/pypy/jit/metainterp/test/test_heapcache.py --- a/pypy/jit/m

[pypy-commit] pypy continulet-jit-3: Tweak tweak.

2012-11-04 Thread arigo
Author: Armin Rigo Branch: continulet-jit-3 Changeset: r58732:4716f62e7156 Date: 2012-11-05 03:28 +0100 http://bitbucket.org/pypy/pypy/changeset/4716f62e7156/ Log:Tweak tweak. diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/jit/backend/llgraph/runner.py --- a/pypy/jit/backend/llgraph

[pypy-commit] pypy continulet-jit-3: Add default impl

2012-11-04 Thread arigo
Author: Armin Rigo Branch: continulet-jit-3 Changeset: r58730:e9249a75739d Date: 2012-11-05 03:05 +0100 http://bitbucket.org/pypy/pypy/changeset/e9249a75739d/ Log:Add default impl diff --git a/pypy/jit/backend/model.py b/pypy/jit/backend/model.py --- a/pypy/jit/backend/model.py +++ b/pypy/ji

[pypy-commit] pypy continulet-jit-3: JIT_FRAME -> FORCE_TOKEN again. The idea is that a "jit frame"

2012-11-04 Thread arigo
Author: Armin Rigo Branch: continulet-jit-3 Changeset: r58729:9601aaf798dd Date: 2012-11-05 02:47 +0100 http://bitbucket.org/pypy/pypy/changeset/9601aaf798dd/ Log:JIT_FRAME -> FORCE_TOKEN again. The idea is that a "jit frame" corresponds to a dead finished state, whereas a "force toke

[pypy-commit] pypy continulet-jit-3: Some more tweaks in this branch in order to try implementing the idea on

2012-11-04 Thread arigo
Author: Armin Rigo Branch: continulet-jit-3 Changeset: r58728:3b6f9eeddd06 Date: 2012-11-05 02:46 +0100 http://bitbucket.org/pypy/pypy/changeset/3b6f9eeddd06/ Log:Some more tweaks in this branch in order to try implementing the idea on a real backend. diff --git a/pypy/jit/backend/ll

[pypy-commit] pypy stm-thread-2: Kill old commented-out lines

2012-11-04 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r58727:542b7f67e40c Date: 2012-11-04 13:40 +0100 http://bitbucket.org/pypy/pypy/changeset/542b7f67e40c/ Log:Kill old commented-out lines diff --git a/pypy/translator/goal/targetpypystandalone.py b/pypy/translator/goal/targetpypystandalone.p

[pypy-commit] pypy move-apptest-support: Split the various implementations for Test classes out of conftest.py

2012-11-04 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: move-apptest-support Changeset: r58725:5797cd7b43a6 Date: 2012-11-05 01:05 +0100 http://bitbucket.org/pypy/pypy/changeset/5797cd7b43a6/ Log:Split the various implementations for Test classes out of conftest.py diff --git a/pypy/conftest.py b/pypy/

[pypy-commit] pypy move-apptest-support: Found a nice way to isolate leakfinder from the rest of conftest.

2012-11-04 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: move-apptest-support Changeset: r58726:0d4cf3d45ce7 Date: 2012-11-05 01:31 +0100 http://bitbucket.org/pypy/pypy/changeset/0d4cf3d45ce7/ Log:Found a nice way to isolate leakfinder from the rest of conftest. diff --git a/pypy/conftest.py b/pypy/conftest.py

[pypy-commit] pypy move-apptest-support: A branch to move AppTest support out of conftest.

2012-11-04 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: move-apptest-support Changeset: r58724:d9a1a1dedfb5 Date: 2012-11-04 23:54 +0100 http://bitbucket.org/pypy/pypy/changeset/d9a1a1dedfb5/ Log:A branch to move AppTest support out of conftest. Goal: conftest.py should be importable by python3. __

[pypy-commit] pypy less-gettestobjspace: Close branch about to be merged

2012-11-04 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58722:ffa6c933affd Date: 2012-11-04 23:33 +0100 http://bitbucket.org/pypy/pypy/changeset/ffa6c933affd/ Log:Close branch about to be merged ___ pypy-commit mailing list pypy-commi

[pypy-commit] pypy less-gettestobjspace: Fix one more test

2012-11-04 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: less-gettestobjspace Changeset: r58720:5180fc91eab9 Date: 2012-10-31 22:13 +0100 http://bitbucket.org/pypy/pypy/changeset/5180fc91eab9/ Log:Fix one more test diff --git a/pypy/module/__builtin__/test/test_classobj.py b/pypy/module/__builtin__/test/test_c

[pypy-commit] pypy default: Issue1313: When sqlite cursor is an insert statement, list(cursor) would execute it twice :-(

2012-11-04 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r58719:afc480fa7162 Date: 2012-11-04 17:03 +0100 http://bitbucket.org/pypy/pypy/changeset/afc480fa7162/ Log:Issue1313: When sqlite cursor is an insert statement, list(cursor) would execute it twice :-( diff --git a/lib_pypy/_sqlite3.py

[pypy-commit] pypy jit-usable_retrace_3: class missmatch

2012-11-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r58718:d1a6e537 Date: 2012-10-24 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/d1a6e537/ Log:class missmatch diff --git a/pypy/jit/metainterp/test/test_virtualstate.py b/pypy/jit/metainterp/test/test_virtualstate.py -

[pypy-commit] pypy jit-usable_retrace_3: split

2012-11-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r58717:a3bd26bcf563 Date: 2012-10-24 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/a3bd26bcf563/ Log:split diff --git a/pypy/jit/metainterp/test/test_virtualstate.py b/pypy/jit/metainterp/test/test_virtualstate.py --- a/pypy/

[pypy-commit] pypy jit-usable_retrace_3: VirtualValues

2012-11-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r58716:9e1fa569c5dd Date: 2012-10-24 04:54 +0200 http://bitbucket.org/pypy/pypy/changeset/9e1fa569c5dd/ Log:VirtualValues diff --git a/pypy/jit/metainterp/test/test_virtualstate.py b/pypy/jit/metainterp/test/test_virtualstate.py ---

[pypy-commit] pypy jit-usable_retrace_3: (not) matching constants

2012-11-04 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r58715:e38d607f5a62 Date: 2012-10-24 02:34 +0200 http://bitbucket.org/pypy/pypy/changeset/e38d607f5a62/ Log:(not) matching constants diff --git a/pypy/jit/metainterp/test/test_virtualstate.py b/pypy/jit/metainterp/test/test_virtuals

[pypy-commit] pypy default: Support for a machine where /tmp is actually a symlink

2012-11-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r58714:9a3abd907a55 Date: 2012-11-04 13:37 +0100 http://bitbucket.org/pypy/pypy/changeset/9a3abd907a55/ Log:Support for a machine where /tmp is actually a symlink diff --git a/pypy/module/sys/test/test_initpath.py b/pypy/module/sys/test/test_initpath.p

[pypy-commit] pypy default: GetLastError/SetLastError support

2012-11-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r58713:05560d7ead06 Date: 2012-11-04 11:32 +0100 http://bitbucket.org/pypy/pypy/changeset/05560d7ead06/ Log:GetLastError/SetLastError support diff --git a/pypy/module/_cffi_backend/cerrno.py b/pypy/module/_cffi_backend/cerrno.py --- a/pypy/module/_cffi

[pypy-commit] pypy default: Import cffi/30115faf8019

2012-11-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r58712:bdf2b6c03d6d Date: 2012-11-04 11:26 +0100 http://bitbucket.org/pypy/pypy/changeset/bdf2b6c03d6d/ Log:Import cffi/30115faf8019 diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py ---

[pypy-commit] cffi default: fix the test, which was randomly occasionally failing

2012-11-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r1029:30115faf8019 Date: 2012-11-04 11:26 +0100 http://bitbucket.org/cffi/cffi/changeset/30115faf8019/ Log:fix the test, which was randomly occasionally failing diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1444,7 +1444,

[pypy-commit] pypy default: Import cffi/d3febaf49a87

2012-11-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r58711:1a7dfe33c4ce Date: 2012-11-04 11:22 +0100 http://bitbucket.org/pypy/pypy/changeset/1a7dfe33c4ce/ Log:Import cffi/d3febaf49a87 diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py ---

[pypy-commit] cffi default: Import _weakref instead of weakref.

2012-11-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r1028:d3febaf49a87 Date: 2012-11-04 11:22 +0100 http://bitbucket.org/cffi/cffi/changeset/d3febaf49a87/ Log:Import _weakref instead of weakref. diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1274,13 +1274,13 @@ assert

[pypy-commit] pypy default: Import from cffi/a9b7746a6a20.

2012-11-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r58710:7d32648c61c0 Date: 2012-11-04 11:14 +0100 http://bitbucket.org/pypy/pypy/changeset/7d32648c61c0/ Log:Import from cffi/a9b7746a6a20. diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.p

[pypy-commit] cffi default: fix test

2012-11-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r1027:a9b7746a6a20 Date: 2012-11-04 11:13 +0100 http://bitbucket.org/cffi/cffi/changeset/a9b7746a6a20/ Log:fix test diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -2361,7 +2361,7 @@ # SetLastError(42) # a ra

[pypy-commit] cffi default: A Win32 test

2012-11-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r1026:bdfa3c65f051 Date: 2012-11-04 11:12 +0100 http://bitbucket.org/cffi/cffi/changeset/bdfa3c65f051/ Log:A Win32 test diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -2346,3 +2346,22 @@ data = posix.read(fdr, 256)

[pypy-commit] pypy default: Fix.

2012-11-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r58709:932c833d63d3 Date: 2012-11-04 10:54 +0100 http://bitbucket.org/pypy/pypy/changeset/932c833d63d3/ Log:Fix. diff --git a/pypy/module/_cffi_backend/ctypefunc.py b/pypy/module/_cffi_backend/ctypefunc.py --- a/pypy/module/_cffi_backend/ctypefunc.py +

[pypy-commit] pypy default: Port the special-casing needed for libffi_msvc here.

2012-11-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r58708:dce53a683634 Date: 2012-11-04 10:43 +0100 http://bitbucket.org/pypy/pypy/changeset/dce53a683634/ Log:Port the special-casing needed for libffi_msvc here. diff --git a/pypy/module/_cffi_backend/ctypefunc.py b/pypy/module/_cffi_backend/ctypefunc.p