RESOLVED FIXED 142041
[EFL][GTK] REGRESSION(180602): It made fast/workers test timeout
https://bugs.webkit.org/show_bug.cgi?id=142041
Summary [EFL][GTK] REGRESSION(180602): It made fast/workers test timeout
Csaba Osztrogonác
Reported 2015-02-26 02:41:59 PST
Attachments
Csaba Osztrogonác
Comment 1 2015-02-26 03:47:59 PST
I skipped fast/workers tests on EFL bots, because it increased the testing time from 15 minutes to 35 minutes, and then the bot died with timeout. Skip landed in http://trac.webkit.org/changeset/180671 .
Mark Lam
Comment 2 2015-02-26 09:20:53 PST
One of the side effects of r180602 is that it results in more threads being scanned by GC. Specifically, that means a VM on the main thread will also scan the stacks of all worker threads because they have had a VM run on them before. This means they are doing more work, though we had anticipated that it shouldn’t be that costly. I’ll prepare a test patch to see if eliminating / reducing this unnecessary work makes a difference.
Mark Lam
Comment 3 2015-02-26 15:37:15 PST
FYI, the r180602 patch was rolled out in r180690: <http://trac.webkit.org/r180690>.
Mark Lam
Comment 4 2015-02-26 21:08:33 PST
With the solution for https://bugs.webkit.org/show_bug.cgi?id=141990, the GTK test bot seems to be happy. The previously skipped tests have been un-skipped when I rolled out r180690 earlier. Nothing more to do. Closing this bug.
Note You need to log in before you can comment on or make changes to this bug.