Message10261

Author jeff.allen
Recipients jeff.allen
Date 2015-09-14.21:27:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442266058.28.0.165576079067.issue2399@psf.upfronthosting.co.za>
In-reply-to
Content
Running the regression tests on Java 8 produces a couple of failures related to sort(). This was observed in:

Jython 2.7.1 (default:7ebdc6c80d55, Sep 11 2015, 01:50:57)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.8.0_45

test_sort produces quite a lengthy complaint that isn't actually failure (but I'm not sure how to interpret it):

error in exception during sort left some permutation
out of order at index 417 Complains(417) Complains(416)
...
followed by several hundred lines of output.

The specific failure in test_list_jy is:

======================================================================
ERROR: test_sort (__main__.JavaListTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\jython\2.7.1b1\Lib\test\list_tests.py", line 442, in test_sort
    self._test_sort()
  File "C:\jython\2.7.1b1\Lib\test\list_tests.py", line 446, in _test_sort
    u.sort()
TypeError: sort(): expected 1 args; got 0

----------------------------------------------------------------------
Which is odd.
History
Date User Action Args
2015-09-14 21:27:38jeff.allensetrecipients: + jeff.allen
2015-09-14 21:27:38jeff.allensetmessageid: <1442266058.28.0.165576079067.issue2399@psf.upfronthosting.co.za>
2015-09-14 21:27:38jeff.allenlinkissue2399 messages
2015-09-14 21:27:37jeff.allencreate