[pypy-commit] stmgc copy-over-original2: Fix the strange error of the debugging mprotect() calls by simply

2013-07-27 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r463:34dc06192796 Date: 2013-07-27 16:26 +0200 http://bitbucket.org/pypy/stmgc/changeset/34dc06192796/ Log:Fix the strange error of the debugging mprotect() calls by simply running the example for less long. http://sta

[pypy-commit] stmgc copy-over-original2: Fix (probably, but it seems confirmed by the fact that test_random doesn't

2013-07-26 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r455:e05ca53c99a1 Date: 2013-07-26 16:59 +0200 http://bitbucket.org/pypy/stmgc/changeset/e05ca53c99a1/ Log:Fix (probably, but it seems confirmed by the fact that test_random doesn't complain about unexpected aborts) diff --git

[pypy-commit] stmgc copy-over-original2: Fix.

2013-07-26 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r453:ba5331ab45cc Date: 2013-07-26 16:29 +0200 http://bitbucket.org/pypy/stmgc/changeset/ba5331ab45cc/ Log:Fix. diff --git a/c4/gcpage.c b/c4/gcpage.c --- a/c4/gcpage.c +++ b/c4/gcpage.c @@ -291,25 +291,28 @@ h_original. Or,

[pypy-commit] stmgc copy-over-original2: Fix the assert

2013-07-26 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r451:565a8b79ab12 Date: 2013-07-26 16:27 +0200 http://bitbucket.org/pypy/stmgc/changeset/565a8b79ab12/ Log:Fix the assert diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -569,7 +569,8 @@ gcptr stm_WriteBarrier(gcptr P)

[pypy-commit] stmgc copy-over-original2: Fix test

2013-07-26 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r454:f85126cb4b2c Date: 2013-07-26 16:30 +0200 http://bitbucket.org/pypy/stmgc/changeset/f85126cb4b2c/ Log:Fix test diff --git a/c4/test/test_et.py b/c4/test/test_et.py --- a/c4/test/test_et.py +++ b/c4/test/test_et.py @@ -80,10 +80,7

[pypy-commit] stmgc copy-over-original2: fix tests

2013-07-26 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r448:d831591aa66f Date: 2013-07-26 11:11 +0200 http://bitbucket.org/pypy/stmgc/changeset/d831591aa66f/ Log:fix tests diff --git a/c4/test/test_abort.py b/c4/test/test_abort.py --- a/c4/test/test_abort.py +++ b/c4/test/test_abort.py @@

[pypy-commit] stmgc copy-over-original2: Fix test

2013-07-26 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r450:e6aa22bd6c25 Date: 2013-07-26 12:37 +0200 http://bitbucket.org/pypy/stmgc/changeset/e6aa22bd6c25/ Log:Fix test diff --git a/c4/et.h b/c4/et.h --- a/c4/et.h +++ b/c4/et.h @@ -77,8 +77,9 @@ static const revision_t GCFLAG_PRIVATE_F

[pypy-commit] stmgc copy-over-original2: Fix (argh), by adding a reasonable assert, and fix all tests to pass this condition.

2013-07-26 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r445:7cf82d665852 Date: 2013-07-25 23:19 +0200 http://bitbucket.org/pypy/stmgc/changeset/7cf82d665852/ Log:Fix (argh), by adding a reasonable assert, and fix all tests to pass this condition. diff --git a/c4/et.c b/c4/et.c ---

[pypy-commit] stmgc copy-over-original2: Fix

2013-07-25 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r441:102fc9863345 Date: 2013-07-25 18:13 +0200 http://bitbucket.org/pypy/stmgc/changeset/102fc9863345/ Log:Fix diff --git a/c4/gcpage.c b/c4/gcpage.c --- a/c4/gcpage.c +++ b/c4/gcpage.c @@ -540,7 +540,8 @@ if (obj->h_tid &

[pypy-commit] stmgc copy-over-original2: Fix the test

2013-07-25 Thread arigo
Author: Armin Rigo Branch: copy-over-original2 Changeset: r437:3afacc15e34b Date: 2013-07-25 17:30 +0200 http://bitbucket.org/pypy/stmgc/changeset/3afacc15e34b/ Log:Fix the test diff --git a/c4/test/test_gcpage.py b/c4/test/test_gcpage.py --- a/c4/test/test_gcpage.py +++ b/c4/test/test_gcpag