-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(webkit): update error stack parsing and related system tests (#…
…23730) * chore(webkit): update error stack parsing and related system tests * Adding better comment * Putting column back. Indexing at 1. * Let's wait for WebKit fixes to land for this * Using default name/location values already used in stack enhancing logic * Incorrect bracket in regex * Trying without location, as the fake location causes more problems downstream. * Loosening regex around locations in stack replacement * Defaulting location sans row/column * Parsing stack lines for reporter with unique regex * D'oh * Making the validation against '<unknown>' more specific * Don't want a capture group here * Updating spec_isolation system tests * Consolidating regex pattern to errors package * Can just keep this global now * Simplifying regex. Removing lineAndColumn numbers from unknown locations. * Updating system test stack regex * Getting better baseline * Revert "Updating system test stack regex" This reverts commit 2b91eff. * Forking normalization for webkit to track down diffs * Ensure line or column are set before rendering in enhanced stack * Need to be a little more flexible * Tweaking leading newline detection * Trying out new composed regex * Few more tweaks for multiple leading newlines and file locations without function name * Updating remainderOfStack pattern with proper escaping * Cleaning up comments * Filtering native code from absolute path logic * Rebuild CI after outage
- Loading branch information
Showing
20 changed files
with
1,023 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
405e7f7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Circle has built the
linux x64
version of the Test Runner.Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.
Run this command to install the pre-release locally:
405e7f7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Circle has built the
linux arm64
version of the Test Runner.Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.
Run this command to install the pre-release locally:
405e7f7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Circle has built the
win32 x64
version of the Test Runner.Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.
Run this command to install the pre-release locally:
405e7f7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Circle has built the
darwin arm64
version of the Test Runner.Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.
Run this command to install the pre-release locally:
405e7f7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Circle has built the
darwin x64
version of the Test Runner.Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.
Run this command to install the pre-release locally: