<?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 printf-3.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a938b9dd - [asan] Disable test incompatible with new Android</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c#a938b9dd</link>
        <description>[asan] Disable test incompatible with new Androidllvm-svn: 349705

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c</description>
        <pubDate>Thu, 20 Dec 2018 00:24:09 +0000</pubDate>
        <dc:creator>Vitaly Buka &lt;vitalybuka@google.com&gt;</dc:creator>
    </item>
<item>
        <title>eb46c95c - [CMake] Use normalized Windows target triples</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c#eb46c95c</link>
        <description>[CMake] Use normalized Windows target triplesChanges the default Windows target triple returned byGetHostTriple.cmake from the old environment names (which we wanted tomove away from) to newer, normalized ones. This also requires updatingall tests to use the new systems names in constraints.Differential Revision: https://reviews.llvm.org/D47381llvm-svn: 339307

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c</description>
        <pubDate>Thu, 09 Aug 2018 02:16:18 +0000</pubDate>
        <dc:creator>Petr Hosek &lt;phosek@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>89d99436 - [windows] Fix or XFAIL remaining portable test failures and enable them</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c#89d99436</link>
        <description>[windows] Fix or XFAIL remaining portable test failures and enable themSummary:This involved various fixes:- Move a test that uses ulimit to Posix.- Add a few &quot;REQUIRES: shell&quot; lines to tests using backtick subshell  evaluation.- The MSVC CRT buffers stdio if the output is a pipe by default. Some  tests need that disabled to avoid interleaving test stdio with asan  output.- MSVC headers provide _alloca instead of alloca (go figure), so add a  portability macro to the two alloca tests.- XFAIL tests that rely on accurate symbols, we need to pass more flags  to make that work.- MSVC&apos;s printf implementation of %p uses upper case letters and doesn&apos;t  add 0x, so do that manually.- Accept &quot;SEGV&quot; or &quot;access-violation&quot; reports in crash tests.Reviewers: samsonovSubscribers: tberghammer, danalbert, llvm-commits, srhinesDifferential Revision: http://reviews.llvm.org/D12019llvm-svn: 245073

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c</description>
        <pubDate>Fri, 14 Aug 2015 17:39:48 +0000</pubDate>
        <dc:creator>Reid Kleckner &lt;rnk@google.com&gt;</dc:creator>
    </item>
<item>
        <title>85220d02 - Use %env_asan_opts= substitution instead of &apos;env ASAN_OPTIONS=$ASAN_OPTIONS&apos;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c#85220d02</link>
        <description>Use %env_asan_opts= substitution instead of &apos;env ASAN_OPTIONS=$ASAN_OPTIONS&apos;Summary:The lit internal shell is used by default on Windows, and it does notsupport bash variable expansion. Because bash variable expansioninteracts with tokenization, it is prohibitively difficult to make theexisting lit shell do general shell variable expansion.The most common use of shell variables in the asan tests is to addoptions to the default set of options set by lit.cfg. We can avoid theneed for variable expansion with a substitution that expands to &apos;envASAN_OPTIONS=&lt;defaults:&gt;&apos;.This has the side benefit of shortening the RUN lines, so it seemedbetter than implementing limited variable expansion in lit.Reviewers: samsonov, filcabSubscribers: llvm-commitsDifferential Revision: http://reviews.llvm.org/D11982llvm-svn: 244839

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c</description>
        <pubDate>Wed, 12 Aug 2015 23:50:12 +0000</pubDate>
        <dc:creator>Reid Kleckner &lt;rnk@google.com&gt;</dc:creator>
    </item>
<item>
        <title>91244924 - [ASan] Test churn for setting ASAN_OPTIONS=symbolize_vs_style=false</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c#91244924</link>
        <description>[ASan] Test churn for setting ASAN_OPTIONS=symbolize_vs_style=falseSummary:This commit adds symbolize_vs_style=false to every instance ofASAN_OPTIONS in the asan tests and setsASAN_OPTIONS=symbolize_vs_style=false in lit, for tests which don&apos;t setit.This way we don&apos;t need to make the tests be able to deal with bothsymbolize styles.This is the first patch in the series. I will eventually submit for theother sanitizers too.We need this change (or another way to deal with the different outputs) inorder to be able to default to symbolize_vs_style=true on some platforms.Adding to this change, I&apos;m also adding &quot;env &quot; before any command linewhich sets environment variables. That way the test works on other hostshells, like we have if the host is running Windows.Reviewers: samsonov, kcc, rnkSubscribers: tberghammer, llvm-commitsDifferential Revision: http://reviews.llvm.org/D10294llvm-svn: 239754

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c</description>
        <pubDate>Mon, 15 Jun 2015 20:43:42 +0000</pubDate>
        <dc:creator>Filipe Cabecinhas &lt;me@filcab.net&gt;</dc:creator>
    </item>
<item>
        <title>498b223e - Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to pass</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c#498b223e</link>
        <description>Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to passWhen compiling with -mfpu=vfpv3, those tests began to pass, like the otherswith &quot;Illegal Instruction&quot; error, so removing the XFAIL from them shouldget the bot green (and have more tests!).llvm-svn: 219721

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c</description>
        <pubDate>Tue, 14 Oct 2014 21:00:22 +0000</pubDate>
        <dc:creator>Renato Golin &lt;renato.golin@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>e68963a9 - XFAIL some more sanitiser ARMv7l tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c#e68963a9</link>
        <description>XFAIL some more sanitiser ARMv7l testsSome more tests failing on the ARMv7 buildbot.llvm-svn: 219404

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c</description>
        <pubDate>Thu, 09 Oct 2014 11:34:40 +0000</pubDate>
        <dc:creator>Renato Golin &lt;renato.golin@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>7f291813 - [ASan tests] Exclude some tests from Windows runs</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c#7f291813</link>
        <description>[ASan tests] Exclude some tests from Windows runsSome features are not supported yet and some are not planned to be fixed soonllvm-svn: 209733

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c</description>
        <pubDate>Wed, 28 May 2014 13:06:14 +0000</pubDate>
        <dc:creator>Timur Iskhodzhanov &lt;timurrrr@google.com&gt;</dc:creator>
    </item>
<item>
        <title>d67df369 - [ASan tests] Use ASAN_OPTIONS in a portable way</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c#d67df369</link>
        <description>[ASan tests] Use ASAN_OPTIONS in a portable wayllvm-svn: 209629

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c</description>
        <pubDate>Mon, 26 May 2014 13:44:57 +0000</pubDate>
        <dc:creator>Timur Iskhodzhanov &lt;timurrrr@google.com&gt;</dc:creator>
    </item>
<item>
        <title>b8aae540 - Add %run to all lit tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c#b8aae540</link>
        <description>Add %run to all lit testsllvm-svn: 207709

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c</description>
        <pubDate>Wed, 30 Apr 2014 21:34:17 +0000</pubDate>
        <dc:creator>Greg Fitzgerald &lt;gregf@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>26c4e964 - [sanitizer] enable check_printf by default for asan and tsan. We&apos;ve been using this flag for a while and it seems to be stable enough for the rest of the world.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c#26c4e964</link>
        <description>[sanitizer] enable check_printf by default for asan and tsan. We&apos;ve been using this flag for a while and it seems to be stable enough for the rest of the world.llvm-svn: 206872

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c</description>
        <pubDate>Tue, 22 Apr 2014 09:17:08 +0000</pubDate>
        <dc:creator>Kostya Serebryany &lt;kcc@google.com&gt;</dc:creator>
    </item>
<item>
        <title>9f20d670 - Move ASan lit-tests under test/asan</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c#9f20d670</link>
        <description>Move ASan lit-tests under test/asanllvm-svn: 201413

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-3.c</description>
        <pubDate>Fri, 14 Feb 2014 14:06:10 +0000</pubDate>
        <dc:creator>Alexey Samsonov &lt;samsonov@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
