Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
hide some new advanced variables in CMake
[simgrid.git] / teshsuite / simdag / platforms / two_hosts_asymetric.tesh
index 738eb1d..84cc390 100644 (file)
@@ -1,4 +1,9 @@
 ! expect signal SIGABRT
-$ ./flatifier two_hosts_asymetric_BOGUS.xml
-> [0.000000] [surf_workstation/INFO] surf_workstation_model_init_ptask_L07
-> [0.000000] /home/mquinson/Code/simgrid/src/xbt/asserts.c:29: [xbt/CRITICAL] Error while loading two_hosts_asymetric_BOGUS.xml: The route between "alice" and "bob" already exist
+$ ${bindir:=.}/flatifier two_hosts_asymetric_BOGUS.xml "--log=root.fmt:[%10.6r]%e[%i:%P@%h]%e%m%n"
+> [  0.000000] [0:@] surf_workstation_model_init_ptask_L07
+> [  0.000000] [0:@] Parse error at two_hosts_asymetric_BOGUS.xml:24: A route between "alice" and "bob" already exists with a different content. If you are trying to define a reverse route, you must set the symmetrical=no attribute to your routes tags.
+
+! expect signal SIGABRT
+$ ${bindir:=.}/flatifier two_hosts_asymetric_BOGUS2.xml "--log=root.fmt:[%10.6r]%e[%i:%P@%h]%e%m%n"
+> [  0.000000] [0:@] surf_workstation_model_init_ptask_L07
+> [  0.000000] [0:@] Parse error at two_hosts_asymetric_BOGUS2.xml:26: A route between "alice" and "bob" already exists with a different content. If you are trying to define a reverse route, you must set the symmetrical=no attribute to your routes tags.