Skip to content

Commit 33fead3

Browse files
addaleaxtargos
authored andcommitted
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: #27423 PR-URL: #27469 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent a9a85d6 commit 33fead3

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)