X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39a0d49cddb49c06e4b4545f453cb421c4bb7afa..0c74e0d2e29aad2f0f7962418f471c91661d1b97:/teshsuite/kernel/simcall-generic/simcall-generic.tesh diff --git a/teshsuite/kernel/simcall-generic/simcall-generic.tesh b/teshsuite/kernel/simcall-generic/simcall-generic.tesh new file mode 100644 index 0000000000..1a95a93171 --- /dev/null +++ b/teshsuite/kernel/simcall-generic/simcall-generic.tesh @@ -0,0 +1,17 @@ + +! ignore .*Stack size modifications are ignored by thread factory. +$ ${bindir:=.}/simcall-generic --cfg=contexts/stack-size:96 ${srcdir:=.}/examples/platforms/small_platform.xml +> [Tremblay:master:(1) 0.000000] [test/INFO] Start +> [0.000000] [test/INFO] kernel +> [Tremblay:master:(1) 0.000000] [test/INFO] kernel, returned +> [10.000000] [test/INFO] kernel_sync with void +> [Tremblay:master:(1) 10.000000] [test/INFO] kernel_sync with void, returned +> [Tremblay:master:(1) 20.000000] [test/INFO] Exception caught: Exception thrown from kernel_defer +> [30.000000] [test/INFO] kernel_sync with value +> [Tremblay:master:(1) 30.000000] [test/INFO] kernel_sync with value returned with 42 +> [50.000000] [test/INFO] kernel_async with value +> [Tremblay:master:(1) 50.000000] [test/INFO] kernel_async with value returned with 43 +> [Tremblay:master:(1) 50.000000] [test/INFO] The future is not ready +> [60.000000] [test/INFO] kernel_async with value +> [Tremblay:master:(1) 60.000000] [test/INFO] The future is ready +> [Tremblay:master:(1) 60.000000] [test/INFO] kernel_async with value returned with 43 \ No newline at end of file