<?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 is_base_of_union.pass.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5425106e - [libc++] Remove test-suite annotations for unsupported Clang versions</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp#5425106e</link>
        <description>[libc++] Remove test-suite annotations for unsupported Clang versionsDifferential Revision: https://reviews.llvm.org/D108471

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp</description>
        <pubDate>Fri, 20 Aug 2021 15:42:38 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7149bb70 - [libc++] NFC: Clean up a lot of old Lit features</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp#7149bb70</link>
        <description>[libc++] NFC: Clean up a lot of old Lit featuresThe libc++ test suite has a lot of old Lit features used to XFAIL testsand mark them as UNSUPPORTED. Many of them are to workaround problems onold compilers or old platforms. As time goes by, it is good to go andclean those up to simplify the configuration of the test suite, and alsoto reflect the testing reality. It&apos;s not useful to have markup that givesthe impression that e.g. clang-3.3 is supported, when we don&apos;t reallytest on it anymore (and hence several new tests probably don&apos;t have thenecessary markup on them).

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp</description>
        <pubDate>Fri, 10 Apr 2020 20:14:10 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>958987bf - [libc++] Precise XFAIL for AppleClang 11</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp#958987bf</link>
        <description>[libc++] Precise XFAIL for AppleClang 11This test doesn&apos;t fail on all patch levels of AppleClang 11llvm-svn: 369420

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp</description>
        <pubDate>Tue, 20 Aug 2019 18:05:06 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>296757c0 - [libc++] Add XFAIL for is_base_of test on AppleClang 11</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp#296757c0</link>
        <description>[libc++] Add XFAIL for is_base_of test on AppleClang 11llvm-svn: 369280

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp</description>
        <pubDate>Mon, 19 Aug 2019 17:29:42 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>91185b69 - [libc++] Re-apply XFAIL to is_base_of test that was inadvertently reverted</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp#91185b69</link>
        <description>[libc++] Re-apply XFAIL to is_base_of test that was inadvertently revertedllvm-svn: 363689

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp</description>
        <pubDate>Tue, 18 Jun 2019 15:01:59 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>1fab01f9 - [libc++] Revert the addition of map/multimap CTAD</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp#1fab01f9</link>
        <description>[libc++] Revert the addition of map/multimap CTADThis was found to be broken on Clang trunk. This is a revert of thefollowing commits (the subsequent commits added XFAILs to the teststhat were missing from the original submission):    r362986: Implement deduction guides for map/multimap.    r363014: Add some XFAILs    r363097: Add more XFAILs    r363197: Add even more XFAILsllvm-svn: 363688

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp</description>
        <pubDate>Tue, 18 Jun 2019 14:40:15 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>1dc3c9aa - XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn&apos;t know existed</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp#1dc3c9aa</link>
        <description>XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn&apos;t know existedllvm-svn: 363097

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp</description>
        <pubDate>Tue, 11 Jun 2019 20:14:07 +0000</pubDate>
        <dc:creator>Marshall Clow &lt;mclow.lists@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2efd2957 - Add a test for is_base_of and incomplete types. Because this trait uses a compiler intrinsic which was broken in many clangs, have lots of XFAILs.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp#2efd2957</link>
        <description>Add a test for is_base_of and incomplete types. Because this trait uses a compiler intrinsic which was broken in many clangs, have lots of XFAILs.llvm-svn: 363029

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp</description>
        <pubDate>Tue, 11 Jun 2019 03:38:29 +0000</pubDate>
        <dc:creator>Marshall Clow &lt;mclow.lists@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
