travis: More tests output debugging.
This commit is contained in:
parent
c13d0b3304
commit
e8ecca21ff
@ -17,6 +17,8 @@ script:
|
|||||||
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
|
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
|
||||||
|
|
||||||
after_failure:
|
after_failure:
|
||||||
|
- pwd
|
||||||
|
- echo 'test'
|
||||||
- cat tests/memoryerror.py.exp
|
- cat tests/memoryerror.py.exp
|
||||||
- cat tests/memoryerror.py.out
|
- (cat tests/memoryerror.py.out)
|
||||||
- cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done
|
- cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
l = list(range(10000))
|
l = list(range(10000))
|
||||||
try:
|
|
||||||
hex(1)
|
|
||||||
except NameError:
|
|
||||||
print("NameError")
|
|
||||||
try:
|
try:
|
||||||
100000000 * l
|
100000000 * l
|
||||||
except MemoryError:
|
except MemoryError:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user