Commit 2e49b99
src,test: disable freezing V8 flags on initialization
Node.js still changes flags after initializationg; either because
tests need to set their own flags (which V8 tests also still allow),
or because it's explicitly requested via the "v8.setFlagsFromString"
method that Node.js provides.
PR-URL: #44741
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent fd52c62 commit 2e49b99Copy full SHA for 2e49b99
File tree
Expand file treeCollapse file tree
2 files changed
+10
-0
lines changedOpen diff view settings
Filter options
- src
- test/cctest
Expand file treeCollapse file tree
2 files changed
+10
-0
lines changedOpen diff view settings
Collapse file
+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
741 | 741 | |
742 | 742 | |
743 | 743 | |
| 744 | + |
| 745 | + |
| 746 | + |
| 747 | + |
| 748 | + |
744 | 749 | |
745 | 750 | |
746 | 751 | |
|
Collapse file
test/cctest/node_test_fixture.cc
Copy file name to clipboardExpand all lines: test/cctest/node_test_fixture.cc+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
27 | 32 | |
28 | 33 | |
29 | 34 | |
|
0 commit comments