# # \brief Test reflection of segmentation faults to the user land # \author Norman Feske # \date 2012-11-01 # if {[have_spec pistachio]} { puts "Pistachio is unsupported (see https://github.com/genodelabs/genode/issues/16)" exit 0 } # # Build # build { core init server/loader test/failsafe test/segfault } create_boot_directory # # Generate config # install_config { } # # Boot modules # # generic modules set boot_modules { core init loader test-failsafe test-segfault } build_boot_image $boot_modules # # Execute test case # append qemu_args "-nographic -m 64" run_genode_until "--- finished failsafe test ---.*\n" 30 puts "Test succeeded"