Skip to content
Snippets Groups Projects
  1. Apr 12, 2019
  2. Apr 11, 2019
  3. Apr 09, 2019
  4. Apr 08, 2019
  5. Apr 05, 2019
  6. Apr 04, 2019
    • stijn's avatar
      tests/run-tests: Ignore exception in process kill when ending repl test. · d89ce2ed
      stijn authored
      When running Linux on WSL, Popen.kill() can raise a ProcessLookupError if
      the process does not exist anymore, which can happen here since the
      previous statement already tries to close the process by sending Ctrl-D to
      the running repl.  This doesn't seem to be a problem on other OSes, so just
      swallow the exception silently since it indicates the process has been
      closed already, which after all is what we want.
      d89ce2ed
  7. Apr 03, 2019
  8. Apr 01, 2019
  9. Mar 29, 2019
  10. Mar 28, 2019
  11. Mar 27, 2019
  12. Mar 26, 2019
Loading