0git checkout master && git clean -fxd && ./autogen.sh && ./configure && make check -j8
1.....
2Running tests: torcontrol_tests from test/torcontrol_tests.cpp
3Running tests: transaction_tests from test/transaction_tests.cpp
4Running tests: txindex_tests from test/txindex_tests.cpp
5../build-aux/test-driver: line 107: 85583 Abort trap: 6 "$@" > $log_file 2>&1
6FAIL: qt/test/test_bitcoin-qt
7
8cat src/test-suite.log
9==============================================
10 Bitcoin Core 0.18.99: src/test-suite.log
11==============================================
12
13# TOTAL: 1
14# PASS: 0
15# SKIP: 0
16# XFAIL: 0
17# FAIL: 1
18# XPASS: 0
19# ERROR: 0
20
21.. contents:: :depth: 2
22
23FAIL: qt/test/test_bitcoin-qt
24=============================
25
26********* Start testing of AppTests *********
27Config: Using QtTest library 5.12.3, Qt 5.12.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 10.0.1 (clang-1001.0.46.4) (Apple))
28PASS : AppTests::initTestCase()
29WARNING: AppTests::appTests() Skipping AppTests on mac build with 'minimal' platform set due to Qt bugs. To run AppTests, invoke with 'test_bitcoin-qt -platform cocoa' on mac, or else use a linux or windows build.
30 Loc: [qt/test/apptests.cpp(61)]
31PASS : AppTests::appTests()
32PASS : AppTests::cleanupTestCase()
33Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 1ms
34********* Finished testing of AppTests *********
35********* Start testing of URITests *********
36Config: Using QtTest library 5.12.3, Qt 5.12.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 10.0.1 (clang-1001.0.46.4) (Apple))
37PASS : URITests::initTestCase()
38PASS : URITests::uriTests()
39PASS : URITests::cleanupTestCase()
40Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 0ms
41********* Finished testing of URITests *********
42********* Start testing of RPCNestedTests *********
43Config: Using QtTest library 5.12.3, Qt 5.12.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 10.0.1 (clang-1001.0.46.4) (Apple))
44PASS : RPCNestedTests::initTestCase()
45Assertion failed: (secp256k1_context_sign == nullptr), function ECC_Start, file key.cpp, line 349.
46FAIL qt/test/test_bitcoin-qt (exit status: 134)
Looks like it’s been failing since #16252, cc @MarcoFalke.
0git checkout bc948d4cfd6da2effa8c2ae619e11e83207c6fbc && git clean -fxd && ./autogen.sh && ./configure && make check -j8
1....
2Running tests: db_tests from wallet/test/db_tests.cpp
3PASS: qt/test/test_bitcoin-qt
4Running tests: psbt_wallet_tests from wallet/test/psbt_wallet_tests.cpp
5============================================================================
6Testsuite summary for Bitcoin Core 0.18.99
7============================================================================
8# TOTAL: 1
9# PASS: 1