mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
nova: skip smp revoke test in Qemu
This commit is contained in:
parent
bcb24e316c
commit
2c969f1167
@ -706,8 +706,9 @@ Main::Main(Env &env) : env(env)
|
||||
/* test translate together with special revoke */
|
||||
test_translate(env);
|
||||
|
||||
/* test SMP delegate/revoke */
|
||||
test_delegate_revoke_smp(env);
|
||||
/* test SMP delegate/revoke - skip it on Qemu which takes too long */
|
||||
if (check_pat)
|
||||
test_delegate_revoke_smp(env);
|
||||
|
||||
/**
|
||||
* Test to provoke out of memory during capability transfer of
|
||||
|
Loading…
x
Reference in New Issue
Block a user