Skip to content
Snippets Groups Projects
  1. Apr 05, 2019
  2. 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
  3. Apr 03, 2019
  4. Apr 01, 2019
  5. Mar 29, 2019
  6. Mar 28, 2019
  7. Mar 27, 2019
  8. Mar 26, 2019
  9. Mar 19, 2019
  10. Mar 18, 2019
  11. Mar 15, 2019
Loading