Skip to content

Commit 28535b0

Browse files
committed
tools/ci.sh: Skip thread/stress_recurse.py on unix qemu test runs.
This test passes sometimes and fails other times. Eventually that should be fixed, but for now just skip this test. Signed-off-by: Damien George <damien@micropython.org>
1 parent 0c5a8c2 commit 28535b0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

tools/ci.sh

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -796,8 +796,10 @@ function ci_unix_qemu_mips_build {
796796
}
797797

798798
function ci_unix_qemu_mips_run_tests {
799+
# Issues with MIPS tests:
800+
# - thread/stress_recurse.py is flaky
799801
file ./ports/unix/build-coverage/micropython
800-
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython MICROPY_TEST_TIMEOUT=90 ./run-tests.py)
802+
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython MICROPY_TEST_TIMEOUT=90 ./run-tests.py --exclude 'thread/stress_recurse.py')
801803
}
802804

803805
function ci_unix_qemu_arm_setup {
@@ -817,8 +819,9 @@ function ci_unix_qemu_arm_build {
817819
function ci_unix_qemu_arm_run_tests {
818820
# Issues with ARM tests:
819821
# - (i)listdir does not work, it always returns the empty list (it's an issue with the underlying C call)
822+
# - thread/stress_recurse.py is flaky
820823
file ./ports/unix/build-coverage/micropython
821-
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython MICROPY_TEST_TIMEOUT=90 ./run-tests.py --exclude 'vfs_posix.*\.py')
824+
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython MICROPY_TEST_TIMEOUT=90 ./run-tests.py --exclude 'vfs_posix.*\.py|thread/stress_recurse.py')
822825
}
823826

824827
function ci_unix_qemu_riscv64_setup {
@@ -836,8 +839,10 @@ function ci_unix_qemu_riscv64_build {
836839
}
837840

838841
function ci_unix_qemu_riscv64_run_tests {
842+
# Issues with RISCV-64 tests:
843+
# - thread/stress_recurse.py is flaky
839844
file ./ports/unix/build-coverage/micropython
840-
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython MICROPY_TEST_TIMEOUT=90 ./run-tests.py)
845+
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython MICROPY_TEST_TIMEOUT=90 ./run-tests.py --exclude 'thread/stress_recurse.py')
841846
}
842847

843848
########################################################################################

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy