<?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 TestDyldLaunchLinux.py</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ac42f7689d741feda2badc438101e7952db048f3 - [lldb] Fixed the test TestDyldLaunchLinux (#92080)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py#ac42f7689d741feda2badc438101e7952db048f3</link>
        <description>[lldb] Fixed the test TestDyldLaunchLinux (#92080)Install a.out and libsignal_file.so to the remote target if necessary.

            List of files:
            /llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py</description>
        <pubDate>Tue, 14 May 2024 10:00:16 +0000</pubDate>
        <dc:creator>Dmitry Vasilyev &lt;dvassiliev@accesssoftek.com&gt;</dc:creator>
    </item>
<item>
        <title>2238dcc39358353cac21df75c3c3286ab20b8f53 - [NFC][Py Reformat] Reformat python files in lldb</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py#2238dcc39358353cac21df75c3c3286ab20b8f53</link>
        <description>[NFC][Py Reformat] Reformat python files in lldbThis is an ongoing series of commits that are reformatting our Pythoncode. Reformatting is done with `black` (23.1.0).If you end up having problems merging this commit because you have madechanges to a python file, the best way to handle that is to run `gitcheckout --ours &lt;yourfile&gt;` and then reformat it with black.RFC: https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-styleDifferential revision: https://reviews.llvm.org/D151460

            List of files:
            /llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py</description>
        <pubDate>Thu, 25 May 2023 15:48:57 +0000</pubDate>
        <dc:creator>Jonas Devlieghere &lt;jonas@devlieghere.com&gt;</dc:creator>
    </item>
<item>
        <title>1f9f7a2f5d75dd7b1a361a9e22138c98fcdc532b - [lldb] Relax backtrace checks in TestDyldLaunchLinux</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py#1f9f7a2f5d75dd7b1a361a9e22138c98fcdc532b</link>
        <description>[lldb] Relax backtrace checks in TestDyldLaunchLinuxNewer versions of glibc (2.34) have an extra frame inside the `raise`function.

            List of files:
            /llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py</description>
        <pubDate>Mon, 20 Jun 2022 10:58:27 +0000</pubDate>
        <dc:creator>Pavel Labath &lt;pavel@labath.sk&gt;</dc:creator>
    </item>
<item>
        <title>4cc8f2a017c76af25234afc7c380550e9c93135c - [lldb][tests] Automatically call compute_mydir (NFC)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py#4cc8f2a017c76af25234afc7c380550e9c93135c</link>
        <description>[lldb][tests] Automatically call compute_mydir (NFC)Eliminate boilerplate of having each test manually assign to `mydir` by calling`compute_mydir` in lldbtest.py.Differential Revision: https://reviews.llvm.org/D128077

            List of files:
            /llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py</description>
        <pubDate>Fri, 17 Jun 2022 00:38:47 +0000</pubDate>
        <dc:creator>Dave Lee &lt;davelee.com@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>47c4c6a7469f3fd3e364a9b3669838686d4f1de6 - [lldb] Use assertState in more tests (NFC)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py#47c4c6a7469f3fd3e364a9b3669838686d4f1de6</link>
        <description>[lldb] Use assertState in more tests (NFC)Follow to D127355, converting more `assertEquals` to `assertState`.Differential Revision: https://reviews.llvm.org/D127378

            List of files:
            /llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py</description>
        <pubDate>Thu, 09 Jun 2022 05:22:27 +0000</pubDate>
        <dc:creator>Dave Lee &lt;davelee.com@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>779bbbf27fe631154bdfaac7a443f198d4654688 - [lldb] Replace asserts on .Success() with assertSuccess()</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py#779bbbf27fe631154bdfaac7a443f198d4654688</link>
        <description>[lldb] Replace asserts on .Success() with assertSuccess()Replace forms of `assertTrue(err.Success())` with `assertSuccess(err)` (added in D82759).* `assertSuccess` prints out the error&apos;s message* `assertSuccess` expresses explicit higher level semantics, both to the reader and for test failure output* `assertSuccess` seems not to be well known, using it where possible will help spread knowledge* `assertSuccess` statements are more succinctDifferential Revision: https://reviews.llvm.org/D119616

            List of files:
            /llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py</description>
        <pubDate>Sat, 12 Feb 2022 05:23:16 +0000</pubDate>
        <dc:creator>Dave Lee &lt;davelee.com@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c55e021de40a87c0472593601780aa4c2fea2fc4 - [LLDB] Skip TestDyldLaunchLinux.py on Arm/Linux</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py#c55e021de40a87c0472593601780aa4c2fea2fc4</link>
        <description>[LLDB] Skip TestDyldLaunchLinux.py on Arm/LinuxTestDyldLaunchLinux.py has been recently added and is failing on LLDBArm/Linux buildbot. I am marking it skip till I come back and look atit in more detail.

            List of files:
            /llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py</description>
        <pubDate>Sat, 11 Sep 2021 11:18:20 +0000</pubDate>
        <dc:creator>Muhammad Omair Javaid &lt;omair.javaid@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>03df97101287e8cb647c6c0982c4efdb82585c21 - [lldb] Add support for debugging via the dynamic linker.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py#03df97101287e8cb647c6c0982c4efdb82585c21</link>
        <description>[lldb] Add support for debugging via the dynamic linker.This patch adds support for shared library load when the executable iscalled through ld.so.Differential Revision:https://reviews.llvm.org/D108061

            List of files:
            /llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py</description>
        <pubDate>Fri, 10 Sep 2021 17:59:31 +0000</pubDate>
        <dc:creator>Rumeet Dhindsa &lt;rdhindsa@google.com&gt;</dc:creator>
    </item>
<item>
        <title>1cbdc07ec015d83038c08dc562d55eccfd808591 - [lldb] Add support for debugging via the dynamic linker.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py#1cbdc07ec015d83038c08dc562d55eccfd808591</link>
        <description>[lldb] Add support for debugging via the dynamic linker.This patch adds support for shared library load when the executable iscalled through ld.so.Differential Revision:https://reviews.llvm.org/D108061

            List of files:
            /llvm-project/lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py</description>
        <pubDate>Tue, 24 Aug 2021 20:38:45 +0000</pubDate>
        <dc:creator>Rumeet Dhindsa &lt;rdhindsa@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
