... to workaround timing assumptions in libcxx testsuites.
A number of locking tests assert that they get a lock under certain time
(50ms), which can fail under heavy load. Throttling down parallelism
should fix that because each bot is guaranteed ~2 CPUs (out of 64),
which is plenty for single-threaded operation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Gentle ping? This is a fairly simple patch. Without it I can't enable linaro-armv8-01-arm-libcxx* bots.