[issue7108] test_commands.py failing on OS X 10.5.7 due to '@' in ls output

2011-04-05 Thread Ned Deily
Ned Deily added the comment: Thanks for the suggested patch and extension to the SELinux case. (Note that getstatus is deprecated and removed in Python 3 so this patch only applies to 2.7.) -- assignee: -> ned.deily components: -Macintosh resolution: -> fixed stage: -> committed/r

[issue7108] test_commands.py failing on OS X 10.5.7 due to '@' in ls output

2011-04-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5616cbce0bee by Ned Deily in branch '2.7': Issue #7108: Fix test_commands to not fail when special attributes ('@' http://hg.python.org/cpython/rev/5616cbce0bee -- nosy: +python-dev ___ Python tracker <

[issue7108] test_commands.py failing on OS X 10.5.7 due to '@' in ls output

2011-02-05 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: ronaldoussoren -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue7108] test_commands.py failing on OS X 10.5.7 due to '@' in ls output

2011-02-04 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue7108] test_commands.py failing on OS X 10.5.7 due to '@' in ls output

2011-02-04 Thread Stephen Hansen
Stephen Hansen added the comment: I can confirm that this test has been failing on my slave, and that the patch fixes it. Recommend commit. Red is bad. -- assignee: -> ronaldoussoren components: +Macintosh nosy: +ixokai, ronaldoussoren ___ Python t

[issue7108] test_commands.py failing on OS X 10.5.7 due to '@' in ls output

2009-12-16 Thread James G. sack (jim)
James G. sack (jim) added the comment: test_commands test_getstatus also fails on linux with SELinux enabled On gnu/linux, info ls reports: """ Following the file mode bits is a single character that specifies whether an alternate access method such as an access control list appli

[issue7108] test_commands.py failing on OS X 10.5.7 due to '@' in ls output

2009-10-11 Thread Meador Inge
New submission from Meador Inge : I am testing this out of the trunk on OS X 10.5.7: uclid:trunk minge$ uname -a Darwin euclid.local 9.7.0 Darwin Kernel Version 9.7.0: Tue Mar 31 22:52:17 PDT 2009; root:xnu-1228.12.14~1/RELEASE_I386 i386 euclid:trunk minge$ ./python.exe Lib/test/test_commands.py