build "core init test/thread" create_boot_directory # # We skip pause-resume test on platforms where this functionality is not # supported. # proc pause_resume_supported { } { if {[have_spec pistachio]} { return 0 } if {[have_spec linux]} { return 0 } if {[have_spec fiasco]} { return 0 } return 1; } set config { } append_if [pause_resume_supported] config { } append config { } install_config $config build_boot_image "core ld.lib.so init test-thread" append qemu_args "-nographic " run_genode_until {.*test completed successfully.*\n} 60