texttest -a duarouter -d /home/delphi/gcc/sumo/tests -reconnect /home/delphi/gcc/texttesttmp/gcc4_64.30Nov005423.14236 -g
texttest -a duarouter -d /home/delphi/gcc/sumo/tests
---------- Differences in errors ---------- 2a3,213 > *** Error in `/home/delphi/sumo/bin/duarouter': free(): invalid pointer: 0x00007f943732d660 *** > ======= Backtrace: ========= > /lib64/libc.so.6(+0x7277f)[0x7f9436ffd77f] > /lib64/libc.so.6(+0x78026)[0x7f9437003026] > /lib64/libc.so.6(+0x78d53)[0x7f9437003d53] > /home/delphi/sumo/bin/duarouter[0x44ecd1] > /home/delphi/sumo/bin/duarouter[0x44dbda] > /home/delphi/sumo/bin/duarouter[0x44e139] > /home/delphi/sumo/bin/duarouter[0x40bdd2] > /lib64/libc.so.6(__libc_start_main+0xf5)[0x7f9436facb25] > /home/delphi/sumo/bin/duarouter[0x40fbef] > ======= Memory map: ======== > 00400000-0055a000 r-xp 00000000 00:25 179059837 /home/delphi/sumo/bin/duarouter > 00759000-0075a000 r--p 00159000 00:25 179059837 /home/delphi/sumo/bin/duarouter > 0075a000-00764000 rw-p 0015a000 00:25 179059837 /home/delphi/sumo/bin/duarouter > 00764000-00767000 rw-p 00000000 00:00 0 > 014ed000-015f4000 rw-p 00000000 00:00 0 [heap] > 7f9430000000-7f9430021000 rw-p 00000000 00:00 0 > 7f9430021000-7f9434000000 ---p 00000000 00:00 0 > 7f9434a56000-7f9434a59000 r-xp 00000000 08:03 19798390 /usr/lib64/gconv/UTF-16.so > 7f9434a59000-7f9434c58000 ---p 00003000 08:03 19798390 /usr/lib64/gconv/UTF-16.so > 7f9434c58000-7f9434c59000 r--p 00002000 08:03 19798390 /usr/lib64/gconv/UTF-16.so > 7f9434c59000-7f9434c5a000 rw-p 00003000 08:03 19798390 /usr/lib64/gconv/UTF-16.so > 7f9434c5a000-7f9434c5d000 r-xp 00000000 08:03 19797927 /usr/lib64/libXau.so.6.0.0 > 7f9434c5d000-7f9434e5c000 ---p 00003000 08:03 19797927 /usr/lib64/libXau.so.6.0.0 > 7f9434e5c000-7f9434e5d000 r--p 00002000 08:03 19797927 /usr/lib64/libXau.so.6.0.0 > 7f9434e5d000-7f9434e5e000 rw-p 00003000 08:03 19797927 /usr/lib64/libXau.so.6.0.0 > 7f9434e5e000-7f9434e6b000 r-xp 00000000 08:03 19797836 /usr/lib64/libdrm.so.2.4.0 > 7f9434e6b000-7f943506b000 ---p 0000d000 08:03 19797836 /usr/lib64/libdrm.so.2.4.0 <truncated after showing first 30 lines> ---------- Differences in exitcode ---------- 1c1 < 1 --- > -6
---------- Differences in alts ---------- 4c4,14 < <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"/> --- > <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> > <vType id="bus" vClass="bus"/> > <vehicle id="p0_0" type="bus" depart="triggered"> > <routeDistribution last="0"> > <route cost="0.00" probability="0.00000000" edges="absBeg beg2left"/> > </routeDistribution> > </vehicle> > <person id="p0" depart="0.00"> > <ride cost="35.77" from="absBeg" to="beg2left" lines="p0_0"/> > </person> > </routes> ---------- Differences in errors ---------- 1,3d0 < Warning: No connection between edge 'absBeg_depart_connector' and edge 'beg2left_arrival_connector' found. < Error: No route for trip in person 'p0'. < Quitting (on error). ---------- Differences in output ---------- 0a1 > Success. ---------- Differences in routes ---------- 4c4,12 < <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"/> --- > <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> > <vType id="bus" vClass="bus"/> > <vehicle id="p0_0" type="bus" depart="triggered"> > <route edges="absBeg beg2left"/> > </vehicle> > <person id="p0" depart="0.00"> > <ride from="absBeg" to="beg2left" lines="p0_0"/> > </person> > </routes> ---------- Missing result in exitcode ---------- 1