22Jul2014 - detailed test results for StoryText - version unix

To reconnect the TextTest GUI to these results, run:

texttest -a storytext -v unix -c /usr/local/tt-env -d /carm/proj/texttest/Testing/Automatic -reconnect /carm/proj/texttest-tmp/texttest-nightjob/nightjob_tmp/tt_nightjob.unix.01Aug043028.30179 -g

To start TextTest for these tests, run:

texttest -a storytext -v unix -c /usr/local/tt-env -d /carm/proj/texttest/Testing/Automatic


unix: 541 tests: 539 succeeded 2 FAILED

Detailed information for the tests that FAILED:

TEST FAILED on barakoma : console appevent_happens_thrice ( Last six runs Jul2014 Jun2014 )

---------- Differences in errors ----------
0a1,34
> Traceback (most recent call last):
>   File "/usr/local/tt-env/python2.6.current/bin/storytext", line 17, in <module>
>     main(install_root)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/cmdline.py", line 135, in main
>     if not storytext.scriptEngine.run(options, args):
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/scriptengine.py", line 85, in run
>     self.runSystemUnderTest(args)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/scriptengine.py", line 93, in runSystemUnderTest
>     self.run_python_file(args)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/scriptengine.py", line 120, in run_python_file
>     exec compile(source, filename, "exec") in main_mod.__dict__
>   File "target_ui.py", line 15, in <module>
>     applicationEvent("the event")
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/__init__.py", line 12, in applicationEvent
>     scriptEngine.applicationEvent(*args, **kwargs)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/scriptengine.py", line 63, in applicationEvent
>     self.replayer.registerApplicationEvent(name, timeDelay)
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/replayer.py", line 377, in registerApplicationEvent
>     self.completedApplicationEvents()
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/replayer.py", line 364, in completedApplicationEvents
>     self.notifyWaitingCompleted()
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/replayer.py", line 343, in notifyWaitingCompleted
>     self.enableReading()
>   File "/usr/local/tt-env/python2.6.current/lib/python2.6/site-packages/storytext/replayer.py", line 330, in enableReading
>     self.replayThread.start()
>   File "/usr/lib64/python2.6/threading.py", line 479, in start
>     self.__started.wait()
>   File "/usr/lib64/python2.6/threading.py", line 395, in wait
>     self.__cond.wait(timeout)
<truncated after showing first 30 lines>
---------- Differences in output ----------
7d6
< Interrupted while sleeping for 5 seconds.
---------- New result in exitcode ----------
1

TEST FAILED on kilimanjaro : swing file_choosers ( Last six runs Jul2014 Jun2014 )

---------- 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)