Author: Carl Friedrich Bolz
Branch: value-profiling
Changeset: r81923:f66ef9ad7656
Date: 2016-01-22 17:47 +0100
http://bitbucket.org/pypy/pypy/changeset/f66ef9ad7656/
Log:fix interaction of known class lists and cpyext
diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobje
Author: Richard Plangger
Branch: s390x-backend
Changeset: r81922:dcf9b353608e
Date: 2016-01-22 18:03 +0100
http://bitbucket.org/pypy/pypy/changeset/dcf9b353608e/
Log:added comment to my last commit
diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++
Author: fijal
Branch: vmprof-newstack
Changeset: r81921:4b79f234a111
Date: 2016-01-22 17:45 +0100
http://bitbucket.org/pypy/pypy/changeset/4b79f234a111/
Log:merge
diff --git a/rpython/jit/codewriter/test/test_jtransform.py
b/rpython/jit/codewriter/test/test_jtransform.py
--- a/rpython/jit/co
Author: fijal
Branch: vmprof-newstack
Changeset: r81920:b5543f370125
Date: 2016-01-22 17:33 +0100
http://bitbucket.org/pypy/pypy/changeset/b5543f370125/
Log:fix the test
diff --git a/rpython/jit/metainterp/test/test_jitdriver.py
b/rpython/jit/metainterp/test/test_jitdriver.py
--- a/rpython/j
Author: Armin Rigo
Branch: vmprof-newstack
Changeset: r81919:e45af82e0252
Date: 2016-01-22 17:31 +0100
http://bitbucket.org/pypy/pypy/changeset/e45af82e0252/
Log:fix
diff --git a/rpython/jit/codewriter/test/test_jtransform.py
b/rpython/jit/codewriter/test/test_jtransform.py
--- a/rpython/ji
Author: Armin Rigo
Branch: vmprof-newstack
Changeset: r81918:fba43bc13dda
Date: 2016-01-22 16:41 +0100
http://bitbucket.org/pypy/pypy/changeset/fba43bc13dda/
Log:Fix for some tests: don't use .offset directly, call .getoffset()
diff --git a/rpython/jit/backend/x86/assembler.py
b/rpython/jit
Author: fijal
Branch: vmprof-newstack
Changeset: r81917:ffec42c76f43
Date: 2016-01-22 15:18 +0100
http://bitbucket.org/pypy/pypy/changeset/ffec42c76f43/
Log:change pdb to some asserts
diff --git a/rpython/jit/backend/llsupport/test/zrpy_vmprof_test.py
b/rpython/jit/backend/llsupport/test/zrp
Author: fijal
Branch: vmprof-newstack
Changeset: r81915:900de81cdc5e
Date: 2016-01-22 15:11 +0100
http://bitbucket.org/pypy/pypy/changeset/900de81cdc5e/
Log:fix that test
diff --git a/rpython/jit/metainterp/test/test_recursive.py
b/rpython/jit/metainterp/test/test_recursive.py
--- a/rpython/
Author: fijal
Branch: vmprof-newstack
Changeset: r81916:670f46cb2434
Date: 2016-01-22 15:12 +0100
http://bitbucket.org/pypy/pypy/changeset/670f46cb2434/
Log:import os x related hacks for threads & vmprof
diff --git a/rpython/rlib/rvmprof/src/vmprof_common.h
b/rpython/rlib/rvmprof/src/vmprof_
Author: Richard Plangger
Branch: s390x-backend
Changeset: r81914:43db866bfbb3
Date: 2016-01-22 14:56 +0100
http://bitbucket.org/pypy/pypy/changeset/43db866bfbb3/
Log:macros (e.g. WCOREDUMP) got parameter type Signed, on little endian
this does not make a difference, but it does on big
Author: fijal
Branch: vmprof-newstack
Changeset: r81913:9fcd011d9607
Date: 2016-01-22 14:28 +0100
http://bitbucket.org/pypy/pypy/changeset/9fcd011d9607/
Log:we can have is_recursive but no get_unique_id
diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py
--- a/rpython/rlib/jit.py
+++ b/rpy
Author: Richard Plangger
Branch: s390x-backend
Changeset: r81912:6840459f9b22
Date: 2016-01-22 12:51 +0100
http://bitbucket.org/pypy/pypy/changeset/6840459f9b22/
Log:fixed callsite of clibffi with the same big endian issues as found
yesterday evening
diff --git a/pypy/module/micronum
Author: Armin Rigo
Branch: extradoc
Changeset: r694:50a0e13fff46
Date: 2016-01-22 12:47 +0100
http://bitbucket.org/pypy/pypy.org/changeset/50a0e13fff46/
Log:update the values
diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -9,13 +9,13 @@
$(function() {
$("#pro
Author: Richard Plangger
Branch: s390x-backend
Changeset: r81911:47a85e21bb1b
Date: 2016-01-22 12:00 +0100
http://bitbucket.org/pypy/pypy/changeset/47a85e21bb1b/
Log:and the other part of the bigendian issues (micronumpy tests)
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy
Author: Richard Plangger
Branch: s390x-backend
Changeset: r81910:d1a60e575946
Date: 2016-01-22 10:56 +0100
http://bitbucket.org/pypy/pypy/changeset/d1a60e575946/
Log:half way through the ndarray tests (endian issues)
diff --git a/pypy/module/micronumpy/test/test_ndarray.py
b/pypy/module/mic
Author: Richard Plangger
Branch: s390x-backend
Changeset: r81909:272b467ba7dd
Date: 2016-01-22 10:24 +0100
http://bitbucket.org/pypy/pypy/changeset/272b467ba7dd/
Log:two more dtype tests fixed (endian issues)
diff --git a/pypy/module/micronumpy/test/test_dtypes.py
b/pypy/module/micronumpy/t
Author: Richard Plangger
Branch: s390x-backend
Changeset: r81908:6b28800745be
Date: 2016-01-22 10:21 +0100
http://bitbucket.org/pypy/pypy/changeset/6b28800745be/
Log:numpy dtype fixes in the test suite
diff --git a/pypy/module/marshal/test/test_marshalimpl.py
b/pypy/module/marshal/test/test
Author: Richard Plangger
Branch: s390x-backend
Changeset: r81907:359e329036d5
Date: 2016-01-22 09:59 +0100
http://bitbucket.org/pypy/pypy/changeset/359e329036d5/
Log:endian test issue marshal, test decoded value using platform
endianess (not desired for marshall module)
diff --git a/
Author: Richard Plangger
Branch: s390x-backend
Changeset: r81906:9df502324ca5
Date: 2016-01-22 09:36 +0100
http://bitbucket.org/pypy/pypy/changeset/9df502324ca5/
Log:the same for the UTF32 test
diff --git a/pypy/module/cpyext/test/test_unicodeobject.py
b/pypy/module/cpyext/test/test_unicode
Author: Richard Plangger
Branch: s390x-backend
Changeset: r81905:b1b31c094879
Date: 2016-01-22 09:34 +0100
http://bitbucket.org/pypy/pypy/changeset/b1b31c094879/
Log:big endian issue while testing cpyext (PyUnicode_DecodeUTF16)
diff --git a/pypy/module/cpyext/test/test_arraymodule.py
b/pypy
Author: Richard Plangger
Branch: s390x-backend
Changeset: r81904:43c90f2f520e
Date: 2016-01-22 09:20 +0100
http://bitbucket.org/pypy/pypy/changeset/43c90f2f520e/
Log:big endian test issue cpyext
diff --git a/pypy/module/cpyext/test/test_arraymodule.py
b/pypy/module/cpyext/test/test_arraymod
Author: Carl Friedrich Bolz
Branch: value-profiling
Changeset: r81903:7e6dd66f2318
Date: 2016-01-22 09:17 +0100
http://bitbucket.org/pypy/pypy/changeset/7e6dd66f2318/
Log:test that found the problem of the previous commit
diff --git a/pypy/objspace/std/test/test_mapdict.py
b/pypy/objspace/s
Author: Carl Friedrich Bolz
Branch: value-profiling
Changeset: r81902:c1866643eecd
Date: 2016-01-22 09:13 +0100
http://bitbucket.org/pypy/pypy/changeset/c1866643eecd/
Log:test and fix for write_necessary logic when mixing ints and objects
diff --git a/rpython/rlib/heapprof.py b/rpython/rlib/
23 matches
Mail list logo