Re: [pypy-dev] pypy platform specific tests

2015-08-17 Thread Armin Rigo
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

Re: [pypy-dev] pypy platform specific tests

2015-08-17 Thread Vaibhav Sood
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

Re: [pypy-dev] pypy platform specific tests

2015-08-16 Thread Armin Rigo
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

[pypy-dev] pypy platform specific tests

2015-08-12 Thread Vaibhav Sood
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