[issue11653] Problems with some tests using -j2

2011-05-27 Thread Ned Deily
Changes by Ned Deily : -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue11653] Problems with some tests using -j2

2011-03-28 Thread Ned Deily
Ned Deily added the comment: Antoine is correct in principle, however LD_LIBRARY_PATH does not work on OS X. To test without installing, you would need to use DYLD_LIBRARY_PATH instead. Also keep in mind that, unlike most other systems, OS X binaries embed absolute paths to dynamic librarie

[issue11653] Problems with some tests using -j2

2011-03-24 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Pretty vanilla. Install in my directory tree, get libraries from MacPorts: > > --prefix=/Users/skip/local --enable-shared LDFLAGS=-L/opt/local/lib > CPPFLAGS=-I/opt/local/include > > I thought you had fixed the --enable-shared linkage problems, but takin

[issue11653] Problems with some tests using -j2

2011-03-24 Thread Skip Montanaro
Skip Montanaro added the comment: Ned> Skip, what parameters are you using with ./configure ? Pretty vanilla. Install in my directory tree, get libraries from MacPorts: --prefix=/Users/skip/local --enable-shared LDFLAGS=-L/opt/local/lib CPPFLAGS=-I/opt/local/include I thought you had fixe

[issue11653] Problems with some tests using -j2

2011-03-23 Thread Brett Cannon
Brett Cannon added the comment: You have a build problem, Skip. On my system and at least all of the stable buildbots for 3.3 there are no test failures from imp._fix_co_filename(). -- ___ Python tracker

[issue11653] Problems with some tests using -j2

2011-03-23 Thread Ned Deily
Ned Deily added the comment: Skip, what parameters are you using with ./configure ? -- nosy: +ned.deily ___ Python tracker ___ ___ Py

[issue11653] Problems with some tests using -j2

2011-03-23 Thread Skip Montanaro
Skip Montanaro added the comment: Brett> The import failures are because you didn't rebuild (I added a new Brett> function to imp). Re-build and the import issues will go away. An easy mistake to make. I'm used to running "make test" which would have guaranteed python.exe was up-to-date.

[issue11653] Problems with some tests using -j2

2011-03-23 Thread Brett Cannon
Brett Cannon added the comment: The import failures are because you didn't rebuild (I added a new function to imp). Re-build and the import issues will go away. -- ___ Python tracker _

[issue11653] Problems with some tests using -j2

2011-03-23 Thread Skip Montanaro
Skip Montanaro added the comment: Antoine> New changeset 9aa6097131ef by Antoine Pitrou in branch '3.2': Antoine> Issue #11653: fix -W with -j in regrtest Antoine> http://hg.python.org/cpython/rev/9aa6097131ef Antoine> New changeset c381b35e4f31 by Antoine Pitrou in branch 'default'

[issue11653] Problems with some tests using -j2

2011-03-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9aa6097131ef by Antoine Pitrou in branch '3.2': Issue #11653: fix -W with -j in regrtest http://hg.python.org/cpython/rev/9aa6097131ef New changeset c381b35e4f31 by Antoine Pitrou in branch 'default': Issue #11653: fix -W with -j in regrtest. http:

[issue11653] Problems with some tests using -j2

2011-03-23 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Antoine> Skip, can you please try "make distclean" and then rebuild from > Antoine> scratch? > > I did. The last output was after Oops, sorry. > I will try one more time later this evening with a capital "W". I have a > train to catch first. Well, if

[issue11653] Problems with some tests using -j2

2011-03-23 Thread Skip Montanaro
Skip Montanaro added the comment: Antoine> Skip, can you please try "make distclean" and then rebuild from Antoine> scratch? I did. The last output was after make distclean ./configure ... my usual suspects ... make ./python.exe -j2 -w I will try one more time later this

[issue11653] Problems with some tests using -j2

2011-03-23 Thread Éric Araujo
Éric Araujo added the comment: I think the pydoc failure is due to haypo’s patch in #3080. Another patch (by me) in #8754 has a fix. -- nosy: +eric.araujo, haypo ___ Python tracker __

[issue11653] Problems with some tests using -j2

2011-03-23 Thread Antoine Pitrou
Antoine Pitrou added the comment: Brett, -W exists too and it seems it failed working here. Skip, can you please try "make distclean" and then rebuild from scratch? -- nosy: +pitrou ___ Python tracker ___

[issue11653] Problems with some tests using -j2

2011-03-23 Thread Skip Montanaro
Skip Montanaro added the comment: Thanks. That worked better. Here is the tail end of the output showing the verbose test output. -- Added file: http://bugs.python.org/file21362/output ___ Python tracker ___

[issue11653] Problems with some tests using -j2

2011-03-23 Thread Brett Cannon
Brett Cannon added the comment: It should have been '-w', not '-W'. -- nosy: +brett.cannon ___ Python tracker ___ ___ Python-bugs-lis

[issue11653] Problems with some tests using -j2

2011-03-23 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue11653] Problems with some tests using -j2

2011-03-23 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +ezio.melotti, r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue11653] Problems with some tests using -j2

2011-03-23 Thread Skip Montanaro
New submission from Skip Montanaro : At Antoine's behest, I tried running ./python.exe -m test -j2 in my cpython sandbox and saw several test case failures which didn't appear when I executed a simple make test He suggested I add the -W flag and try again. I did, but I don't see any di