We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a85d6 commit 33fead3Copy full SHA for 33fead3
test/sequential/test-cpu-prof.js
@@ -3,12 +3,6 @@
3
// This tests that --cpu-prof, --cpu-prof-dir and --cpu-prof-name works.
4
5
const common = require('../common');
6
-if (process.features.debug && process.features.cached_builtins) {
7
- // FIXME(joyeecheung): the profiler crashes when code cache
8
- // is enabled in debug builds.
9
- common.skip('--cpu-prof does not work in debug builds with code cache');
10
-}
11
-
12
const fixtures = require('../common/fixtures');
13
common.skipIfInspectorDisabled();
14
0 commit comments