RESOLVED FIXED 101229
[chromium] Layout test inspector-protocol/debugger-pause-dedicated-worker.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=101229
Summary [chromium] Layout test inspector-protocol/debugger-pause-dedicated-worker.htm...
Stephen White
Reported 2012-11-05 09:18:45 PST
Layout test inspector-protocol/debugger-pause-dedicated-worker.html is flaky. Sometimes, it seems to output text in a non-deterministic order (racy?): --- /mnt/data/b/build/slave/WebKit_Linux/build/layout-test-results/inspector-protocol/debugger-pause-dedicated-worker-expected.txt +++ /mnt/data/b/build/slave/WebKit_Linux/build/layout-test-results/inspector-protocol/debugger-pause-dedicated-worker-actual.txt @@ -1,6 +1,6 @@ Started worker +didEnableWorkerDebugging Worker created -didEnableWorkerDebugging didConnectToWorker SUCCESS: Worker paused Sometimes, it seems to output extra text (maybe creating an extra worker?): --- /b/build/slave/WebKit_Linux__dbg_/build/layout-test-results/inspector-protocol/debugger-pause-dedicated-worker-expected.txt +++ /b/build/slave/WebKit_Linux__dbg_/build/layout-test-results/inspector-protocol/debugger-pause-dedicated-worker-actual.txt @@ -1,6 +1,8 @@ Started worker +Worker created Worker created didEnableWorkerDebugging didConnectToWorker +didConnectToWorker SUCCESS: Worker paused And sometimes (Linux Debug), it crashes with useless stack trace: crash log for DumpRenderTree (pid 29036): STDOUT: <empty> STDERR: <empty>
Attachments
Patch (4.87 KB, patch)
2012-12-04 14:27 PST, Yury Semikhatsky
vsevik: review+
vsevik: commit-queue+
Yury Semikhatsky
Comment 1 2012-12-04 14:27:09 PST
Yury Semikhatsky
Comment 2 2012-12-04 14:30:26 PST
Note You need to log in before you can comment on or make changes to this bug.