As per title. Add CTOR ordering to test block construction. Use NULLDUMMY
instead of CLEANSTACK for checking consensus vs non-consensus script cache behavior.
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING5a97f9ae4add: [tests] Fix checkinputs_test to work under magnetic anomaly
rABC5a97f9ae4add: [tests] Fix checkinputs_test to work under magnetic anomaly
make -j10 VERBOSE=1 check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- fucked-tests
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 3973 Build 6018: Bitcoin ABC Buildbot (legacy) Build 6017: arc lint + arc unit
Event Timeline
src/test/txvalidationcache_tests.cpp | ||
---|---|---|
249 | DERSIG -> NULLDUMMY |
src/test/txvalidationcache_tests.cpp | ||
---|---|---|
170 ↗ | (On Diff #5910) | double space after Create |
src/test/txvalidationcache_tests.cpp | ||
---|---|---|
180 ↗ | (On Diff #5910) | Scope should start before this line imo. There's no reason to have the mutableFunding_tx stuff inside this scope, right? |
src/test/txvalidationcache_tests.cpp | ||
---|---|---|
180 ↗ | (On Diff #5910) | It doesn't change anything. But it groups things logically. Ehter way it is fine. |