coretests: some HF1 tests marked as postponed

This commit is contained in:
sowle 2022-09-15 23:21:02 +02:00
parent 76807ec931
commit d01ab52c7c
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC
2 changed files with 7 additions and 1 deletions

View file

@ -747,6 +747,11 @@ int main(int argc, char* argv[])
MARK_TEST_AS_POSTPONED(gen_wallet_spending_coinstake_after_minting);
MARK_TEST_AS_POSTPONED(gen_wallet_fake_outs_while_having_too_little_own_outs);
MARK_TEST_AS_POSTPONED(gen_uint_overflow_1);
MARK_TEST_AS_POSTPONED(after_hard_fork_1_cumulative_difficulty); // reason: set_pos_to_low_timestamp is not supported anymore
MARK_TEST_AS_POSTPONED(before_hard_fork_1_cumulative_difficulty);
MARK_TEST_AS_POSTPONED(inthe_middle_hard_fork_1_cumulative_difficulty);
MARK_TEST_AS_POSTPONED(zarcanum_basic_test);
#undef MARK_TEST_AS_POSTPONED

View file

@ -42,7 +42,8 @@ bool hard_fork_1_cumulative_difficulty_base::generate(std::vector<test_event_ent
last_block = next_blk_pow;
}
// generator.set_pos_to_low_timestamp(true); <-- this is not supported anymore -- sowle
last_block = blk_0r;
for (size_t i = 0; i != 20; i++)
{