Message9796

Author zyasoft
Recipients jeff.allen, zyasoft
Date 2015-04-11.03:49:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428724194.53.0.594649284982.issue2307@psf.upfronthosting.co.za>
In-reply-to
Content
Now seeing failures on OS X 10.10.2 for test_chdir:

======================================================================
FAIL: test_relative_chdir (test.test_chdir.ChdirTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jbaker/jythondev/jython27/dist/Lib/test/test_chdir.py", line 162, in test_relative_chdir
    self.assertEqual(os.getcwd(), os.path.realpath(self.dir1))
AssertionError: '/var/folders/kk/yrwpx1_x7ll3mn4mvqym2lv40000gn/T/tmpyMAziM' != '/private/var/folders/kk/yrwpx1_x7ll3mn4mvqym2lv40000gn/T/tmpyMAziM'

======================================================================
FAIL: test_realpath (test.test_chdir.FilesTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jbaker/jythondev/jython27/dist/Lib/test/test_chdir.py", line 585, in test_realpath
    self.assertEqual(os.path.realpath(self.filename1),
AssertionError: '/private/var/folders/kk/yrwpx1_x7ll3mn4mvqym2lv40000gn/T/tmphpwxZN/tmpXshvQq' != '/var/folders/kk/yrwpx1_x7ll3mn4mvqym2lv40000gn/T/tmphpwxZN/tmpXshvQq'


Also impacting test_posixpath

======================================================================
FAIL: test_realpath_resolve_parents (test.test_posixpath.PosixPathTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jbaker/jythondev/jython27/dist/Lib/test/test_posixpath.py", line 332, in test_realpath_resolve_parents
    self.assertEqual(realpath("a"), ABSTFN + "/y/a")
AssertionError: '/Users/jbaker/jythondev/jython27/$test_1_tmp/k/a' != '/Users/jbaker/jythondev/jython27/$test_1_tmp/y/a'
History
Date User Action Args
2015-04-11 03:49:54zyasoftsetmessageid: <1428724194.53.0.594649284982.issue2307@psf.upfronthosting.co.za>
2015-04-11 03:49:54zyasoftsetrecipients: + zyasoft, jeff.allen
2015-04-11 03:49:54zyasoftlinkissue2307 messages
2015-04-11 03:49:54zyasoftcreate