<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Aug 19, 2016, at 3:02 PM, Enrico Granata via swift-lldb-dev &lt;<a href="mailto:swift-lldb-dev@swift.org" class="">swift-lldb-dev@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Aug 19, 2016, at 2:44 PM, Jim Ingham via swift-lldb-dev &lt;<a href="mailto:swift-lldb-dev@swift.org" class="">swift-lldb-dev@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class=""><br class="Apple-interchange-newline">On Aug 19, 2016, at 2:26 PM, Daniel Dunbar via swift-lldb-dev &lt;<a href="mailto:swift-lldb-dev@swift.org" class="">swift-lldb-dev@swift.org</a>&gt; wrote:<br class=""><br class=""><br class=""><blockquote type="cite" class="">On Aug 19, 2016, at 2:22 PM, Todd Fiala &lt;<a href="mailto:todd.fiala@gmail.com" class="">todd.fiala@gmail.com</a>&gt; wrote:<br class=""><br class="">First off, I think the whole LLDB team can agree on the simple principle that tests that sometimes fail is not something we’re shooting for, so we’re on the same page with the general sentiment.<br class=""><br class="">But, rather than talking in sweeping generalizations, let’s take this exact failure as an example. &nbsp;It was a socket attempting to connect. &nbsp;It uses general socket timeouts. &nbsp;If it’s using a default, it will typically be something like 30 seconds. &nbsp;Per my previous comment, this is not something we see fail with any kind of frequency. We just had a failure on it now. &nbsp;Is the solution to say we want 35 seconds? &nbsp;1 minute? &nbsp;2 minutes? &nbsp;We’re using end-to-end testing here, and therefore we are subject to how a real system behaves. &nbsp;If we crank that up, there could be a time where we overload the server further, and the socket facility just fails. &nbsp;What do you do then, claim the test as unworthy?<br class=""><br class="">The challenge we run into on LLDB is that, while we do have a growing number of unit tests that are strict input/output verification, far too much of a functioning debugger’s operations are not covered adequately by that. &nbsp;So we have a large body of end to end tests. &nbsp;Sometimes those fail under heavy load. &nbsp;Sometimes those issues are ours - we have hidden races that are only exposed when the machine is grinding to a halt. &nbsp;Sometimes it is that the OS fails to handle requests for resources that the debugger needs.<br class=""><br class="">So it isn’t as simple as saying “file a bug to make the LLDB test suite more reliable.” &nbsp;(I wish it were!)<br class=""></blockquote><br class="">This is specifically why I proposed a concrete strategy like running a stress test of the test suite. That is actionable, and should shake some bugs I would hope?<br class=""><br class="">Another actionable strategies (although one I'm not a big fan of) is enhance the test suite to automatically re-attempt flaky tests.<br class=""></blockquote><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">The test suite already does this.</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""></div></blockquote><div class=""><br class=""></div><div class="">But only for tests that are explicitly marked as flakey - which this test wasn't because - as Todd points out - it is not one of the usual known culprits</div></div></div></div></blockquote><div><br class=""></div><div>I’m running the tests with —rerun-all-issues (per the swift build script). &nbsp;That actually will rerun all issues, not just ones marked flaky. &nbsp; Most of the upstream <a href="http://LLVM.org" class="">LLVM.org</a>&nbsp;buidbots run in the mode where only flaky tests are rerun, but we’re not there yet across all our platforms on the GitHub side.</div><br class=""><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""><blockquote type="cite" class=""><div class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Jim</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class=""><br class=""><blockquote type="cite" class=""><br class="">On the positive side, we have more resources going into improving our quality in the upcoming months, and we now have a dedicated quality engineer working with us. &nbsp;I expect this will help things as we move forward. &nbsp;And we’re looking to sink some of the system testing that currently exists end-to-end in LLDB to a more input-output style testing that we can do without needing the whole of LLDB (e.g. DWARF verification, DWARF type round-tripping through the compiler, etc. - Greg and Sean can speak more to what we’re doing there).<br class=""></blockquote><br class="">Great!<br class=""><br class="">- Daniel<br class=""><br class=""><blockquote type="cite" class=""><br class="">The net effect is that we should be hitting less of this noise.<br class=""><br class="">-Todd<br class="">On August 19, 2016 at 2:10:14 PM, Daniel Dunbar via swift-lldb-dev (<a href="mailto:swift-lldb-dev@swift.org" class="">swift-lldb-dev@swift.org</a>) wrote:<br class=""><br class=""><blockquote type="cite" class="">The amount of flakiness in the LLDB tests is disturbing... is there a high-level bug tracking improving this? It seems like it might be worth running a stress test of the tests on a loaded machine to try and shake out such problems.<br class=""><br class="">- Daniel<br class=""><br class=""><blockquote type="cite" class="">On Aug 19, 2016, at 1:58 PM, Todd Fiala via swift-lldb-dev &lt;<a href="mailto:swift-lldb-dev@swift.org" class="">swift-lldb-dev@swift.org</a>&gt; wrote:<br class=""><br class=""><blockquote type="cite" class=""><br class="">On Aug 19, 2016, at 1:42 PM, Enrico Granata &lt;<a href="mailto:egranata@apple.com" class="">egranata@apple.com</a>&gt; wrote:<br class=""><br class=""><blockquote type="cite" class=""><br class="">On Aug 19, 2016, at 11:20 AM, Todd Fiala via swift-lldb-dev &lt;<a href="mailto:swift-lldb-dev@swift.org" class="">swift-lldb-dev@swift.org</a>&gt; wrote:<br class=""><br class="">It looks like this may be the packaging build:<br class=""><br class=""><blockquote type="cite" class=""><blockquote type="cite" class=""><br class="">oss-swift-package-linux-ubuntu-15_10<br class=""><br class=""></blockquote></blockquote><br class="">It was this build:<br class=""><br class=""><a href="https://ci.swift.org/job/oss-swift-package-linux-ubuntu-15_10/1930/consoleFull#465392916fca400bf-2f4a-462e-b517-e058d770b2d7" class="">https://ci.swift.org/job/oss-swift-package-linux-ubuntu-15_10/1930/consoleFull#465392916fca400bf-2f4a-462e-b517-e058d770b2d7</a><br class=""><br class="">It has since gone blue.<br class=""><br class="">I don’t think I recall ever seeing that test fail before in an intermittent way, but that might be what happened here.<br class=""><br class=""></blockquote><br class="">Given the failure mode, it does sound likely:<br class=""><br class=""><br class="">File "/usr/lib/python2.7/socket.py", line 206, in accept sock, addr<br class="">= self._sock.accept() timeout: timed out<br class=""><br class=""><br class=""><br class=""><br class=""></blockquote><br class="">If we see that again, we may be able to tweak the socket timeout to allow for heavily loaded test CI.<br class=""><br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">-Todd<br class=""><br class=""><blockquote type="cite" class="">On Aug 19, 2016, at 11:15 AM, Kate Stone via swift-lldb-dev &lt;<a href="mailto:swift-lldb-dev@swift.org" class="">swift-lldb-dev@swift.org</a>&gt; wrote:<br class=""><br class="">Where is this failure being reported? &nbsp;I’m not seeing anything on swift-3.0-branch or master on <a href="http://ci.swift.org/" class="">ci.swift.org</a>.<br class=""><br class="">Kate Stone <a href="mailto:k8stone@apple.com" class="">k8stone@apple.com</a><br class=""> Xcode Low Level Tools<br class=""><br class=""><blockquote type="cite" class="">On Aug 19, 2016, at 12:15 AM, mishal_shah via swift-lldb-dev &lt;<a href="mailto:swift-lldb-dev@swift.org" class="">swift-lldb-dev@swift.org</a>&gt; wrote:<br class=""><br class="">+ swift-lldb-dev group. &nbsp;<br class=""><br class=""><blockquote type="cite" class="">On Aug 18, 2016, at 9:47 PM, Daniel Dunbar &lt;<a href="mailto:daniel_dunbar@apple.com" class="">daniel_dunbar@apple.com</a>&gt; wrote:<br class=""><br class="">Failing in lldb:<br class=""><br class="">Command invoked:<br class="">/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/lldb/test/dotest.py<br class="">--executable<br class="">/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/build/buildbot_linux/lldb-linux-x86_64/bin/lldb<br class="">--rerun-all-issues -C<br class="">/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/build/buildbot_linux/llvm-linux-x86_64/bin/clang<br class="">-s 2016-08-18-15_15_07 --results-port 41187 --inferior -p<br class="">TestStubReverseConnect.py<br class="">/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test<br class="">--event-add-entries worker_index=14:int Configuration: arch=x86_64<br class="">compiler=/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/build/buildbot_linux/llvm-linux-x86_64/bin/clang<br class="">----------------------------------------------------------------------<br class="">Collected 2 tests<br class="">======================================================================<br class="">ERROR: test_reverse_connect_works_llgs<br class="">(TestStubReverseConnect.TestStubReverseConnect)<br class="">----------------------------------------------------------------------<br class="">Traceback (most recent call last): File<br class="">"/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test/decorators.py",<br class="">line 121, in wrapper func(*args, **kwargs) File<br class="">"/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test/decorators.py",<br class="">line 121, in wrapper func(*args, **kwargs) File<br class="">"/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py",<br class="">line 89, in test_reverse_connect_works_llgs<br class="">self.reverse_connect_works() File<br class="">"/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py",<br class="">line 67, in reverse_connect_works (stub_socket, address) =<br class="">self.listener_socket.accept() File "/usr/lib/python2.7/socket.py",<br class="">line 206, in accept sock, addr = self._sock.accept() timeout: timed<br class="">out<br class="">Config=x86_64-/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/build/buildbot_linux/llvm-linux-x86_64/bin/clang-3.9<br class="">----------------------------------------------------------------------<br class="">Ran 2 tests in 22.006s RESULT: FAILED (0 passes, 0 failures, 1<br class="">errors, 1 skipped, 0 expected failures, 0 unexpected successes)<br class="">Session logs for test failures/errors/unexpected successes can be<br class="">found in directory '2016-08-18-15_15_07'<br class=""><br class=""><br class="">[TestStubReverseConnect.py<br class="">FAILED]<br class=""><br class=""><br class="">Command invoked: /usr/bin/python<br class="">/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/lldb/test/dotest.py<br class="">--executable<br class="">/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/build/buildbot_linux/lldb-linux-x86_64/bin/lldb<br class="">--rerun-all-issues -C<br class="">/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/build/buildbot_linux/llvm-linux-x86_64/bin/clang<br class="">-s 2016-08-18-15_15_07 --results-port 41187 --inferior -p<br class="">TestStubReverseConnect.py<br class="">/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test<br class="">--event-add-entries worker_index=14:int<br class=""><br class=""><br class="">- Daniel<br class=""><br class=""><blockquote type="cite" class="">On Aug 18, 2016, at 9:18 PM, <a href="mailto:no-reply@swift.org" class="">no-reply@swift.org</a> wrote:<br class=""><br class="">[FAILURE] oss-swift-package-linux-ubuntu-15_10 [#1930]<br class=""><br class="">Build URL:<span class="Apple-tab-span" style="white-space: pre;">        </span><a href="https://ci.swift.org/job/oss-swift-package-linux-ubuntu-15_10/1930/" class="">https://ci.swift.org/job/oss-swift-package-linux-ubuntu-15_10/1930/</a><br class="">Project:<span class="Apple-tab-span" style="white-space: pre;">        </span>oss-swift-package-linux-ubuntu-15_10<br class="">Date of build:<span class="Apple-tab-span" style="white-space: pre;">        </span>Thu, 18 Aug 2016 20:26:52 -0700<br class="">Build duration:<span class="Apple-tab-span" style="white-space: pre;">        </span>51 min<br class="">Identified problems:<br class=""><br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>• Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:<br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span><span class="Apple-tab-span" style="white-space: pre;">        </span>• Indication 1<br class=""><br class="">Changes<br class=""><br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>• Commit 2ebab526bfd7a5ce6ef460bebee0399fe669612d by xi_ge:<br class="">[FixCode] Apply<br class="">coercion fixits on return statement and initialization<br class=""><br class=""><br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span><span class="Apple-tab-span" style="white-space: pre;">        </span>• edit: test/FixCode/fixits-apply-objc.swift<br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span><span class="Apple-tab-span" style="white-space: pre;">        </span>• edit: test/FixCode/fixits-apply-objc.swift.result<br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span><span class="Apple-tab-span" style="white-space: pre;">        </span>• edit: lib/Sema/CSDiag.cpp<br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span><span class="Apple-tab-span" style="white-space: pre;">        </span>• edit: test/FixCode/fixits-apply.swift.result<br class=""><br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>• Commit 6447a2d16edcfbceab940d58a321b3ef70525f1a by daniel_dunbar:<br class="">[Basic] Update<br class="">Thread shim to match changes on Linux side.<br class=""><br class=""><br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span><span class="Apple-tab-span" style="white-space: pre;">        </span>• edit: Sources/Basic/Thread.swift<br class=""></blockquote><br class=""></blockquote><br class="">_______________________________________________<br class="">swift-lldb-dev mailing list<br class=""><a href="mailto:swift-lldb-dev@swift.org" class="">swift-lldb-dev@swift.org</a><br class=""><a href="https://lists.swift.org/mailman/listinfo/swift-lldb-dev" class="">https://lists.swift.org/mailman/listinfo/swift-lldb-dev</a><br class=""></blockquote><br class="">_______________________________________________<br class="">swift-lldb-dev mailing list<br class=""><a href="mailto:swift-lldb-dev@swift.org" class="">swift-lldb-dev@swift.org</a><br class=""><a href="https://lists.swift.org/mailman/listinfo/swift-lldb-dev" class="">https://lists.swift.org/mailman/listinfo/swift-lldb-dev</a><br class=""></blockquote><br class="">_______________________________________________<br class="">swift-lldb-dev mailing list<br class=""><a href="mailto:swift-lldb-dev@swift.org" class="">swift-lldb-dev@swift.org</a><br class=""><a href="https://lists.swift.org/mailman/listinfo/swift-lldb-dev" class="">https://lists.swift.org/mailman/listinfo/swift-lldb-dev</a><br class=""></blockquote><br class=""><br class="">Thanks,<br class="">- Enrico<br class="">📩 <a href="about:blank" class="">egranata@.com</a> ☎️ 27683<br class=""></blockquote><br class="">_______________________________________________<br class="">swift-lldb-dev mailing list<br class=""><a href="mailto:swift-lldb-dev@swift.org" class="">swift-lldb-dev@swift.org</a><br class=""><a href="https://lists.swift.org/mailman/listinfo/swift-lldb-dev" class="">https://lists.swift.org/mailman/listinfo/swift-lldb-dev</a><br class=""></blockquote><br class="">_______________________________________________<br class="">swift-lldb-dev mailing list<br class=""><a href="mailto:swift-lldb-dev@swift.org" class="">swift-lldb-dev@swift.org</a><br class=""><a href="https://lists.swift.org/mailman/listinfo/swift-lldb-dev" class="">https://lists.swift.org/mailman/listinfo/swift-lldb-dev</a><br class=""></blockquote></blockquote><br class="">_______________________________________________<br class="">swift-lldb-dev mailing list<br class=""><a href="mailto:swift-lldb-dev@swift.org" class="">swift-lldb-dev@swift.org</a><br class=""><a href="https://lists.swift.org/mailman/listinfo/swift-lldb-dev" class="">https://lists.swift.org/mailman/listinfo/swift-lldb-dev</a><br class=""></blockquote><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">_______________________________________________</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">swift-lldb-dev mailing list</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><a href="mailto:swift-lldb-dev@swift.org" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">swift-lldb-dev@swift.org</a><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><a href="https://lists.swift.org/mailman/listinfo/swift-lldb-dev" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://lists.swift.org/mailman/listinfo/swift-lldb-dev</a></div></blockquote></div><br class=""><div class="">
<div class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-position: normal; font-variant-caps: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class="Apple-interchange-newline">Thanks,</div><div class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-position: normal; font-variant-caps: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><i class="">- Enrico</i><br class="">📩 egranata@<font color="#ff2600" class=""></font>.com&nbsp;☎️ 27683</div>
</div>
<br class=""></div>_______________________________________________<br class="">swift-lldb-dev mailing list<br class=""><a href="mailto:swift-lldb-dev@swift.org" class="">swift-lldb-dev@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-lldb-dev<br class=""></div></blockquote></div><br class=""></body></html>