Hi,
On 17 August 2015 at 12:52, Vaibhav Sood wrote:
> Thanks Armin! I was looking at the stacklet code under
> "pypy/rpython/translator/c/src/stacklet" as an example , I did find a tests.c
> file in the same folder but couldn’t find it being invoked by buildbot or any
> .py file in the test su
To: Vaibhav Sood
Cc: pypy-dev@python.org
Subject: Re: [pypy-dev] pypy platform specific tests
Hi Vaibhav,
On 12 August 2015 at 14:15, Vaibhav Sood wrote:
> wondering if there are any tests in the test suite which help to test
> the built binary? I ask this because I believe there is platfor
Hi Vaibhav,
On 12 August 2015 at 14:15, Vaibhav Sood wrote:
> wondering if there are any tests in the test suite which help to test the
> built binary? I ask this because I believe there is platform specific code
> in the binary and if so are there are any platform specific tests (I am
> assuming
Hi,
I am just starting off with pypy, I tried building pypy and running some tests
from the test suite earlier and had a query regarding the tests. I was
wondering if there are any tests in the test suite which help to test the built
binary? I ask this because I believe there is platform specif