03Oct15r19005 - detailed test results for TOOLS

To reconnect the TextTest GUI to these results, run:

texttest -a tools -d /home/delphi/sumo/tests -reconnect /home/delphi/texttesttmp/gcc4_64.31Oct000600.5733 -g

To start TextTest for these tests, run:

texttest -a tools -d /home/delphi/sumo/tests


default: 247 tests: 240 succeeded 6 FAILED 1 known bugs

Detailed information for the tests that FAILED:

TEST FAILED on ts-simulation8 : tls tlsCoordinator 1flow ( Last six runs Oct2015 )

---------- Differences in output ----------
13,16c13,16
<  RouteLength: 7194.90
<  WaitingTime: 41.42
<  TimeLoss: 103.40
<  DepartDelay: 0.00
---
>  RouteLength: 7194.9
>  WaitingTime: 41.4242
>  TimeLoss: 103.403
>  DepartDelay: 0

TEST FAILED on ts-simulation8 : tls tlsCoordinator 2tls ( Last six runs Oct2015 )

---------- Differences in output ----------
15c15
<  TimeLoss: 32.62
---
>  TimeLoss: 32.6195

TEST FAILED on ts-simulation8 : tls tlsCoordinator 3flows ( Last six runs Oct2015 )

---------- Differences in output ----------
13,16c13,16
<  RouteLength: 1194.90
<  WaitingTime: 55.81
<  TimeLoss: 77.90
<  DepartDelay: 25.19
---
>  RouteLength: 1194.9
>  WaitingTime: 55.8067
>  TimeLoss: 77.8978
>  DepartDelay: 25.1933

TEST FAILED on ts-simulation8 : tls tlsCoordinator 4flows ( Last six runs Oct2015 )

---------- Differences in output ----------
14,16c14,16
<  WaitingTime: 63.73
<  TimeLoss: 88.99
<  DepartDelay: 21.64
---
>  WaitingTime: 63.7257
>  TimeLoss: 88.9878
>  DepartDelay: 21.6457

TEST FAILED on ts-simulation8 : tls tlsCoordinator 4flows_b ( Last six runs Oct2015 )

---------- Differences in output ----------
14,16c14,16
<  WaitingTime: 65.67
<  TimeLoss: 89.88
<  DepartDelay: 22.26
---
>  WaitingTime: 65.6743
>  TimeLoss: 89.8777
>  DepartDelay: 22.2629

TEST FAILED on ts-simulation8 : tls tlsCoordinator basic ( Last six runs Oct2015 )

---------- Differences in output ----------
13,16c13,16
<  RouteLength: 960.68
<  WaitingTime: 16.65
<  TimeLoss: 29.71
<  DepartDelay: -0.48
---
>  RouteLength: 960.684
>  WaitingTime: 16.6465
>  TimeLoss: 29.7111
>  DepartDelay: -0.4766

Detailed information for the tests that had known bugs:

TEST had known bugs (bug 1190 (new)) on ts-simulation8 : xml csv2xml cross3ltl_full_schema ( Last six runs Oct2015 )

******************************************************
Ticket #1190 (new defect: )
csv2xml cannot handle elements without attributes
http://sumo.dlr.de/trac.wsgi/ticket/1190
Reported By: behrisch Owned by: 
Priority: major Milestone: 1.0.0
Component: tools (python) Version: SVN
Description:
they are simply ignored. We could fix this by simply disallowing them in the input (they only occur in the full output and are quite useless there) or by looking at the schema in more detail when transforming
******************************************************
(This bug was triggered by FAILING to find text in file 'xml' matching 'vehicles')
---------- Differences in xml ----------
1,29d0
< <?xml version="1.0" encoding="UTF-8"?>
< 
< <!-- generated on Tue Dec  3 16:33:35 2013 by SUMO sumo Version dev-SVN-r15233
< <?xml version="1.0" encoding="UTF-8"?>
< 
< <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
< 
<     <input>
<         <net-file value="net.net.xml"/>
<         <route-files value="input_routes.rou.xml"/>
<     </input>
< 
<     <output>
<         <full-output value="full.xml"/>
<     </output>
< 
<     <time>
<         <begin value="0"/>
<         <end value="120"/>
<     </time>
< 
<     <report>
<         <no-duration-log value="true"/>
<         <no-step-log value="true"/>
<     </report>
< 
< </configuration>
< -->
< 
<truncated after showing first 30 lines>