12Oct2014 - detailed test results for StoryText - version windows

To reconnect the TextTest GUI to these results, run:

texttest -a storytext -v windows -c /usr/local/tt-env -d /carm/proj/texttest/Testing/Automatic -reconnect /carm/proj/texttest-tmp/texttest-nightjob/nightjob_tmp/storytext.windows.22Nov030210.2176 -g

To start TextTest for these tests, run:

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


windows: 509 tests: 506 succeeded 2 FAILED 1 killed

Detailed information for the tests that FAILED:

TEST FAILED on GEWOIA-VM-W7 : swt NatTable multi_row_header ( Last six runs Nov2014 Oct2014 )

---------- Differences in output ----------
47,64c47
< 'select column' event created with arguments 'First Name (row 2)'
< Clicked on cell labelled 'None'
< Column event Rectangle {2, 0, 1, 7}
< Clicked on column header labelled 'First Name'
< Column event Rectangle {2, 0, 1, 7}
< Clicked on column header labelled 'First Name'
< 
< Updated Table :
< ____________________________________________________________
<               ID   First Name (selected)    DOB
<               id   name (selected)          birthDate
< ____________________________________________________________
< 1 (selected)  100  Mickey Mouse (selected)  1970-01-01 01:16
< 2 (selected)  110  Batman (selected)        1970-01-01 01:33
< 3 (selected)  120  Bender (selected)        1970-01-01 01:50
< 4 (selected)  130  Cartman (selected)       1970-01-01 02:06
< 5 (selected)  140  Dogbert (selected)       1970-01-01 02:23
< ____________________________________________________________
---
> ERROR: Could not simulate command 'select column First Name (row 2)' - Could not find column labelled 'First Name (row 2)' in table.
---------- Differences in recorded_usecase ----------
3d2
< select column First Name (row 2)

TEST FAILED on GEWOIA-VM-W7 : swt toolitem_styles ( Last six runs Nov2014 Oct2014 )

---------- Differences in output ----------
12,21c12
< 'select first item' event created with arguments ''
< Selected item 1 Style SWT.CHECK
< 
< Updated Tool Bar:
<   Item 1 (check, selected)
<   Item 2
<   Item 3 (radio)
<   Item 4 (drop down)
<   ---
<   Extra Item 1 (check)
---
> ERROR: Could not simulate command 'select first item' - no widget found with descriptor 'Label=Item 1' to perform action 'Selection' on.
27c18
<   Item 1 (check, selected)
---
>   Item 1 (check)
32d22
<   Extra Item 1 (check)
39c29
<   Item 1 (check, selected)
---
>   Item 1 (check)
44d33
<   Extra Item 1 (check)
52c41
<   Item 1 (check, selected)
---
>   Item 1 (check)
57d45
<truncated after showing first 30 lines>
---------- Differences in recorded_usecase ----------
1d0
< select first item

Detailed information for the tests that were terminated before completion:

TEST were terminated before completion (TIMEOUT) on GEWOIA-VM-W7 : swt tables unnamed_cells_and_columns ( Last six runs Nov2014 Oct2014 )

Test exceeded wallclock time limit of 300.0 seconds
---------- Differences in errors ----------
0a1,40
> Traceback (most recent call last):
>   File "C:/nightjob/texttest-daily-release/source/../../../TextTest/virtualenv/jython2.5.1/bin/storytext", line 25, in <module>
>     main(install_root)
>   File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/cmdline.py", line 135, in main
>     if not storytext.scriptEngine.run(options, args):
>   File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/cmdline.py", line 135, in main
>     if not storytext.scriptEngine.run(options, args):
>   File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/guishared.py", line 323, in run
>     return scriptengine.ScriptEngine.run(self, options, args)
>   File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/scriptengine.py", line 85, in run
>     self.runSystemUnderTest(args)
>   File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/javaswttoolkit/__init__.py", line 22, in runSystemUnderTest
>     self.run_python_or_java(args)
>   File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/guishared.py", line 355, in run_python_or_java
>     self.run_python_file(args)
>   File "C:/TextTest/virtualenv/jython2.5.1/Lib/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 108, in <module>
>     if not display.readAndDispatch():
>   File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/javaswttoolkit/simulator.py", line 41, in run
>     return self.method(*self.args)
>   File "C:/TextTest/virtualenv/jython2.5.1/Lib/site-packages/storytext/javaswttoolkit/describer.py", line 306, in describeWithUpdates
>     colorNameFinder.addSWTColors(shell.getDisplay())
> AttributeError: 'NoneType' object has no attribute 'getDisplay'
> )
> 	at org.eclipse.swt.SWT.error(SWT.java:4282)
> 	at org.eclipse.swt.SWT.error(SWT.java:4197)
> 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:138)
> 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4140)
<truncated after showing first 30 lines>
---------- Differences in output ----------
1,68d0
< 
< ---------- Shell '' ----------
< Table (Context Menu 1) :
< _______________________
< id
< _______________________
< item 0  edit this value
< item 1  edit this value
< item 2  edit this value
< item 3  edit this value
< item 4  edit this value
< item 5  edit this value
< item 6  edit this value
< item 7  edit this value
< item 8  edit this value
<         edit this value
< _______________________
< 
< Context Menu 1:
<   Add Row
< 
< ------------------------------
< 
< 'select cell' event created with arguments '<untitled> for item 1'
< 
< Updated Table (Context Menu 1) :
< __________________________________
< id
< __________________________________
<truncated after showing first 30 lines>
---------- Missing result in recorded_usecase ----------
select cell <untitled> for item 1
select cell id for <unnamed>
close window