<?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 onprint.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a871c34e - sanitizer_common: fix up onprint.cpp test more</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/onprint.cpp#a871c34e</link>
        <description>sanitizer_common: fix up onprint.cpp test moreD112630 (&quot;sanitizer_common: fix up onprint.cpp test&quot;)added O_CREAT, but we also need O_TRUNC b/c the filemay not exist, or may exist as well.Reviewed By: melverDifferential Revision: https://reviews.llvm.org/D112788

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/onprint.cpp</description>
        <pubDate>Fri, 29 Oct 2021 08:17:18 +0000</pubDate>
        <dc:creator>Dmitry Vyukov &lt;dvyukov@google.com&gt;</dc:creator>
    </item>
<item>
        <title>910aeed7 - sanitizer_common: fix up onprint.cpp test</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/onprint.cpp#910aeed7</link>
        <description>sanitizer_common: fix up onprint.cpp testCommit D112602 (&quot;sanitizer_common: tighten on_print hook test&quot;)changed fopen to open in this test. fopen created the fileif if does not exist, but open does not. This was unnoticedduring local testing because lit is not hermetic and reusesfiles from previous runs, but it started failing on bots.Fix the open call.Reviewed By: melverDifferential Revision: https://reviews.llvm.org/D112630

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/onprint.cpp</description>
        <pubDate>Wed, 27 Oct 2021 16:01:38 +0000</pubDate>
        <dc:creator>Dmitry Vyukov &lt;dvyukov@google.com&gt;</dc:creator>
    </item>
<item>
        <title>eae047af - sanitizer_common: tighten on_print hook test</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/onprint.cpp#eae047af</link>
        <description>sanitizer_common: tighten on_print hook testThe new tsan runtime does not support arbitrary formsof recursing into the runtime from hooks.Disable instrumentation of the hook and use write insteadof fwrite (calls malloc internally).The new version still recurses (write is intercepted),but does not fail now (the issue at hand was malloc).Depends on D112601.Reviewed By: melverDifferential Revision: https://reviews.llvm.org/D112602

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/onprint.cpp</description>
        <pubDate>Wed, 27 Oct 2021 08:42:26 +0000</pubDate>
        <dc:creator>Dmitry Vyukov &lt;dvyukov@google.com&gt;</dc:creator>
    </item>
<item>
        <title>38ac6bdb - [sanitizer_common] Disable onprint.cpp on Android.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/onprint.cpp#38ac6bdb</link>
        <description>[sanitizer_common] Disable onprint.cpp on Android.The test fails to find the written file on Android.llvm-svn: 373531

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/onprint.cpp</description>
        <pubDate>Wed, 02 Oct 2019 21:38:22 +0000</pubDate>
        <dc:creator>Matt Morehouse &lt;mascasa@google.com&gt;</dc:creator>
    </item>
<item>
        <title>e55c442b - [sanitizer_common] Rename OnPrint to __sanitizer_on_print.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/onprint.cpp#e55c442b</link>
        <description>[sanitizer_common] Rename OnPrint to __sanitizer_on_print.Summary:https://reviews.llvm.org/D28596 exposed OnPrint in the global namespace,which can cause collisions with user-defined OnPrint() functions.Reviewers: vitalybuka, dvyukovReviewed By: vitalybuka, dvyukovSubscribers: llvm-commitsTags: #llvmDifferential Revision: https://reviews.llvm.org/D67987llvm-svn: 373518

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/onprint.cpp</description>
        <pubDate>Wed, 02 Oct 2019 20:13:21 +0000</pubDate>
        <dc:creator>Matt Morehouse &lt;mascasa@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
