Page MenuHomePhabricator

Remove obsolete --runbarelyexpensive parameter
ClosedPublic

Authored by Fabien on Jul 21 2022, 16:07.

Details

Reviewers
sdulfari
Group Reviewers
Restricted Project
Commits
rABC3186cbec3ca4: Remove obsolete --runbarelyexpensive parameter
Summary

This is a relic from ancient times that is no longer in use.
See https://github.com/bitcoin/bitcoin/pull/8141.

Test Plan
./test/functional/test_runner.py abc_p2p_compactblocks abc_p2p_fullblocktest

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Jul 21 2022, 16:07

Tail of the build log:

[423/479] Running utility command for check-bitcoin-txvalidationcache_tests
[424/479] bitcoin: testing bip32_tests
[425/479] bitcoin: testing timedata_tests
[426/479] Running utility command for check-bitcoin-merkleblock_tests
[427/479] bitcoin: testing scriptpubkeyman_tests
[428/479] Running utility command for check-bitcoin-bip32_tests
[429/479] Running utility command for check-bitcoin-timedata_tests
[430/479] Running utility command for check-bitcoin-scriptpubkeyman_tests
[431/479] bitcoin: testing validation_flush_tests
[432/479] bitcoin: testing compilerbug_tests
[433/479] Running utility command for check-bitcoin-validation_flush_tests
[434/479] Running utility command for check-bitcoin-compilerbug_tests
[435/479] bitcoin: testing script_standard_tests
[436/479] bitcoin: testing cuckoocache_tests
[437/479] Running utility command for check-bitcoin-script_standard_tests
[438/479] Running utility command for check-bitcoin-cuckoocache_tests
[439/479] bitcoin: testing blockcheck_tests
[440/479] bitcoin: testing op_reversebytes_tests
[441/479] bitcoin: testing versionbits_tests
[442/479] Running utility command for check-bitcoin-blockcheck_tests
[443/479] Running utility command for check-bitcoin-op_reversebytes_tests
[444/479] Running utility command for check-bitcoin-versionbits_tests
[445/479] bitcoin: testing blockstatus_tests
[446/479] Running utility command for check-bitcoin-blockstatus_tests
[447/479] bitcoin: testing shortidprocessor_tests
[448/479] bitcoin: testing ismine_tests
[449/479] bitcoin: testing schnorr_tests
[450/479] Running utility command for check-avalanche-voterecord_tests
[451/479] Running utility command for check-bitcoin-shortidprocessor_tests
[452/479] Running utility command for check-bitcoin-ismine_tests
[453/479] bitcoin: testing cashaddr_tests
[454/479] Running utility command for check-bitcoin-schnorr_tests
[455/479] Running utility command for check-bitcoin-cashaddr_tests
[456/479] bitcoin: testing validation_block_tests
[457/479] Running utility command for check-bitcoin-validation_block_tests
[458/479] bitcoin: testing radix_tests
[459/479] Running utility command for check-bitcoin-radix_tests
[460/479] Linking CXX executable src/qt/test/test_bitcoin-qt
[461/479] bitcoin: testing intmath_tests
[462/479] Running utility command for check-bitcoin-intmath_tests
[463/479] bitcoin: testing checkqueue_tests
[464/479] bitcoin: testing crypto_tests
[465/479] Running utility command for check-bitcoin-checkqueue_tests
[466/479] Running utility command for check-bitcoin-crypto_tests
[467/479] bitcoin-qt: testing test_bitcoin-qt
[468/479] Running bitcoin-qt test suite
PASSED: bitcoin-qt test suite
[469/479] bitcoin: testing transaction_tests
[470/479] Running utility command for check-bitcoin-transaction_tests
[471/479] bitcoin: testing coinselector_tests
[472/479] Running utility command for check-bitcoin-coinselector_tests
[473/479] bitcoin: testing coins_tests
[474/479] Running utility command for check-bitcoin-coins_tests
[475/479] Running bitcoin test suite
PASSED: bitcoin test suite
[476/479] secp256k1: testing secp256k1-tests
[477/479] Running secp256k1 test suite
PASSED: secp256k1 test suite
ninja: build stopped: cannot make progress due to previous errors.
Build build-clang failed with exit code 1
This revision is now accepted and ready to land.Jul 21 2022, 17:55