History log of /php-src/ext/tidy/tests/parsing_file_too_large.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# 75219270 28-Nov-2023 Ilija Tovilo

[skip ci] Skip resource intensive tidy test on GA


# e1ec67ac 27-Mar-2023 Ilija Tovilo

Unparallelize IO heavy tests

Alternative to GH-10892. This is somewhat unfortunate since these are also the
slow tests. I'm also not sure if this actually helps.

Closes GH-10953


# 52c96f21 17-Feb-2023 Ilija Tovilo

[skip ci] Skip slow tidy test on asan


# 704aadd0 08-Feb-2023 George Peter Banyard

Fix memory leaks in ext-tidy

We must not instantiate the object prior checking error conditions
Moreover, we need to release the HUGE amount of memory for files which are over 4GB when t

Fix memory leaks in ext-tidy

We must not instantiate the object prior checking error conditions
Moreover, we need to release the HUGE amount of memory for files which are over 4GB when throwing a ValueError

Closes GH-10545

show more ...