[Webkit-unassigned] [Bug 207204] New: REGRESSION: (r255611) [ Mac ] 3 lldb tests failing related to HashMap
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 4 08:58:39 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=207204
Bug ID: 207204
Summary: REGRESSION: (r255611) [ Mac ] 3 lldb tests failing
related to HashMap
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: tsavell at apple.com
3 lldb tests failing related to HashMap
[8/42] lldb_webkit_unittest.TestSummaryProviders.serial_test_WTFHashMap_of_vectors_tablesize_and_size failed:
Traceback (most recent call last):
File "/Volumes/Data/slave/mojave-release-tests-wk1/build/Tools/lldb/lldb_webkit_unittest.py", line 164, in serial_test_WTFHashMap_of_vectors_tablesize_and_size
self.assertEqual(summary, "{ tableSize = 8, keyCount = 1 }")
AssertionError: '{ tableSize = 0, keyCount = 0 }' != '{ tableSize = 8, keyCount = 1 }'
[31/42] lldb_webkit_unittest.TestSummaryProviders.serial_test_WTFHashSet_tablesize_and_size failed:
Traceback (most recent call last):
File "/Volumes/Data/slave/mojave-release-tests-wk1/build/Tools/lldb/lldb_webkit_unittest.py", line 169, in serial_test_WTFHashSet_tablesize_and_size
self.assertEqual(summary, "{ tableSize = 8, keyCount = 1 }")
AssertionError: '{ tableSize = 0, keyCount = 0 }' != '{ tableSize = 8, keyCount = 1 }'
[36/42] lldb_webkit_unittest.TestSummaryProviders.serial_test_WTFHashMap_tablesize_and_size failed:
Traceback (most recent call last):
File "/Volumes/Data/slave/mojave-release-tests-wk1/build/Tools/lldb/lldb_webkit_unittest.py", line 159, in serial_test_WTFHashMap_tablesize_and_size
self.assertEqual(summary, "{ tableSize = 8, keyCount = 2 }")
AssertionError: '{ tableSize = 0, keyCount = 0 }' != '{ tableSize = 8, keyCount = 2 }'
It looks like the changes in https://trac.webkit.org/changeset/255611/webkit are responsible for this.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200204/adba50d5/attachment-0001.htm>
More information about the webkit-unassigned
mailing list