NEW 239463
REGRESSION (Xcode 13.3?): lldb_webkit_unittest.TestSummaryProviders.serial_test_WTFOptionSet_SummaryProvider_simple is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=239463
Summary REGRESSION (Xcode 13.3?): lldb_webkit_unittest.TestSummaryProviders.serial_te...
Karl Rackler
Reported 2022-04-18 13:05:41 PDT
Description: lldb_webkit_unittest.TestSummaryProviders.serial_test_WTFOptionSet_SummaryProvider_simple The first build that the failure is seen on: https://build.webkit.org/#/builders/365/builds/794 History: Build 794: Xcode 13.3 Build 793: Xcode 13.1 Diff: Traceback (most recent call last): File "/Volumes/Data/worker/monterey-release-tests-wk2/build/Tools/lldb/lldb_webkit_unittest.py", line 49, in destroy_cached_debug_session cached_debug_session.tearDown() File "/Volumes/Data/worker/monterey-release-tests-wk2/build/Tools/lldb/lldb_webkit_unittest.py", line 82, in tearDown cls.sbProcess.Kill() AttributeError: type object 'LLDBDebugSession' has no attribute 'sbProcess'
Attachments
Radar WebKit Bug Importer
Comment 1 2022-04-18 13:06:01 PDT
Karl Rackler
Comment 2 2022-04-18 14:08:43 PDT
Adding addition test Description: lldb_webkit_unittest.TestSummaryProviders.serial_test_WTFOptionSetProvider_aliased_flag The first build that the failure is seen on: https://build.webkit.org/#/builders/372/builds/2468 History: Build 2468: Xcode 13.3 Build 2467: Xcode 13.1 Diff: File "/Volumes/Data/worker/monterey-release-tests-wk1/build/Tools/lldb/lldb_webkit_unittest.py", line 49, in destroy_cached_debug_session cached_debug_session.tearDown() File "/Volumes/Data/worker/monterey-release-tests-wk1/build/Tools/lldb/lldb_webkit_unittest.py", line 82, in tearDown cls.sbProcess.Kill() AttributeError: type object 'LLDBDebugSession' has no attribute 'sbProcess'
Alexey Proskuryakov
Comment 3 2022-06-05 13:59:45 PDT
This test was skipped in bug 241294.
Note You need to log in before you can comment on or make changes to this bug.