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:
@@ -107,8 +107,6 @@ lib_zuc = static_library(
|
||||
'../tools/zunitc/inc/zunitc/zunitc_impl.h',
|
||||
'../tools/zunitc/src/zuc_base_logger.c',
|
||||
'../tools/zunitc/src/zuc_base_logger.h',
|
||||
'../tools/zunitc/src/zuc_collector.c',
|
||||
'../tools/zunitc/src/zuc_collector.h',
|
||||
'../tools/zunitc/src/zuc_context.h',
|
||||
'../tools/zunitc/src/zuc_event.h',
|
||||
'../tools/zunitc/src/zuc_event_listener.h',
|
||||
|
||||
Reference in New Issue
Block a user