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

@gabritto gabritto closed this Dec 12, 2025
@gabritto gabritto reopened this Dec 12, 2025
Copy link
Member

@jakebailey jakebailey left a comment

Choose a reason for hiding this comment

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

Seems fine; this isn't more effort than maintaining the failing tests file.

@gabritto gabritto added this pull request to the merge queue Dec 12, 2025
Merged via the queue into main with commit 032909d Dec 12, 2025
22 checks passed
@gabritto gabritto deleted the gabritto/list_crashes branch December 12, 2025 17:56
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

4 participants