Skip to content

Commit f6747e2

Browse files
committed
Revert "test: skip test-cpu-prof in debug builds with code cache"
Skipping the test is not needed now that the underlying cause has been addressed in V8. This reverts commit b66f01d. Refs: nodejs#27423
1 parent 377939e commit f6747e2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/sequential/test-cpu-prof.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
// This tests that --cpu-prof, --cpu-prof-dir and --cpu-prof-name works.
44

55
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-
126
const fixtures = require('../common/fixtures');
137
common.skipIfInspectorDisabled();
148

0 commit comments

Comments
 (0)