FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: unskip v8-updates/test-linux-perf-logger by lukealbao · Pull Request #52869 · nodejs/node · GitHub

/ node Public

test: unskip v8-updates/test-linux-perf-logger - #52869

Closed
lukealbao wants to merge 4 commits into
nodejs:mainfrom
lukealbao:gh-51308-mainline
Closed

test: unskip v8-updates/test-linux-perf-logger#52869
lukealbao wants to merge 4 commits into
nodejs:mainfrom
lukealbao:gh-51308-mainline

Conversation

lukealbao commented May 7, 2024
edited
Loading

Copy link
Copy Markdown
Contributor

This patch fixes #51308. It includes commit to re-enable the test by reverting #52821.

Explanation

This test suite is a dependency-free port of test/v8-updates/test-linux-perf.js. In both cases, js code is evaluated in a child process with v8 options set to emit a symbol table for perf(1). Verification is done by regex lookup. In the output, a function foo will be distinguished as compiled or interpreted based on a unary prefix character. Test cases use v8 option arguments to the child process to ensure compilation when applicable.

In 2023 (I don't know how to identify the release version), v8 added a new additional flag to guard optimization (link). This patch includes that in the child process options.

nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels May 7, 2024
lukealbao changed the title Gh 51308 mainline test: unskip v8-updates/test-linux-perf-logger May 7, 2024

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

targos commented May 7, 2024

Copy link
Copy Markdown
Member
08:06:57 ok 2 v8-updates/test-linux-perf-logger
08:06:57   ---
08:06:57   duration_ms: 709.58200
08:06:57   ...
08:06:57 
08:06:57 All tests passed.

richardlau added the request-ci Add this label to start a Jenkins CI on a PR. label May 7, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 7, 2024

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

richardlau added commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. and removed commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. labels May 24, 2024
richardlau pushed a commit that referenced this pull request May 29, 2024
Refs: #51308
Refs: #52821
PR-URL: #52869
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
richardlau pushed a commit that referenced this pull request May 29, 2024
This reverts commit 54f1e0a.

PR-URL: #52869
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>

Copy link
Copy Markdown
Member

Landed in c0c598d...4ef5bc1.

richardlau closed this May 29, 2024
targos pushed a commit that referenced this pull request Jun 1, 2024
Refs: #51308
Refs: #52821
PR-URL: #52869
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
targos pushed a commit that referenced this pull request Jun 1, 2024
This reverts commit 54f1e0a.

PR-URL: #52869
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
RafaelGSS mentioned this pull request Jun 7, 2024
soophoo pushed a commit to soophoo/node that referenced this pull request Jun 20, 2024
Refs: nodejs#51308
Refs: nodejs#52821
PR-URL: nodejs#52869
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
soophoo pushed a commit to soophoo/node that referenced this pull request Jun 20, 2024
This reverts commit 54f1e0a.

PR-URL: nodejs#52869
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken test/v8-updates/test-linux-perf-logger

6 participants


Back | FazBrowse Home | New Git URL