Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
[simgrid.git] / teshsuite / kernel / simcall-generic / simcall-generic.tesh
1
2 ! ignore .*Stack size modifications are ignored by thread factory.
3 $ ${bindir:=.}/simcall-generic --cfg=contexts/stack-size:96 ${srcdir:=.}/examples/platforms/small_platform.xml
4 > [Tremblay:master:(1) 0.000000] [test/INFO] Start
5 > [0.000000] [test/INFO] kernel
6 > [Tremblay:master:(1) 0.000000] [test/INFO] kernel, returned
7 > [10.000000] [test/INFO] kernel_sync with void
8 > [Tremblay:master:(1) 10.000000] [test/INFO] kernel_sync with void, returned
9 > [Tremblay:master:(1) 20.000000] [test/INFO] Exception caught: Exception thrown from kernel_defer
10 > [30.000000] [test/INFO] kernel_sync with value
11 > [Tremblay:master:(1) 30.000000] [test/INFO] kernel_sync with value returned with 42
12 > [50.000000] [test/INFO] kernel_async with value
13 > [Tremblay:master:(1) 50.000000] [test/INFO] kernel_async with value returned with 43
14 > [Tremblay:master:(1) 50.000000] [test/INFO] The future is not ready
15 > [60.000000] [test/INFO] kernel_async with value
16 > [Tremblay:master:(1) 60.000000] [test/INFO] The future is ready
17 > [Tremblay:master:(1) 60.000000] [test/INFO] kernel_async with value returned with 43