WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 193669
191318
REGRESSION(
r237113
?): [GTK] Stable bots are unexpectedly running jhbuild
https://bugs.webkit.org/show_bug.cgi?id=191318
Summary
REGRESSION(r237113?): [GTK] Stable bots are unexpectedly running jhbuild
Michael Catanzaro
Reported
2018-11-06 12:20:50 PST
Ryan noticed that, after the bots were restarted for the change in
r237113
"[GTK] Disable MSE build support on Debian and Ubuntu LTS bots" to take effect, steps_unittest.py is now failing: ====================================================================== FAIL: test_builder GTK Linux 64-bit Release Debian Stable (Build) (__main__.BuildStepsTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "steps_unittest.py", line 599, in doTest self.assertListEqual(expected_build_steps[builder['name']], buildSteps) AssertionError: Lists differ: ['configure build', 'svn', 'ki... != ['configure build', 'svn', 'ki... First differing element 5: compile-webkit jhbuild Second list contains 1 additional elements. First extra element 6: compile-webkit ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', + 'jhbuild', 'compile-webkit'] ====================================================================== FAIL: test_builder GTK Linux 64-bit Release Ubuntu LTS (Build) (__main__.BuildStepsTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "steps_unittest.py", line 599, in doTest self.assertListEqual(expected_build_steps[builder['name']], buildSteps) AssertionError: Lists differ: ['configure build', 'svn', 'ki... != ['configure build', 'svn', 'ki... First differing element 5: compile-webkit jhbuild Second list contains 1 additional elements. First extra element 6: compile-webkit ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', + 'jhbuild', 'compile-webkit'] These bots are not supposed to be running jhbuild. I'm skeptical that
r237113
is to blame, but the timeline matches and I don't have another explanation. See the discussion in
bug #191290
.
Attachments
Add attachment
proposed patch, testcase, etc.
Ryan Haddad
Comment 1
2019-01-23 09:55:40 PST
Aakash has a suggested fix in
https://bugs.webkit.org/show_bug.cgi?id=190581#c8
factories.py L42 should be changed to something like: if platform == "gtk" and "--no-experimental-features" not in additionalArguments:
Ryan Haddad
Comment 2
2019-01-23 09:56:47 PST
Oh, this was addressed in
https://bugs.webkit.org/show_bug.cgi?id=193669
*** This bug has been marked as a duplicate of
bug 193669
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug