These tests are currently failing under BUILD_TYPE=Release or BUILD_TYPE=RelWithDebInfo.
As explained in https://github.com/llvm/llvm-project/issues/63208#issuecomment-1587390013 statistics are gated to LLVM_ENABLE_STATS which needs REQUIRES: asserts to work.
This change adds the REQUIRES lines.