Bug 208336 - REGRESSION (257257) [ Mac Debug ] CompactPointerTuple lldb tests are failing.
Summary: REGRESSION (257257) [ Mac Debug ] CompactPointerTuple lldb tests are failing.
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Mac macOS 10.15
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-02-27 13:29 PST by Jason Lawrence
Modified: 2022-04-12 14:52 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Lawrence 2020-02-27 13:29:50 PST
6 lldb tests are failing on Mac Debug.

They appear to be related to the changes here: https://trac.webkit.org/changeset/257257/webkit

File "/Volumes/Data/slave/catalina-debug-tests-wk2/build/Tools/lldb/lldb_webkit_unittest.py", line 243, in serial_test_WTFCompactPointerTupleProvider_simple_bool
      self.assertEqual(provider.get_child_at_index(1).GetValue(), 'true')
  AssertionError: 'false' != 'true'

File "/Volumes/Data/slave/catalina-debug-tests-wk2/build/Tools/lldb/lldb_webkit_unittest.py", line 201, in serial_test_WTFCompactPointerTuple_SummaryProvider_simple
      self.assertEqual(summary, "{ type = 7 }")
  AssertionError: '{ type = 14336 }' != '{ type = 7 }'

File "/Volumes/Data/slave/catalina-debug-tests-wk2/build/Tools/lldb/lldb_webkit_unittest.py", line 211, in serial_test_WTFCompactPointerTuple_SummaryProvider_bool
      self.assertEqual(summary, "{ type = true }")
  AssertionError: '{ type = false }' != '{ type = true }'

File "/Volumes/Data/slave/catalina-debug-tests-wk2/build/Tools/lldb/lldb_webkit_unittest.py", line 227, in serial_test_WTFCompactPointerTupleProvider_simple
      self.assertEqual(provider.get_child_at_index(1).GetValueAsUnsigned(), 7)
  AssertionError: 14336 != 7

Traceback (most recent call last):
    File "/Volumes/Data/slave/catalina-debug-tests-wk2/build/Tools/lldb/lldb_webkit_unittest.py", line 206, in serial_test_WTFCompactPointerTuple_SummaryProvider_max_type_value
      self.assertEqual(summary, "{ type = 255 }")
  AssertionError: '{ type = 63488 }' != '{ type = 255 }'

Traceback (most recent call last):
    File "/Volumes/Data/slave/catalina-debug-tests-wk2/build/Tools/lldb/lldb_webkit_unittest.py", line 235, in serial_test_WTFCompactPointerTupleProvider_max_type_value
      self.assertEqual(provider.get_child_at_index(1).GetValueAsUnsigned(), 255)
  AssertionError: 63488 != 255
Comment 1 Radar WebKit Bug Importer 2020-02-27 13:30:17 PST
<rdar://problem/59859967>