mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
cpu_balancer.run: disable testing on foc
Due to some kernel issue the test will not finish, see #4357 Fixes #4357
This commit is contained in:
parent
f1b46c3205
commit
4ac553e5ff
@ -4,12 +4,8 @@ if {![have_include "power_on/qemu"]} {
|
|||||||
puts "Run script is not supported on this platform"
|
puts "Run script is not supported on this platform"
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
if {[have_spec foc] && ([have_board pbxa9] || [have_board rpi3])} {
|
# foc in principle supports migration, but due to bug #4357 foc is not tested
|
||||||
# foc kernel does detect solely 1 CPU */
|
if {![have_spec nova] && ![have_spec sel4]} {
|
||||||
puts "Run script is not supported on this platform"
|
|
||||||
exit 0
|
|
||||||
}
|
|
||||||
if {![have_spec nova] && ![have_spec foc] && ![have_spec sel4]} {
|
|
||||||
puts "Run script is not supported on this platform"
|
puts "Run script is not supported on this platform"
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user