Skip to content

Conversation

@gabritto
Copy link
Member

Fixes #2350.

Not sure what the best way to surface this information is, but here's the list.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds tracking for crashing fourslash tests by creating a new crashingTests.txt file to complement the existing failingTests.txt. The script updateFailing.mts now detects tests that produce InternalError crashes and writes them to a separate list for better visibility.

Key Changes

  • Added regex pattern to detect tests that crash with InternalError
  • Created crashingTests.txt to track 12 currently crashing tests
  • Updated .gitignore to include the new tracking file in version control

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
internal/fourslash/_scripts/updateFailing.mts Adds regex pattern and logic to detect and write crashing tests to crashingTests.txt
internal/fourslash/_scripts/crashingTests.txt New file listing 12 tests that currently crash with InternalError
.gitignore Adds exception to track crashingTests.txt in version control

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Differentiate between crashing vs failing tests

3 participants