Skip to content

Commit

Permalink
tools/ci.sh: Re-enable vfs_posix tests on unix qemu MIPS CI.
Browse files Browse the repository at this point in the history
These work now that _FILE_OFFSET_BITS=64.

Signed-off-by: Damien George <[email protected]>
  • Loading branch information
dpgeorge committed Dec 16, 2024
1 parent 8e4c809 commit ee8d8b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -682,10 +682,8 @@ function ci_unix_qemu_mips_build {
}

function ci_unix_qemu_mips_run_tests {
# Issues with MIPS tests:
# - (i)listdir does not work, it always returns the empty list (it's an issue with the underlying C call)
file ./ports/unix/build-coverage/micropython
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython ./run-tests.py --exclude 'vfs_posix.*\.py')
(cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython ./run-tests.py)
}

function ci_unix_qemu_arm_setup {
Expand Down

0 comments on commit ee8d8b3

Please sign in to comment.