The following layout tests are flaky on WebKit Linux Trusty Leak
- fast/workers/termination-early.html
- virtual/sharedarraybuffer/fast/workers/termination-early.html
This failure started after my per-global-scope-scheduler patch was landed:
https://codereview.chromium.org/2832763002/
Crash-log is not helpful:
<crash-log>
crash log for renderer (pid <unknown>):
STDOUT: This test terminates a worker at the moment before WorkerThread::workerThread starts execute the initial script. This stage includes initialization of the script engine, and V8 may crash if terminated during initialization. Test succeeds if it does not hang or crash (if worker thread is running in the separate process, that process could hang or crash).
STDOUT:
STDOUT: This test reproduces crash specific to v8 and multi-process Chromium architecture. In case of JSC, the test is just another opportunity to exercise the Worker code.
STDOUT:
STDOUT: DONE
STDERR: <empty>
</crash-log>
Comment 1 by nhiroki@chromium.org
, Apr 20 2017