diff options
author | TheCharlatan <seb.kung@gmail.com> | 2020-10-03 02:22:20 +0200 |
---|---|---|
committer | TheCharlatan <seb.kung@gmail.com> | 2020-10-03 02:32:17 +0200 |
commit | db70af1bbce97a8f77c865c285d7c9ba17f0b80f (patch) | |
tree | 18918783b31c6ce436c019b3bade4bf342845c70 /.gitattributes | |
parent | Merge pull request #6819 (diff) | |
download | monero-db70af1bbce97a8f77c865c285d7c9ba17f0b80f.tar.xz |
Unit Tests: Remove block reward upper bound size checks
Tests running after being compiled with `make debug-test` failed with
```
[ FAILED ] block_reward_and_current_block_weight.fails_on_huge_median_size
[ FAILED ] block_reward_and_current_block_weight.fails_on_huge_block_weight
```
With the introduction of the patch in
https://github.com/monero-project/monero/commit/be82c40703d267184ee07bf7be71002122c86656#diff-1a57d4e6013984c420da98d1adde0eafL113
the assertions checking the weight of the median and current block
against a size limit were removed. Since the limit is now enforced by a
long divisor and a uint64_t type, checking in a separate test makes
little sense, so they are removed here.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions