<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a4367d2d136420f562f64e7731b9393fb609f3fc - [lldb] Support tests with nested make invocations on Windows 1/2 (#112342)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/functionalities/completion/Makefile#a4367d2d136420f562f64e7731b9393fb609f3fc</link>
        <description>[lldb] Support tests with nested make invocations on Windows 1/2 (#112342)In recent PR https://github.com/llvm/llvm-project/pull/111531 forWindows support, we enabled tests that require the `make` tool. OnWindows, default install directories likely contain spaces, in this casee.g. `C:\Program Files (x86)\GnuWin32\bin\make.exe`. It&apos;s typicallyhandled well by CMake, so that today invocations from `dotest.py` don&apos;tcause issues. However, we also have nested invocations from a number ofMakefiles themselves. These still failed if the path to the `make` toolcontains spaces.This patch attempts to fix the functionalities/completion test by addingquotes in the respective Makefile. If it keeps passing on the bots, we canroll out the fix to all affected tests.

            List of files:
            /llvm-project/lldb/test/API/functionalities/completion/Makefile</description>
        <pubDate>Tue, 15 Oct 2024 12:22:12 +0000</pubDate>
        <dc:creator>Stefan Gr&#228;nitz &lt;stefan.graenitz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e1cd7cac8a36608616d515b64d12f2e86643970d - [lldb] Tab completion for process load/unload</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/functionalities/completion/Makefile#e1cd7cac8a36608616d515b64d12f2e86643970d</link>
        <description>[lldb] Tab completion for process load/unload1. Complete `process load` with the common disk file completion, so there is not test provided for it;2. Complete `process unload` with the tokens of valid loaded images.Thanks for Raphael&apos;s help on the test for `process unload`.Reviewed By: teemperorDifferential Revision: https://reviews.llvm.org/D79887

            List of files:
            /llvm-project/lldb/test/API/functionalities/completion/Makefile</description>
        <pubDate>Fri, 21 Aug 2020 07:57:18 +0000</pubDate>
        <dc:creator>Gongyu Deng &lt;gy_deng@icloud.com&gt;</dc:creator>
    </item>
<item>
        <title>99451b4453688a94c6014cac233d371ab4cc342d - [lldb][test] Remove symlink for API tests.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/functionalities/completion/Makefile#99451b4453688a94c6014cac233d371ab4cc342d</link>
        <description>[lldb][test] Remove symlink for API tests.Summary: Moves lldbsuite tests to lldb/test/API.This is a largely mechanical change, moved with the following steps:```rm lldb/test/API/testcasesmkdir -p lldb/test/API/{test_runner/test,tools/lldb-{server,vscode}}mv lldb/packages/Python/lldbsuite/test/test_runner/test lldb/test/API/test_runnerfor d in $(find lldb/packages/Python/lldbsuite/test/* -maxdepth 0 -type d | egrep -v &quot;make|plugins|test_runner|tools&quot;); do mv $d lldb/test/API; donefor d in $(find lldb/packages/Python/lldbsuite/test/tools/lldb-vscode -maxdepth 1 -mindepth 1 | grep -v &quot;.py&quot;); do mv $d lldb/test/API/tools/lldb-vscode; donefor d in $(find lldb/packages/Python/lldbsuite/test/tools/lldb-server -maxdepth 1 -mindepth 1 | egrep -v &quot;gdbremote_testcase.py|lldbgdbserverutils.py|socket_packet_pump.py&quot;); do mv $d lldb/test/API/tools/lldb-server; done```lldb/packages/Python/lldbsuite/__init__.py and lldb/test/API/lit.cfg.py were also updated with the new directory structure.Reviewers: labath, JDevlieghereTags: #lldbDifferential Revision: https://reviews.llvm.org/D71151

            List of files:
            /llvm-project/lldb/test/API/functionalities/completion/Makefile</description>
        <pubDate>Tue, 11 Feb 2020 18:01:16 +0000</pubDate>
        <dc:creator>Jordan Rupprecht &lt;rupprecht@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
