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

test: update error message keywords #39826

Closed
wants to merge 1 commit into from

Conversation

leeight
Copy link
Contributor

@leeight leeight commented Aug 21, 2021

This testcase failed on Apple Silicon M1, add the error message pattern:
not a mach-o file

This testcase failed on Apple Silicon M1, add the error message pattern:
`not a mach-o file`
@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Aug 21, 2021
@leeight
Copy link
Contributor Author

leeight commented Aug 21, 2021

The failed error message is:

'dlopen(/xxx/node/test/fixtures/module-loading-error.node, 0x0001): 
tried: '/xxx/node/test/fixtures/module-loading-error.node' (not a mach-o file), 
'/usr/local/lib/module-loading-error.node' (no such file),
'/usr/lib/module-loading-error.node' (no such file)'

Copy link
Member

@tniessen tniessen left a comment

Choose a reason for hiding this comment

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

cc @nodejs/platform-macos

@richardlau
Copy link
Member

This isn't currently failing on our CI -- I guess this is particular to new versions of macOS?
e.g. https://ci.nodejs.org/job/node-test-commit-osx-arm/2561/nodes=osx11/ (from today's daily run)

@leeight
Copy link
Contributor Author

leeight commented Aug 22, 2021

This isn't currently failing on our CI -- I guess this is particular to new versions of macOS?
e.g. https://ci.nodejs.org/job/node-test-commit-osx-arm/2561/nodes=osx11/ (from today's daily run)

@richardlau I upgrade to macOS Monterey and run into this issue.

@targos targos added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 22, 2021
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 22, 2021
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@jasnell jasnell added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 26, 2021
jasnell pushed a commit that referenced this pull request Aug 26, 2021
This testcase failed on Apple Silicon M1, add the error message pattern:
`not a mach-o file`

PR-URL: #39826
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Khaidi Chu <i@2333.moe>
@jasnell
Copy link
Member

jasnell commented Aug 26, 2021

Landed in 340161b

@jasnell jasnell closed this Aug 26, 2021
targos pushed a commit that referenced this pull request Sep 1, 2021
This testcase failed on Apple Silicon M1, add the error message pattern:
`not a mach-o file`

PR-URL: #39826
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Khaidi Chu <i@2333.moe>
targos pushed a commit that referenced this pull request Sep 6, 2021
This testcase failed on Apple Silicon M1, add the error message pattern:
`not a mach-o file`

PR-URL: #39826
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Khaidi Chu <i@2333.moe>
targos pushed a commit that referenced this pull request Sep 6, 2021
This testcase failed on Apple Silicon M1, add the error message pattern:
`not a mach-o file`

PR-URL: #39826
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Khaidi Chu <i@2333.moe>
@targos targos mentioned this pull request Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. 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.

8 participants