<?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-2.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><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-2.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-2.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>54411d50 - Fix ASan test cases after r263177</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-2.c#54411d50</link>
        <description>Fix ASan test cases after r263177llvm-svn: 263195

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/printf-2.c</description>
        <pubDate>Fri, 11 Mar 2016 05:04:49 +0000</pubDate>
        <dc:creator>Alexey Samsonov &lt;vonosmas@gmail.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-2.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-2.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-2.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-2.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>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-2.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-2.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-2.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-2.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-2.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-2.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-2.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-2.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-2.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-2.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>
