Skip to content
  • Damien George's avatar
    qemu-arm: Don't compile tests in "REPL" mode. · f1db8a30
    Damien George authored
    Previous to this patch the qemu-arm tests were compiled with is_relp=true
    meaning that the __repl_print__ function was called for all lines of code
    in the outer scope.  This is not the right behaviour for scripts that are
    executed as though they were a file (eg tests).
    
    With this fix the micropython/heapalloc_str.py test now works so it is
    removed from the test blacklist.
    f1db8a30