Bug 239463

Summary: REGRESSION (Xcode 13.3?): lldb_webkit_unittest.TestSummaryProviders.serial_test_WTFOptionSet_SummaryProvider_simple is a constant failure
Product: WebKit Reporter: Karl Rackler <rackler>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=241294

Description Karl Rackler 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'
Comment 1 Radar WebKit Bug Importer 2022-04-18 13:06:01 PDT
<rdar://problem/91911995>
Comment 2 Karl Rackler 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'
Comment 3 Alexey Proskuryakov 2022-06-05 13:59:45 PDT
This test was skipped in bug 241294.