mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-10 21:01:49 +00:00
bomb.run: disable on Pistachio
The test triggers the following assertion in the kernel, which will remain unfixed as the kernel is no longer developed: Assertion queue_state.is_set(queue_state_t::send) failed in file .../pistachio/kernel/src/api/v4/tcb.h, line 727 This assertion is presumably similar / related to issue #1495.
This commit is contained in:
parent
4ca69b6d6d
commit
e20fe9d402
@ -17,6 +17,13 @@ if {[have_include "power_on/qemu"]} {
|
||||
}
|
||||
}
|
||||
|
||||
if {[have_spec pistachio]} {
|
||||
# The bomb test triggers a kernel assertion at kernel/src/api/v4/tcb.h,
|
||||
# line 727, which remains unfixed since the kernel is no longer developed.
|
||||
puts "Run script does not support Pistachio"
|
||||
exit 0
|
||||
}
|
||||
|
||||
# prevent hitting the socket-descriptor limit on Linux
|
||||
if {[have_spec linux]} { set generations 4 }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user