<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in TestDAP_optimized.py</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>47ff13b45b52a2b0372aa47d5a0f4035ecdcfa86 - [lldb-dap] Disable TestDAP_optimized under ASAN (#111063)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/tools/lldb-dap/optimized/TestDAP_optimized.py#47ff13b45b52a2b0372aa47d5a0f4035ecdcfa86</link>
        <description>[lldb-dap] Disable TestDAP_optimized under ASAN (#111063)This test is failing on green dragon and I couldn&apos;t figure out why,disabling it for now under ASAN to get the bot green.Opened an issue (https://github.com/llvm/llvm-project/issues/111061) totrack the problem.

            List of files:
            /llvm-project/lldb/test/API/tools/lldb-dap/optimized/TestDAP_optimized.py</description>
        <pubDate>Thu, 03 Oct 2024 20:47:26 +0000</pubDate>
        <dc:creator>Augusto Noronha &lt;augusto2112@me.com&gt;</dc:creator>
    </item>
<item>
        <title>39e12e0ab2dd3b0ed9741c9796de15a020741727 - [lldb] Update error message in TestDAP_optimized after #94420</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/tools/lldb-dap/optimized/TestDAP_optimized.py#39e12e0ab2dd3b0ed9741c9796de15a020741727</link>
        <description>[lldb] Update error message in TestDAP_optimized after #94420Fixes:  https://lab.llvm.org/buildbot/#/builders/68/builds/75571

            List of files:
            /llvm-project/lldb/test/API/tools/lldb-dap/optimized/TestDAP_optimized.py</description>
        <pubDate>Wed, 05 Jun 2024 18:24:57 +0000</pubDate>
        <dc:creator>Jonas Devlieghere &lt;jonas@devlieghere.com&gt;</dc:creator>
    </item>
<item>
        <title>fa6377119c0624773cb698935692d46843e9f6ec - [lldb-dap] Automatically skip lldb-dap tests for remote platforms (#93169)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/tools/lldb-dap/optimized/TestDAP_optimized.py#fa6377119c0624773cb698935692d46843e9f6ec</link>
        <description>[lldb-dap] Automatically skip lldb-dap tests for remote platforms (#93169)The don&apos;t currently work (and they&apos;re also not particularly useful,since all of the remote stuff happens inside lldb).This saves us from annotating tests one by one.

            List of files:
            /llvm-project/lldb/test/API/tools/lldb-dap/optimized/TestDAP_optimized.py</description>
        <pubDate>Fri, 24 May 2024 06:52:32 +0000</pubDate>
        <dc:creator>Pavel Labath &lt;pavel@labath.sk&gt;</dc:creator>
    </item>
<item>
        <title>0d19a8983c05de321d8ab592995e7a36bca448ee - Fix builtbot</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/tools/lldb-dap/optimized/TestDAP_optimized.py#0d19a8983c05de321d8ab592995e7a36bca448ee</link>
        <description>Fix builtbothttps://lab.llvm.org/buildbot/#/builders/96/builds/50702/steps/6/logs/stdio requires checking for multiple error messages

            List of files:
            /llvm-project/lldb/test/API/tools/lldb-dap/optimized/TestDAP_optimized.py</description>
        <pubDate>Tue, 02 Jan 2024 18:30:05 +0000</pubDate>
        <dc:creator>walter erquinigo &lt;walter@modular.com&gt;</dc:creator>
    </item>
<item>
        <title>ffd173ba0b4a6d84f45308e78cea4af611bec10e - [lldb-dap] Emit more structured info along with variables (#75244)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/tools/lldb-dap/optimized/TestDAP_optimized.py#ffd173ba0b4a6d84f45308e78cea4af611bec10e</link>
        <description>[lldb-dap] Emit more structured info along with variables (#75244)In order to allow smarter vscode extensions, it&apos;s useful to sendadditional structured information of SBValues to the client.Specifically, I&apos;m now sending error, summary, autoSummary andinMemoryValue in addition to the existing properties being sent. This ischeap because these properties have to be calculated anyway to generatethe display value of the variable, but they are now available forextensions to better analyze variables. For example, if the error fieldis not present, the extension might be able to provide cool features,and the current way to do that is to look for the `&quot;&lt;error: &quot;` prefix,which is error-prone.This also incorporates a tiny feedback fromhttps://github.com/llvm/llvm-project/pull/74865#issuecomment-1850695477

            List of files:
            /llvm-project/lldb/test/API/tools/lldb-dap/optimized/TestDAP_optimized.py</description>
        <pubDate>Tue, 02 Jan 2024 18:06:13 +0000</pubDate>
        <dc:creator>Walter Erquinigo &lt;a20012251@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>01263c6c6fb495a94fe0ccbb1420bb1ec8460748 - [lldb] Rename lldb-vscode to lldb-dap (#69264)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/tools/lldb-dap/optimized/TestDAP_optimized.py#01263c6c6fb495a94fe0ccbb1420bb1ec8460748</link>
        <description>[lldb] Rename lldb-vscode to lldb-dap (#69264)Rename lldb-vscode to lldb-dap. This change is largely mechanical. Thefollowing substitutions cover the majority of the changes in thiscommit:  s/VSCODE/DAP/  s/VSCode/DAP/  s/vscode/dap/  s/g_vsc/g_dap/Discourse RFC:https://discourse.llvm.org/t/rfc-rename-lldb-vscode-to-lldb-dap/74075/

            List of files:
            /llvm-project/lldb/test/API/tools/lldb-dap/optimized/TestDAP_optimized.py</description>
        <pubDate>Thu, 19 Oct 2023 16:48:54 +0000</pubDate>
        <dc:creator>Jonas Devlieghere &lt;jonas@devlieghere.com&gt;</dc:creator>
    </item>
</channel>
</rss>
