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
|
||||
|
||||
after_failure:
|
||||
- pwd
|
||||
- echo 'test'
|
||||
- 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
|
||||
|
@ -1,8 +1,4 @@
|
||||
l = list(range(10000))
|
||||
try:
|
||||
hex(1)
|
||||
except NameError:
|
||||
print("NameError")
|
||||
try:
|
||||
100000000 * l
|
||||
except MemoryError:
|
||||
|
Loading…
x
Reference in New Issue
Block a user