@@ -75,13 +75,13 @@ jobs:
7575 - make ${MAKEOPTS} -C ports/unix deplibs
7676 - make ${MAKEOPTS} -C ports/unix VARIANT=coverage
7777 # run the main test suite
78- - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests)
79- - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -d thread)
80- - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests --emit native)
81- - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests --via-mpy -d basics float micropython)
82- - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests --via-mpy --emit native -d basics float micropython)
78+ - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests)
79+ - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests -d thread)
80+ - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests --emit native)
81+ - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests --via-mpy -d basics float micropython)
82+ - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests --via-mpy --emit native -d basics float micropython)
8383 # test when input script comes from stdin
84- - cat tests/basics/0prelim.py | ports/unix/micropython_coverage | grep -q 'abc'
84+ - cat tests/basics/0prelim.py | ports/unix/micropython-coverage | grep -q 'abc'
8585 # test building native mpy modules
8686 - make -C examples/natmod/features1 ARCH=x64
8787 - make -C examples/natmod/features2 ARCH=x64
9292 - make -C examples/natmod/ure ARCH=x64
9393 - make -C examples/natmod/uzlib ARCH=x64
9494 # test importing .mpy generated by mpy_ld.py
95- - MICROPYPATH=examples/natmod/features2 ./ports/unix/micropython_coverage -m features2
95+ - MICROPYPATH=examples/natmod/features2 ./ports/unix/micropython-coverage -m features2
9696 - (cd tests && ./run-natmodtests.py extmod/{btree*,framebuf*,uheapq*,ure*,uzlib*}.py)
9797 # run coveralls coverage analysis (try to, even if some builds/tests failed)
9898 - (cd ports/unix && coveralls --root ../.. --build-root . --gcov $(which gcov) --gcov-options '\-o build-coverage/' --include py --include extmod)
@@ -115,13 +115,13 @@ jobs:
115115 - make ${MAKEOPTS} -C ports/unix MICROPY_FORCE_32BIT=1 deplibs
116116 - make ${MAKEOPTS} -C ports/unix MICROPY_FORCE_32BIT=1 coverage
117117 # run the main test suite
118- - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests)
119- - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -d thread)
120- - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests --emit native)
121- - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests --via-mpy --mpy-cross-flags='-mcache-lookup-bc -march=x86' -d basics float micropython)
122- - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests --via-mpy --emit native --mpy-cross-flags='-mcache-lookup-bc -march=x86' -d basics float micropython)
118+ - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests)
119+ - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests -d thread)
120+ - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests --emit native)
121+ - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests --via-mpy --mpy-cross-flags='-mcache-lookup-bc -march=x86' -d basics float micropython)
122+ - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests --via-mpy --emit native --mpy-cross-flags='-mcache-lookup-bc -march=x86' -d basics float micropython)
123123 # test when input script comes from stdin
124- - cat tests/basics/0prelim.py | ports/unix/micropython_coverage | grep -q 'abc'
124+ - cat tests/basics/0prelim.py | ports/unix/micropython-coverage | grep -q 'abc'
125125 # test building native mpy modules
126126 - make -C examples/natmod/features1 ARCH=x86
127127 - make -C examples/natmod/features2 ARCH=x86
@@ -132,7 +132,7 @@ jobs:
132132 - make -C examples/natmod/ure ARCH=x86
133133 - make -C examples/natmod/uzlib ARCH=x86
134134 # test importing .mpy generated by mpy_ld.py
135- - MICROPYPATH=examples/natmod/features2 ./ports/unix/micropython_coverage -m features2
135+ - MICROPYPATH=examples/natmod/features2 ./ports/unix/micropython-coverage -m features2
136136 - (cd tests && ./run-natmodtests.py --arch x86 extmod/{btree*,framebuf*,uheapq*,ure*,uzlib*}.py)
137137 after_failure :
138138 - (cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff -u $testbase.exp $testbase.out; done)
@@ -158,7 +158,7 @@ jobs:
158158 - make ${MAKEOPTS} -C ports/unix submodules
159159 - make ${MAKEOPTS} -C ports/unix PYTHON=python2 deplibs
160160 - make ${MAKEOPTS} -C ports/unix PYTHON=python2 VARIANT=nanbox
161- - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_nanbox ./run-tests)
161+ - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-nanbox ./run-tests)
162162
163163 # unix stackless
164164 - stage : test
@@ -187,7 +187,7 @@ jobs:
187187 env : NAME="minimal unix port build and tests"
188188 script :
189189 - make ${MAKEOPTS} -C ports/unix minimal
190- - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython_minimal ./run-tests -e exception_chain -e self_type_check -e subclass_native_init -d basics)
190+ - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-minimal ./run-tests -e exception_chain -e self_type_check -e subclass_native_init -d basics)
191191
192192 # windows port via mingw
193193 - stage : test
0 commit comments