[pypy-commit] pypy default: fix test, raise instead of assert

2014-06-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72019:6046a1811363 Date: 2014-06-11 19:06 +0300 http://bitbucket.org/pypy/pypy/changeset/6046a1811363/ Log:fix test, raise instead of assert diff --git a/rpython/config/test/test_translationoption.py

[pypy-commit] pypy default: check and raise when shell = True

2014-06-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72024:eed854395434 Date: 2014-06-11 21:56 +0300 http://bitbucket.org/pypy/pypy/changeset/eed854395434/ Log:check and raise when shell = True diff --git a/rpython/tool/runsubprocess.py b/rpython/tool/runsubprocess.py ---

[pypy-commit] pypy default: skip test on windows

2014-06-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72022:a5b405d11bc3 Date: 2014-06-11 21:41 +0300 http://bitbucket.org/pypy/pypy/changeset/a5b405d11bc3/ Log:skip test on windows diff --git a/rpython/translator/c/test/test_extfunc.py b/rpython/translator/c/test/test_extfunc.py ---

[pypy-commit] pypy default: fix translation of test

2014-06-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72023:18f696e31514 Date: 2014-06-11 21:44 +0300 http://bitbucket.org/pypy/pypy/changeset/18f696e31514/ Log:fix translation of test diff --git a/rpython/translator/c/test/test_extfunc.py b/rpython/translator/c/test/test_extfunc.py ---

[pypy-commit] pypy default: document more of the test environment

2014-06-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72021:cf7a32ba3aa5 Date: 2014-06-11 21:33 +0300 http://bitbucket.org/pypy/pypy/changeset/cf7a32ba3aa5/ Log:document more of the test environment diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrunner/runner.py +++

[pypy-commit] pypy default: copy log_errors handling from base class

2014-06-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72025:3c313890cbea Date: 2014-06-11 22:06 +0300 http://bitbucket.org/pypy/pypy/changeset/3c313890cbea/ Log:copy log_errors handling from base class diff --git a/rpython/translator/platform/windows.py

[pypy-commit] pypy default: skip and massage until MSVC passes tests

2014-06-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72026:535d835f3a8a Date: 2014-06-11 23:41 +0300 http://bitbucket.org/pypy/pypy/changeset/535d835f3a8a/ Log:skip and massage until MSVC passes tests diff --git a/rpython/rtyper/tool/test/test_rffi_platform.py

[pypy-commit] pypy gc-two-end-nursery: add llop do_malloc_fixedsize

2014-06-11 Thread wenzhuman
Author: wenzhuman manwen...@gmail.com Branch: gc-two-end-nursery Changeset: r72028:bdac1cc04cda Date: 2014-06-11 16:40 -0400 http://bitbucket.org/pypy/pypy/changeset/bdac1cc04cda/ Log:add llop do_malloc_fixedsize diff --git a/rpython/rtyper/lltypesystem/lloperation.py

[pypy-commit] pypy gc-two-end-nursery: add malloc_fixed() for obj that don't need zeroing memory before allocation

2014-06-11 Thread wenzhuman
Author: wenzhuman manwen...@gmail.com Branch: gc-two-end-nursery Changeset: r72027:46de6de2efd2 Date: 2014-06-11 16:38 -0400 http://bitbucket.org/pypy/pypy/changeset/46de6de2efd2/ Log:add malloc_fixed() for obj that don't need zeroing memory before allocation diff --git

[pypy-commit] pypy default: MSVC requires explicit export

2014-06-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72029:01934af31a64 Date: 2014-06-11 23:48 +0300 http://bitbucket.org/pypy/pypy/changeset/01934af31a64/ Log:MSVC requires explicit export diff --git a/rpython/rtyper/tool/test/test_mkrffi.py b/rpython/rtyper/tool/test/test_mkrffi.py

[pypy-commit] pypy default: pypy and cpython on windows both raise a KeyError

2014-06-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72031:7c92b1fd565a Date: 2014-06-12 00:05 +0300 http://bitbucket.org/pypy/pypy/changeset/7c92b1fd565a/ Log:pypy and cpython on windows both raise a KeyError diff --git a/rpython/rtyper/module/test/test_ll_os_environ.py

[pypy-commit] pypy default: pypy gets os.stat().st_mtime from win32api, cpython from crt

2014-06-11 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r72030:ca96d56fe60e Date: 2014-06-12 00:00 +0300 http://bitbucket.org/pypy/pypy/changeset/ca96d56fe60e/ Log:pypy gets os.stat().st_mtime from win32api, cpython from crt diff --git a/rpython/rtyper/module/test/test_ll_os_stat.py