Skip to content
Snippets Groups Projects
Select Git revision
  • dualcore
  • ch3/leds
  • wip-bootstrap default
  • ch3/time
  • master
5 results

test_main.c

Blame
    • Damien George's avatar
      f1db8a30
      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
      History
      qemu-arm: Don't compile tests in "REPL" mode.
      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.