This test verifies that the network process will be killed if the memory limit is reached. It's done by calling `webkit_network_session_set_memory_pressure_settings()`. The settings passed as an argument are later applied during the creation of a new network process. Before 259433@main a new network process was created for every network session but now only one network process is created. Since this test is not the first one in the test suite, the network process was already created and the memory pressure settings have no effect. Also, the name of the function is misleading now, because the memory pressure settings are applied to all sessions.
Pull request: https://github.com/WebKit/WebKit/pull/16742
Committed 266946@main (53084658b468): <https://commits.webkit.org/266946@main> Reviewed commits have been landed. Closing PR #16742 and removing active labels.
Re-opened since this is blocked by bug 260262
Pull request: https://github.com/WebKit/WebKit/pull/16785
Committed 267000@main (c49fe081e573): <https://commits.webkit.org/267000@main> Reviewed commits have been landed. Closing PR #16785 and removing active labels.