RESOLVED DUPLICATE of bug 185801 187141
Add the first unit test for dump_class_layout
https://bugs.webkit.org/show_bug.cgi?id=187141
Summary Add the first unit test for dump_class_layout
Simon Fraser (smfr)
Reported 2018-06-28 08:48:55 PDT
Add the first unit test for dump_class_layout
Attachments
Patch (27.29 KB, patch)
2018-06-28 08:51 PDT, Simon Fraser (smfr)
dbates: review+
ews-watchlist: commit-queue-
Archive of layout-test-results from ews202 for win-future (12.91 MB, application/zip)
2018-06-28 10:37 PDT, EWS Watchlist
no flags
Simon Fraser (smfr)
Comment 1 2018-06-28 08:51:14 PDT
EWS Watchlist
Comment 2 2018-06-28 08:53:20 PDT
Attachment 343809 [details] did not pass style-queue: ERROR: Tools/lldb/lldb_dump_class_layout.py:41: too many blank lines (2) [pep8/E303] [5] ERROR: Tools/lldb/lldbWebKitTester/DumpClassLayoutTesting.cpp:26: Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted. [build/include_order] [4] ERROR: Tools/lldb/dump_class_layout_unittest.py:39: expected 2 blank lines, found 1 [pep8/E302] [5] Total errors found: 3 in 8 files If any of these errors are false positives, please file a bug against check-webkit-style.
EWS Watchlist
Comment 3 2018-06-28 10:37:33 PDT
Comment on attachment 343809 [details] Patch Attachment 343809 [details] did not pass win-ews (win): Output: https://webkit-queues.webkit.org/results/8370663 New failing tests: http/tests/security/canvas-remote-read-remote-video-blocked-no-crossorigin.html
EWS Watchlist
Comment 4 2018-06-28 10:37:44 PDT
Created attachment 343815 [details] Archive of layout-test-results from ews202 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews202 Port: win-future Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
Daniel Bates
Comment 5 2018-06-28 19:56:16 PDT
Comment on attachment 343809 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=343809&action=review > Tools/lldb/lldb_dump_class_layout.py:146 > + target = debugger.CreateTargetWithFileAndArch(str(self.binary_path), architecture) I had issues using this API and switched to CreateTarget(). I take it the issues have since been resolved. See <rdar://problem/39960149> for more details.
Simon Fraser (smfr)
Comment 6 2018-07-06 21:50:30 PDT
Fixing via 185801. *** This bug has been marked as a duplicate of bug 185801 ***
Note You need to log in before you can comment on or make changes to this bug.