Bug 306119

Summary: [ews] Shared unit-tests are failing after 305975@main
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: New BugsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Aakash Jain
Reported 2026-01-23 09:37:47 PST
[ews] Shared unit-tests are failing after 305975@main. [Shared]$../runUnittests.py . --autoinstall .....................BuildStep.failed; traceback follows Traceback (most recent call last): File "/Volumes/Apple/code/OpenSource/Tools/Scripts/libraries/autoinstalled/python-3-arm64/twisted/internet/defer.py", line 1075, in _runCallbacks current.result = callback( # type: ignore[misc] File "/Volumes/Apple/code/OpenSource/Tools/Scripts/libraries/autoinstalled/python-3-arm64/twisted/internet/defer.py", line 1946, in _gotResultInlineCallbacks _inlineCallbacks(r, gen, status, context) File "/Volumes/Apple/code/OpenSource/Tools/Scripts/libraries/autoinstalled/python-3-arm64/twisted/internet/defer.py", line 1996, in _inlineCallbacks result = context.run( File "/Volumes/Apple/code/OpenSource/Tools/Scripts/libraries/autoinstalled/python-3-arm64/twisted/python/failure.py", line 519, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) --- <exception caught here> --- File "/Volumes/Apple/code/OpenSource/Tools/Scripts/libraries/autoinstalled/python-3-arm64/buildbot/process/buildstep.py", line 566, in startStep self.results = yield self.run() File "/Volumes/Apple/code/OpenSource/Tools/Scripts/libraries/autoinstalled/python-3-arm64/twisted/internet/defer.py", line 2000, in _inlineCallbacks result = context.run(gen.send, result) File "/Volumes/Apple/code/OpenSource/Tools/CISupport/Shared/steps.py", line 509, in run self.build.addStepsAfterCurrentStep([PrintClangVersionAfterUpdate()]) builtins.AttributeError: 'FakeBuild' object has no attribute 'addStepsAfterCurrentStep' EE..... ====================================================================== ERROR: test_success (Shared.steps_unittest.TestUpdateClang) test_success ---------------------------------------------------------------------- Traceback (most recent call last): File "/Volumes/Apple/code/OpenSource/Tools/Scripts/libraries/autoinstalled/python-3-arm64/buildbot/process/buildstep.py", line 566, in startStep self.results = yield self.run() File "/Volumes/Apple/code/OpenSource/Tools/Scripts/libraries/autoinstalled/python-3-arm64/twisted/internet/defer.py", line 2000, in _inlineCallbacks result = context.run(gen.send, result) File "/Volumes/Apple/code/OpenSource/Tools/CISupport/Shared/steps.py", line 509, in run self.build.addStepsAfterCurrentStep([PrintClangVersionAfterUpdate()]) AttributeError: 'FakeBuild' object has no attribute 'addStepsAfterCurrentStep'
Attachments
Radar WebKit Bug Importer
Comment 1 2026-01-23 09:38:30 PST
Aakash Jain
Comment 2 2026-01-23 09:41:28 PST
EWS
Comment 3 2026-01-23 10:06:58 PST
Committed 306097@main (097454d39ee1): <https://commits.webkit.org/306097@main> Reviewed commits have been landed. Closing PR #57127 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.