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 Bugs | Assignee: | 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 |
Karl Rackler
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/91911995>
Karl Rackler
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
This test was skipped in bug 241294.