summaryrefslogtreecommitdiffstatshomepage
path: root/tools/ci.sh
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2024-12-16 11:58:43 +1100
committerDamien George <damien@micropython.org>2024-12-16 11:58:43 +1100
commitee8d8b3448f26abafbfe1ed7f8970e02f4f8d232 (patch)
tree1f5548d716248f33c5e083089a99106783cd4e7b /tools/ci.sh
parent8e4c8096940c83c49c3ac07acc96b0133f65ec8e (diff)
downloadmicropython-ee8d8b3448f26abafbfe1ed7f8970e02f4f8d232.tar.gz
micropython-ee8d8b3448f26abafbfe1ed7f8970e02f4f8d232.zip
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 <damien@micropython.org>
Diffstat (limited to 'tools/ci.sh')
-rwxr-xr-xtools/ci.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/ci.sh b/tools/ci.sh
index b9f9dec8bc..33559d3391 100755
--- a/tools/ci.sh
+++ b/tools/ci.sh
@@ -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 {