It looks like this line (or any line after it, but before the next BOOST_CHECK) still fails. E.g.
0Running 3 test cases...
1
2Test cases order is shuffled using seed: 902263820
3
4Entering test module "Bitcoin Core Test Suite"
5
6test/scheduler_tests.cpp(11): Entering test suite "scheduler_tests"
7
8test/scheduler_tests.cpp(156): Entering test case "mockforward"
9
10terminate called after throwing an instance of 'boost::wrapexcept<boost::condition_error>'
11
12 what(): boost::condition_variable::do_wait_until failed in pthread_cond_timedwait: Invalid argument
13
14unknown location(0): fatal error: in "scheduler_tests/mockforward": signal: SIGABRT (application abort requested)
15
16test/scheduler_tests.cpp(173): last checkpoint
17
18test/scheduler_tests.cpp(156): Leaving test case "mockforward"; testing time: 430us
19
20test/scheduler_tests.cpp(112): Entering test case "singlethreadedscheduler_ordered"
21
22test/scheduler_tests.cpp(112): Leaving test case "singlethreadedscheduler_ordered"; testing time: 7233us
23
24test/scheduler_tests.cpp(38): Entering test case "manythreads"
25
26test/scheduler_tests.cpp(38): Leaving test case "manythreads"; testing time: 8082us
27
28test/scheduler_tests.cpp(11): Leaving test suite "scheduler_tests"; testing time: 15837us
29
30Leaving test module "Bitcoin Core Test Suite"; testing time: 15956us