Skip to content
  • Daniel Stone's avatar
    zuc: Delete support for forking tests · 759712ba
    Daniel Stone authored
    
    
    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: default avatarDaniel Stone <daniels@collabora.com>
    759712ba
Loading