Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2d617fcc7838b99598d76a406a80848c2ac87584
https://github.com/WebKit/WebKit/commit/2d617fcc7838b99598d76a406a80848c2ac87584
Author: Keith Miller <[email protected]>
Date: 2026-04-04 (Sat, 04 Apr 2026)
Changed paths:
M Tools/Scripts/run-jsc-stress-tests
Log Message:
-----------
[JSC] profiler tests should use noisy output handler
https://bugs.webkit.org/show_bug.cgi?id=311450
rdar://174044480
Reviewed by Yusuke Suzuki and Dan Hecht.
Right now the profiler runs dump some output related to where the
profiling data can be found. e.g.
```
stress/tail-call-profiler.js.profiler: <BYTECODE.STAT><64127> Registering
callback for dumping profiles, dumping to JSCProfile-64127-2.json.
stress/tail-call-profiler.js.profiler: <BYTECODE.STAT><64127> Use `notifyutil
-v -p com.apple.WebKit.bytecode.profiler` to dump statistics.
```
Instead of turning off that notification, which seems useful in general
for development, pipe output to /dev/null.
* Tools/Scripts/run-jsc-stress-tests:
Canonical link: https://commits.webkit.org/310572@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications