Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
151fc96c5cdcf28bb8f9214de860ad98a182bb45
[simgrid.git] / examples / simdag / dax / simple_dax_with_cycle.tesh
1 #! ./tesh
2 p Test the DAX loader with a DAX comprising a cycle.
3
4 ! expect signal SIGABRT
5 $ $SG_TEST_EXENV ./dax_test --log=no_loc ${srcdir:=.}/../2clusters.xml ${srcdir:=.}/simple_dax_with_cycle.xml 
6 > [0.000000] [surf_workstation/INFO] surf_workstation_model_init_ptask_L07
7 > [0.000000] [sd_daxparse/WARNING] the task root is not marked
8 > [0.000000] [sd_daxparse/WARNING] the task 1@task1 is in a cycle
9 > [0.000000] [sd_daxparse/WARNING] the task 2@task2 is in a cycle
10 > [0.000000] [sd_daxparse/WARNING] the task 3@task3 is in a cycle
11 > [0.000000] [sd_daxparse/ERROR] The DAX described in simple_dax_with_cycle.xml is not a DAG. It contains a cycle.
12 > [0.000000] [xbt/CRITICAL] A problem occurred during parsing. The simulation can't continue.