<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in label_another_line.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>de3f8155 - [Dexter] Remove false requirement of lldb for dexter regression tests on Windows</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp#de3f8155</link>
        <description>[Dexter] Remove false requirement of lldb for dexter regression tests on WindowsNot quite NFC because a little work was required to configure some tests to runon Windows at all.Before this patch on Windows:    $ llvm-lit cross-project-tests\debuginfo-tests\dexter\feature-tests       Unsupported: 49       Passed     : 23After this patch on Windows:    $ llvm-lit cross-project-tests\debuginfo-tests\dexter\feature-tests       Unsupported      : 27       Passed           : 39       Expectedly failed:  6There are 3 main changes here. The first is to add a few more substitutions incross-project-tests/lit.cfg.py so that tests need to use specific flags canstill use the dexter regression test defaults for the native platform. Theseare:     %dexter_regression_test_debugger     %dexter_regression_test_builder     %dexter_regression_test_cflags     %dexter_regression_test_ldflagsTests that now use these options and therefore can be run on Windows too(though the second is still failing for unknown reasons):    cross-project-tests/debuginfo-tests/dexte/feature_tests        /subtools/clang-opt-bisect/clang-opt-bisect.cpp        /subtools/test/source-root-dir.cppThe second change is to remove spurious `REQUIRES: system-linux, lldb` and`UNSUPPORTED: system-windows` directives, and make changes to lit.local.cfgfiles that have the same effect. I&apos;ve also added comments to the genuineREQUIRES, UNSUPPORTED, and XFAIL directives so it&apos;s easier to understandrequirements at a glance. The most common reason for a test to not be supportedon Windows is that it uses DexLimitSteps, DexDeclareAddress, or DexCommandLine,none of which are supported in the dbgeng driver.There are two failures on Windows that were previously hidden, which I&apos;veXFAILed:    cross-project-tests/debuginfo-tests/dexter/feature_tests        /commands/perfect/dex_finish_test/default_conditional.cpp        /commands/perfect/dex_finish_test/default_conditional_hit_count.cppAnd two that were easy to fix:    cross-project-tests/debuginfo-tests/dexter/feature_tests        /commands/perfect/dex_finish_test/default_simple.cpp        /commands/perfect/dex_finish_test/default_hit_count.cppLastly, I&apos;ve set three directories as unsupported.    cross-project-tests/debuginfo-tests/dexter/feature_tests        /commands/perfect/limit_steps        /commands/perfect/dex_declare_address        /commands/perfect/dex_declare_fileThe first two are unsupported on Windows because they contains tests for theDexLimitSteps and DexDeclareAddress commands which aren&apos;t supported in thedbgeng driver. The third is unsupported on all platforms as the tests involveinvoking clang directly, which isn&apos;t currently a supported way of buildingtests for dexter in lit (it can cause problems for cross compilers that cantarget the host, as the tests use the default triple and linker, which maybe aligned for the default target, not host).Tested on Windows and Linux.Reviewed By: jmorseDifferential Revision: https://reviews.llvm.org/D118048

            List of files:
            /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp</description>
        <pubDate>Wed, 26 Jan 2022 11:09:21 +0000</pubDate>
        <dc:creator>OCHyams &lt;orlando.hyams@sony.com&gt;</dc:creator>
    </item>
<item>
        <title>1364750d - [RFC][debuginfo-test] Rename debug-info lit tests for general purposes</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp#1364750d</link>
        <description>[RFC][debuginfo-test] Rename debug-info lit tests for general purposesDiscussion thread:https://lists.llvm.org/pipermail/llvm-dev/2021-January/148048.htmlMove debuginfo-test into a subdirectory of a new top-level directory,called cross-project-tests. The new name replaces &quot;debuginfo-test&quot; as anLLVM project enabled via LLVM_ENABLE_PROJECTS.Differential Revision: https://reviews.llvm.org/D95339Reviewed by: aprantl

            List of files:
            /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp</description>
        <pubDate>Mon, 08 Feb 2021 15:40:55 +0000</pubDate>
        <dc:creator>James Henderson &lt;james.henderson@sony.com&gt;</dc:creator>
    </item>
</channel>
</rss>
