genode/repos/os/recipes/pkg/test-fault_detection/runtime
Norman Feske f171bc5050 Remove loader and qpluginwidget
The original use cases of the loader have long been covered by the
dynamic init. The only substantial client of the loader remained to be
the qpluginwidget. However, the qpluginwidget was supported only by the
Arora web browser. But the blending of plugins with websites ultimately
remained a tech demo, and Arora has been replaced by Falkon.

Fixes #5229
2024-05-29 09:18:12 +02:00

15 lines
292 B
Plaintext

<runtime ram="10M" caps="500" binary="test-fault_detection">
<fail after_seconds="60"/>
<succeed>--- finished fault_detection test ---</succeed>
<config/>
<content>
<rom label="ld.lib.so"/>
<rom label="test-segfault"/>
<rom label="test-fault_detection"/>
</content>
</runtime>