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

Easier debugging and troubleshooting of Test262 tests #1812

Merged
merged 1 commit into from
Sep 14, 2021

Commits on Sep 10, 2021

  1. Fix problems running Test262 tests in a debugger

    This commit enables running Test262 in debuggers like VSCode:
    * Adds a TIMEOUT environment variable (in msecs) to prevent the harnesss
      from killing the process while you're debugging it.
      Default is 10,000ms === 10 seconds. (same as existing default)
    * Works around a problem where passing tests were mistakenly labelled
      as failures when run in the debugger because of Node's debug-related
      console output.
    
    js-temporal/temporal-polyfill#46 requires this.
    justingrant committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    fc2e24c View commit details
    Browse the repository at this point in the history