Bug 239463 - REGRESSION (Xcode 13.3?): lldb_webkit_unittest.TestSummaryProviders.serial_test_WTFOptionSet_SummaryProvider_simple is a constant failure
Summary: REGRESSION (Xcode 13.3?): lldb_webkit_unittest.TestSummaryProviders.serial_te...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-04-18 13:05 PDT by Karl Rackler
Modified: 2022-06-05 13:59 PDT (History)
3 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 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.