zuc: Delete support for forking tests
ZUC's default mode is to fork for every test case. Unfortunately on AArch64, fork in an ASan-traced program usually takes around 3.6 entire seconds. This was leading to the config-parser test timing out. As none of our remaining ZUC tests even need to fork, just remove all support for it. Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
@@ -239,16 +239,6 @@ zuc_set_repeat(int repeat);
|
||||
void
|
||||
zuc_set_random(int random);
|
||||
|
||||
/**
|
||||
* Controls whether or not to run the tests as forked child processes.
|
||||
* Defaults to true.
|
||||
*
|
||||
* @param spawn true to spawn each test in a forked child process,
|
||||
* false to run tests directly.
|
||||
*/
|
||||
void
|
||||
zuc_set_spawn(bool spawn);
|
||||
|
||||
/**
|
||||
* Enables output in the JUnit XML format.
|
||||
* Defaults to false.
|
||||
|
||||
Reference in New Issue
Block a user