[all-commits] [llvm/llvm-project] 415578: Try to make `duplicate_os_log_reports.cpp` more re...
danliew via All-commits
all-commits at lists.llvm.org
Mon May 4 13:50:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4155784cdf97913820491ea49d9fe26506a23641
https://github.com/llvm/llvm-project/commit/4155784cdf97913820491ea49d9fe26506a23641
Author: Dan Liew <dan at su-root.co.uk>
Date: 2020-05-04 (Mon, 04 May 2020)
Changed paths:
M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
Log Message:
-----------
Try to make `duplicate_os_log_reports.cpp` more reliable.
It looks like some bots are failing with os log not giving any
output. This might be due to the system under test being heavy
load so the 2 minute window might not be large enough. This
patch makes the window larger in the hope that this test will
be more reliable.
rdar://problem/62141527
More information about the All-commits
mailing list