Tests fail when ran locally on M2 mac #6559
Unanswered
lewisl9029
asked this question in
Q&A
Replies: 2 comments 4 replies
-
You have to post the first error message. Only the first one has useful error message |
Beta Was this translation helpful? Give feedback.
3 replies
-
Important notice: I just received a scam mail. It's linking to this discussion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there! Earlier this week I made a fork of SWC to work on some custom functionality that wasn't yet supported by the new WASM plugin system. I did manage to get the custom functionality working, but I also discovered that the entire test suite in https://github.com/swc-project/swc/blob/main/crates/swc/tests/exec.rs ends up failing when I run it locally with errors that look like this:
I'm pretty new to Rust, but I tried to do some googling for the "Lazy instance has previously been poisoned" message, but wasn't able to find a solution.
Any ideas what could be causing this?
I'm running on a M2 Macbook Air, and set up the repo using the steps in: https://github.com/swc-project/swc/blob/main/CONTRIBUTING.md
Let me know if there's anything else I can help with to figure this out!
Beta Was this translation helpful? Give feedback.
All reactions