mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
35b1440c97
ref #3362 fixes #3371
35 lines
910 B
Plaintext
35 lines
910 B
Plaintext
<runtime ram="32M" caps="1000" binary="init">
|
|
|
|
<events>
|
|
<timeout meaning="failed" sec="20" />
|
|
<log meaning="succeeded">
|
|
[init -> test-spark_exception] Ada exception test*
|
|
[init -> test-spark_exception]*Error: Exception raised: explicit raise in except.adb:6*
|
|
[init -> test-spark_exception] Caught Ada::Exception::Program_Error*
|
|
[init] child "test-spark_exception" exited with exit value 0
|
|
</log>
|
|
</events>
|
|
|
|
<content>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="spark.lib.so"/>
|
|
<rom label="test-spark_exception"/>
|
|
</content>
|
|
|
|
<config>
|
|
<parent-provides>
|
|
<service name="LOG"/>
|
|
<service name="PD"/>
|
|
<service name="CPU"/>
|
|
<service name="ROM"/>
|
|
</parent-provides>
|
|
<default-route>
|
|
<any-service> <parent/> </any-service>
|
|
</default-route>
|
|
<default caps="100"/>
|
|
<start name="test-spark_exception">
|
|
<resource name="RAM" quantum="10M"/>
|
|
</start>
|
|
</config>
|
|
</runtime>
|