Skip to content

Commit ee8d8b3

Browse files
committed
tools/ci.sh: Re-enable vfs_posix tests on unix qemu MIPS CI.
These work now that _FILE_OFFSET_BITS=64. Signed-off-by: Damien George <[email protected]>
1 parent 8e4c809 commit ee8d8b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/ci.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -682,10 +682,8 @@ function ci_unix_qemu_mips_build {
682682
}
683683

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

691689
function ci_unix_qemu_arm_setup {

0 commit comments

Comments
 (0)