01Oct2014.20 - detailed test results for StoryText - version unix

To reconnect the TextTest GUI to these results, run:

texttest -a storytext -v unix -c /users/pegasus/.local/storytext_test/ -d /jenkins/gotburh07p/TT.REDHAT.OPTIMIZE/.jenkins/workspace/StoryText/tests -reconnect /carm/proj/texttest-tmp/pegasus/storytext.unix.31Oct101223.98797 -g

To start TextTest for these tests, run:

texttest -a storytext -v unix -c /users/pegasus/.local/storytext_test/ -d /jenkins/gotburh07p/TT.REDHAT.OPTIMIZE/.jenkins/workspace/StoryText/tests


unix: 543 tests: 541 succeeded 1 known bugs 1 FAILED

Detailed information for the tests that FAILED:

TEST FAILED on ip-10-80-18-28 : swing lists custom_renderers label_renderer ( Last six runs Oct2014 Sep2014 Aug2014 )

---------- Differences in output ----------
29,30c29,30
< -> Item 1
< -> Item 2 (selected)
---
> -> Item 1 (selected)
> -> Item 2
---------- Differences in recorded_usecase ----------
3c3
< select Item 2, Item 4
---
> select Item 1, Item 4

Detailed information for the tests that had known bugs:

TEST had known bugs (Jython bug 1747) on ip-10-80-17-153 : swing cleanup application_exit_on_close ( Last six runs Oct2014 Sep2014 Aug2014 )

Jython bug. See http://bugs.jython.org/issue1747
(This bug was triggered by text found in file 'errors' matching 'Exception in thread "Jython Shutdown Closer" java.util.ConcurrentModificationException')
---------- Differences in errors ----------
0a1,4
> Exception in thread "Jython Shutdown Closer" java.util.ConcurrentModificationException
> 	at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:394)
> 	at java.util.LinkedHashMap$KeyIterator.next(LinkedHashMap.java:405)
> 	at org.python.core.PySystemState$PySystemStateCloser$ShutdownCloser.run(PySystemState.java:1388)