Bug 263919 - REGRESSION (267685@main): lldb-webkit-test is failing with TypeError: add_tree() missing 1 required positional argument: 'starting_subdirectory'
Summary: REGRESSION (267685@main): lldb-webkit-test is failing with TypeError: add_tre...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Sneddon [:gsnedders]
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-30 14:06 PDT by Karl Rackler
Modified: 2023-11-03 06:54 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Rackler 2023-10-30 14:06:21 PDT
lldb-webkit-test is failing on Sonoma since bring up: https://build.webkit.org/#/builders/947/builds/1
lldb-webkit-test is failing on Ventura since about two months ago starting with build: https://build.webkit.org/#/builders/708/builds/3371

Traceback (most recent call last):
  File "/Volumes/Data/worker/Apple-Sonoma-Release-AppleSilicon-WK2-Tests/build/Tools/Scripts/test-lldb-webkit", line 145, in <module>
    sys.exit(main())
  File "/Volumes/Data/worker/Apple-Sonoma-Release-AppleSilicon-WK2-Tests/build/Tools/Scripts/test-lldb-webkit", line 139, in main
    tester.add_tree(host.filesystem.join(webkit_root, 'Tools', 'lldb'))
TypeError: add_tree() missing 1 required positional argument: 'starting_subdirectory'
Comment 1 Radar WebKit Bug Importer 2023-10-30 14:07:33 PDT
<rdar://problem/117704731>
Comment 2 Alexey Proskuryakov 2023-10-30 14:18:23 PDT
Must be caused by https://commits.webkit.org/267685@main
Comment 3 Sam Sneddon [:gsnedders] 2023-11-02 11:22:36 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19895
Comment 4 EWS 2023-11-02 13:44:07 PDT
Committed 270137@main (3b3a233a19ae): <https://commits.webkit.org/270137@main>

Reviewed commits have been landed. Closing PR #19895 and removing active labels.
Comment 5 Sam Sneddon [:gsnedders] 2023-11-03 06:54:23 PDT
https://build.webkit.org/#/builders/947/builds/615 indeed now shows it passing.