texttest -a duarouter -d /home/delphi/gcc/sumo/tests -reconnect /home/delphi/gcc/texttesttmp/gcc4_64.04Dec001814.29425 -g
texttest -a duarouter -d /home/delphi/gcc/sumo/tests
---------- Differences in alts ---------- 13c13 < <route cost="125.90" probability="1.00000000" edges="beg middle end rend"/> --- > <route cost="53.96" probability="1.00000000" edges="beg end rend"/> ---------- Differences in routes ---------- 10c10 < <route edges="beg middle end rend"/> --- > <route edges="beg end rend"/>
---------- Differences in errors ----------
2d1
< Warning: Not all network edges were found in the lookup table 'lookuptable' for landmark '2/7to1/7'. Saving missing values to 'landmarks.csv'.
---------- Differences in landmarks ----------
1,722d0
< 5/5to4/5
< 2/7to1/7
< 5/5to4/5 0/0to0/1 67.777 71.2122
< 5/5to4/5 0/0to1/0 70.9381 69.3302
< 5/5to4/5 0/1to0/0 64.7374 76.5173
< 5/5to4/5 0/1to0/2 64.3547 64.2827
< 5/5to4/5 0/1to1/1 64.3417 64.3417
< 5/5to4/5 0/2to0/1 57.8079 74.1403
< 5/5to4/5 0/2to0/3 57.4252 57.3532
< 5/5to4/5 0/2to1/2 57.4122 57.4122
< 5/5to4/5 0/3to0/2 50.8784 67.2108
< 5/5to4/5 0/3to0/4 50.4957 50.4237
< 5/5to4/5 0/3to1/3 50.4827 50.4827
< 5/5to4/5 0/4to0/3 43.9489 60.2813
< 5/5to4/5 0/4to0/5 43.5662 43.4942
< 5/5to4/5 0/4to1/4 43.5532 43.5532
< 5/5to4/5 0/5to0/4 37.0194 53.3518
< 5/5to4/5 0/5to0/6 36.6367 50.3777
< 5/5to4/5 0/5to1/5 36.6237 36.6237
< 5/5to4/5 0/6to0/5 46.4942 46.877
< 5/5to4/5 0/6to0/7 43.8309 57.5719
< 5/5to4/5 0/6to1/6 43.5072 43.5072
< 5/5to4/5 0/7to0/6 53.6885 53.7604
< 5/5to4/5 0/7to0/8 51.0252 64.7662
< 5/5to4/5 0/7to1/7 50.7014 50.7014
< 5/5to4/5 0/8to0/7 60.8827 60.9547
< 5/5to4/5 0/8to0/9 58.2194 64.3942
< 5/5to4/5 0/8to1/8 57.8957 57.8957
< 5/5to4/5 0/9to0/8 60.9655 68.1489
<truncated after showing first 30 lines>
---------- Differences in output ----------
11,19d10
< CHRouterClone answered 718 queries and explored 75.53 edges on average.
< CHRouterClone spent (TIME) answering queries ((TIME) on average).
< CHRouterClone answered 718 queries and explored 66.85 edges on average.
< CHRouterClone spent (TIME) answering queries ((TIME) on average).
< CHRouter answered 1 queries and explored 3.00 edges on average.
< CHRouter spent (TIME) answering queries ((TIME) on average).
< AStarRouter answered 1 queries and explored 91.00 edges on average.
< AStarRouter spent (TIME) answering queries ((TIME) on average).
< Success.
---------- New result in exitcode ----------
-11
---------- Missing result in alts ----------
<?xml version="1.0" encoding="UTF-8"?>
-->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="DEFAULT_VEHTYPE" sigma="0"/>
<vehicle id="0" depart="0.00">
<routeDistribution last="0">
<route cost="68.12" probability="1.00000000" edges="5/5to5/6 5/6to5/7 5/7to5/8 5/8to5/9 5/9to6/9 6/9to7/9 7/9to8/9 8/9to9/9 9/9to8/9"/>
</routeDistribution>
</vehicle>
</routes>
---------- Missing result in routes ----------
<?xml version="1.0" encoding="UTF-8"?>
-->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="DEFAULT_VEHTYPE" sigma="0"/>
<vehicle id="0" depart="0.00">
<route edges="5/5to5/6 5/6to5/7 5/7to5/8 5/8to5/9 5/9to6/9 6/9to7/9 7/9to8/9 8/9to9/9 9/9to8/9"/>
</vehicle>
</routes>
inconsistent input handling (This bug was triggered by text found in file 'errors' matching 'No route') ---------- Differences in alts ---------- 5,12c5 < <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> < <person id="p0" depart="400.00"> < <stop busStop="stopB_S" duration="0.10"/> < <ride cost="138.90" busStop="stopA_S" lines="tBA" intended="trainBA.0" depart="439.00"/> <!-- A --> < <walk cost="29.31" edges="accessA" departPos="800.00" busStop="stopA_E"/> <!-- A --> < <walk cost="1150.53" edges="accessA A0B0 accessC" departPos="300.00" busStop="stopC_E"/> <!-- C --> < </person> < </routes> --- > <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"/> ---------- Differences in errors ---------- 0a1,3 > Warning: No connection between edge 'stopA_E' and edge 'accessC_arrival_connector' found. > Error: No route for trip in person 'p0'. > Quitting (on error). ---------- Differences in output ---------- 1d0 < Success. ---------- Differences in routes ---------- 5,12c5 < <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> < <person id="p0" depart="400.00"> < <stop busStop="stopB_S" duration="0.10"/> < <ride busStop="stopA_S" lines="tBA" intended="trainBA.0" depart="439.00"/> <!-- A --> < <walk edges="accessA" departPos="800.00" busStop="stopA_E"/> <!-- A --> < <walk edges="accessA A0B0 accessC" departPos="300.00" busStop="stopC_E"/> <!-- C --> < </person> < </routes> --- > <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"/> ---------- New result in exitcode ---------- 1