genode/repos/base/recipes/pkg/test-sanitizer/runtime

19 lines
388 B
Plaintext
Raw Normal View History

<runtime ram="16M" caps="150" binary="test-sanitizer">
2018-12-06 04:19:19 +00:00
<fail after_seconds="10"/>
<succeed>
[init]*runtime error: *index 2 out of bounds*
[init]*runtime error: *store to null pointer
</succeed>
2018-12-06 04:19:19 +00:00
<content>
<rom label="ld.lib.so"/>
<rom label="libsanitizer_common.lib.so"/>
<rom label="libubsan.lib.so"/>
<rom label="test-sanitizer"/>
</content>
<config/>
2018-12-06 04:19:19 +00:00
</runtime>