08Sep2014.17 - 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.06Oct162901.23404 -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: 542 tests: 540 succeeded 2 known bugs

Detailed information for the tests that had known bugs:

TEST had known bugs (GTK warnings) on ip-10-80-17-102 : pygtk error_handling file_choosers dialog_and_widget ( Last six runs Oct2014 Sep2014 Aug2014 )

Indeterministic GTK warnings for unknown reasons. Probably GTK bug, or possibly test program error.
(This bug was triggered by text found in file 'errors' matching 'invalid (NULL) class pointer')
---------- Differences in errors ----------
0a1,10
> target_ui.py:41: Warning: instance with invalid (NULL) class pointer
>   gtk.main()
> target_ui.py:41: Warning: g_signal_handlers_block_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
>   gtk.main()
> target_ui.py:41: Warning: invalid unclassed pointer in cast to `GtkComboBox'
>   gtk.main()
> target_ui.py:41: GtkWarning: IA__gtk_combo_box_set_active: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
>   gtk.main()
> target_ui.py:41: Warning: g_signal_handlers_unblock_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
>   gtk.main()

TEST had known bugs (Jython bug 1747) on ip-10-80-17-25 : swing file_choosers ( 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)