| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The CPU profiler crashes in debug builds when code cache is enabled. Skip the test temporarily until it's fixed.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
I’m 👍 to fast-tracking if you want
Sorry, something went wrong.
|
Fixed the linter and the skip message. @addaleax Let's see if this is green in CI first..(it passes for me locally, previously it always crashed) |
Sorry, something went wrong.
Sorry, something went wrong.
|
CI is green. Please thumb this up if you are +1 to fast tracking (this unbreaks debug builds on master) @nodejs/testing |
Sorry, something went wrong.
|
|
||
| const common = require('../common'); | ||
| if (process.features.debug && | ||
| process.config.variables.node_code_cache_path === 'yes') { |
There was a problem hiding this comment.
ATM this is not the best predicate for embedded code-cache...
I've submitted #27311 to fix the value, and this predicate (it could be any non '' value if combined with the previous manual embedding technique)
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The CPU profiler crashes in debug builds when code cache is
enabled. Skip the test temporarily until it's fixed.
Refs: #27307
Checklist