[issue14516] test_tools assumes BUILDDIR=SRCDIR

2013-02-08 Thread Ronald Oussoren
Ronald Oussoren added the comment: I've closed the issue because I can no longer reproduce the issue, the changesets mentioned by Ned have fixed the problem. -- status: pending -> closed ___ Python tracker ___

[issue14516] test_tools assumes BUILDDIR=SRCDIR

2012-12-31 Thread Ronald Oussoren
Ronald Oussoren added the comment: 2.7 works as well. Roumen: what doesn't work and how can we reproduce that? -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> pending ___ Python tracker

[issue14516] test_tools assumes BUILDDIR=SRCDIR

2012-12-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Test_tools passes for me with the tip of the default branch and BUILDDIR!=SRCDIR. I'm currently running a 2.7 test run, but AFAIK this issue is fixed. -- ___ Python tracker

[issue14516] test_tools assumes BUILDDIR=SRCDIR

2012-12-30 Thread Roumen Petrov
Roumen Petrov added the comment: No - it is broken. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue14516] test_tools assumes BUILDDIR=SRCDIR

2012-12-28 Thread Ned Deily
Ned Deily added the comment: Looks like this issue was addressed with 6d0c54b99ca9 (2.7), 5493299df0a0 (3.2) and c23b442b5d5e (default). Close? -- nosy: +ned.deily ___ Python tracker _

[issue14516] test_tools assumes BUILDDIR=SRCDIR

2012-04-06 Thread Roumen Petrov
Roumen Petrov added the comment: another one is in Lib/packaging/tests/support.py - should be from same commit -- nosy: +rpetrov ___ Python tracker ___ _

[issue14516] test_tools assumes BUILDDIR=SRCDIR

2012-04-06 Thread Éric Araujo
Éric Araujo added the comment: Thanks for catching this. The definition of projectbase and srcdir is not clear to me, I always have to use trial and error to find the right one in my tests. The patch must be applied to all three branches; let me know if I should do it. -- versions:

[issue14516] test_tools assumes BUILDDIR=SRCDIR

2012-04-06 Thread Ronald Oussoren
New submission from Ronald Oussoren : When I run "make tests" I get (amongst others) the following test failure: == FAIL: test_noargs (test.test_tools.ReindentTests) --