Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on syntax error while loading test files #256

Merged
merged 2 commits into from
Jan 20, 2022

Commits on Jan 20, 2022

  1. crash on syntax error while loading test files

    - Stop silently ignoring crashes on some loading paths. Notably, when
      you specified a dotname for the target to test and the module had a
      syntax error, then the module was being silently skipped.
    - This changes the behavior when targets are being loaded by filename
      and have a syntax error. Previously we were converting the syntax
      error into a single test failure representing failing to load the
      module. Now the crash occurs before we get that far.
    CleanCut committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    fc5b08c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcecacc View commit details
    Browse the repository at this point in the history