History log of /PHP-8.2/travis/test.sh (Results 1 – 5 of 5)
Revision Date Author Comments
# 706e51ad 28-Nov-2023 Ilija Tovilo

Fix travis_wait

It seems travis_wait is broken. Output skipped tests to avoid the timeout.

Closes GH-12822


# 708e9fad 17-Nov-2023 Jakub Zelenka

Skip slow tests on Travis

Closes GH-12697


# 0028c242 11-Aug-2022 Ilija Tovilo

Add --[no-]progress option to run-tests.php (#9255)

Previously, adding the -g argument would disable progress, even locally.
Now it needs to be disabled explicitly.


# 53e71415 31-Jul-2022 Ilija Tovilo

Hide skipped tests in CI (#9163)


# 7eec57c2 16-Jun-2021 Nikita Popov

Test ARM64 JIT on Travis (#7157)

Run tests with tracing JIT, function JIT and tracing JIT under --repeat 2.

As the overall build with three test runs only takes ~15m, I'm enabling t

Test ARM64 JIT on Travis (#7157)

Run tests with tracing JIT, function JIT and tracing JIT under --repeat 2.

As the overall build with three test runs only takes ~15m, I'm enabling this unconditionally, rather than just for nightly builds.

show more ...