[PATCH] D23107: [MSAN][MIPS] Fix fork.cc test on MIPS

Sagar Thakur via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 05:00:04 PST 2016


slthakur added a comment.

Hi @eugenis

This test fails on MIPS because many threads are waiting indefinitely on a futex wait. The test pases with reduced number of child processes. Is it okay if we reduce the number of child processes of this test for MIPS?

Regards,
Sagar


Repository:
  rL LLVM

https://reviews.llvm.org/D23107





More information about the llvm-commits mailing list