|
95 | 95 | - make ${MAKEOPTS} -C ports/unix deplibs
|
96 | 96 | - make ${MAKEOPTS} -C ports/unix VARIANT=coverage
|
97 | 97 | # run the main test suite
|
98 |
| - - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests) |
99 |
| - - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests -d thread) |
100 |
| - - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests --emit native) |
101 |
| - - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests --via-mpy -d basics float micropython) |
102 |
| - - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests --via-mpy --emit native -d basics float micropython) |
| 98 | + - make -C ports/unix VARIANT=coverage test_full |
103 | 99 | - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-multitests.py multi_net/*.py)
|
104 |
| - # test when input script comes from stdin |
105 |
| - - cat tests/basics/0prelim.py | ports/unix/micropython-coverage | grep -q 'abc' |
106 | 100 | # test building native mpy modules
|
107 | 101 | - make -C examples/natmod/features1 ARCH=x64
|
108 | 102 | - make -C examples/natmod/features2 ARCH=x64
|
@@ -136,13 +130,7 @@ jobs:
|
136 | 130 | - make ${MAKEOPTS} -C ports/unix MICROPY_FORCE_32BIT=1 deplibs
|
137 | 131 | - make ${MAKEOPTS} -C ports/unix MICROPY_FORCE_32BIT=1 VARIANT=coverage
|
138 | 132 | # run the main test suite
|
139 |
| - - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests) |
140 |
| - - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests -d thread) |
141 |
| - - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-coverage ./run-tests --emit native) |
142 |
| - - (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) |
143 |
| - - (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) |
144 |
| - # test when input script comes from stdin |
145 |
| - - cat tests/basics/0prelim.py | ports/unix/micropython-coverage | grep -q 'abc' |
| 133 | + - make -C ports/unix MICROPY_FORCE_32BIT=1 VARIANT=coverage test_full |
146 | 134 | # test building native mpy modules
|
147 | 135 | - make -C examples/natmod/features1 ARCH=x86
|
148 | 136 | - make -C examples/natmod/features2 ARCH=x86
|
@@ -179,7 +167,7 @@ jobs:
|
179 | 167 | - make ${MAKEOPTS} -C ports/unix submodules
|
180 | 168 | - make ${MAKEOPTS} -C ports/unix PYTHON=python2 deplibs
|
181 | 169 | - make ${MAKEOPTS} -C ports/unix PYTHON=python2 VARIANT=nanbox
|
182 |
| - - (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-nanbox ./run-tests) |
| 170 | + - make ${MAKEOPTS} -C ports/unix PYTHON=python2 VARIANT=nanbox test_full |
183 | 171 |
|
184 | 172 | # unix stackless
|
185 | 173 | - stage: test
|
|
0 commit comments