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:
Norman Feske 2018-07-02 14:23:07 +02:00
parent 4ca69b6d6d
commit e20fe9d402
1 changed files with 7 additions and 0 deletions

View File

@ -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 }