History log of /php-src/ext/random/tests/02_engine/pcgoneseq128xslrr64_jump_error.phpt (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# f7d426cc 31-Aug-2022 Tim Düsterhus

Unify structure for ext/random's randomizer tests (#9410)

* Unify structure for ext/random's engine tests (2)

This makes adjustments that were missed in
2d6a883b3a1e5ee4f225dce6

Unify structure for ext/random's randomizer tests (#9410)

* Unify structure for ext/random's engine tests (2)

This makes adjustments that were missed in
2d6a883b3a1e5ee4f225dce64584ad2522e8e391.

* Add `engines.inc` for ext/random tests

* Unify structure for ext/random's randomizer tests

show more ...


Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23
# 2d6a883b 23-Aug-2022 Tim Düsterhus

Unify structure for ext/random's engine tests (#9321)

* Remove user_xoshiro128plusplus.phpt

This test does not exercise any of the code paths of the random extension and
thus is

Unify structure for ext/random's engine tests (#9321)

* Remove user_xoshiro128plusplus.phpt

This test does not exercise any of the code paths of the random extension and
thus is no value-add.

* Unify structure for ext/random's engine tests

show more ...

Revision tags: php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3, php-8.2.0beta2, php-8.1.9, php-8.0.22
# 50bd8ba5 01-Aug-2022 Anton Smirnov

PcgOneseq128XslRr64::jump(): Throw ValueError for negative $advance (#9213)

* PCG64: $advance must be non-negative

Closes GH-9212