Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update test comment
  • Loading branch information
Gabriel Schulhof committed Dec 17, 2019
commit cc5436312b70b75ffba8ed1f477edeacca1a7d52
6 changes: 3 additions & 3 deletions test/parallel/test-startup-large-pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ const { spawnSync } = require('child_process');
'invalid value for --use-largepages');
}

// TODO(gabrielschulhof): Run with --use-largepages=2 and make assertions about
// the stderr, which may or may not contain a message indicating that mapping to
// large pages has failed.
// TODO(gabrielschulhof): Run with --use-largepages=verbose and make assertions
// about the stderr, which may or may not contain a message indicating that
// mapping to large pages has failed.