<?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 harness.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5556616b - [GWP-ASan] Port tests to Fuchsia</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/harness.cpp#5556616b</link>
        <description>[GWP-ASan] Port tests to FuchsiaThis modifies the tests so that they can be run on Fuchsia:- add the necessary includes for `set`/`vector` etc- do the few modifications required to use zxtest instead og gtest`backtrace.cpp` requires stacktrace support that Fuchsia doesn&apos;t haveyet, and `enable_disable.cpp` currently uses `fork()` which Fuchsiadoesn&apos;t support yet. I&apos;ll revisit this later.I chose to use `harness.h` to hold my &quot;platform-specific&quot; include andnamespace, and using this header in tests rather than `gtest.h`,which I am open to change if someone would rather go another direction.Differential Revision: https://reviews.llvm.org/D91575

            List of files:
            /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/harness.cpp</description>
        <pubDate>Mon, 16 Nov 2020 23:34:14 +0000</pubDate>
        <dc:creator>Kostya Kortchinsky &lt;kostyak@google.com&gt;</dc:creator>
    </item>
<item>
        <title>596d0614 - [GWP-ASan] enable/disable and fork support.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/harness.cpp#596d0614</link>
        <description>[GWP-ASan] enable/disable and fork support.Summary:* Implement enable() and disable() in GWP-ASan.* Setup atfork handler.* Improve test harness sanity and re-enable GWP-ASan in Scudo.Scudo_standalone disables embedded GWP-ASan as necessary around fork().Standalone GWP-ASan sets the atfork handler in init() if asked to. Thisrequires a working malloc(), therefore GWP-ASan initialization in Scudois delayed to the post-init callback.Test harness changes are about setting up a single global instance ofthe GWP-ASan allocator so that pthread_atfork() does not createdangling pointers.Test case shamelessly stolen from D72470.Reviewers: cryptoad, hctim, jfbSubscribers: mgorny, jfb, #sanitizers, llvm-commitsTags: #sanitizers, #llvmDifferential Revision: https://reviews.llvm.org/D73294

            List of files:
            /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/harness.cpp</description>
        <pubDate>Sat, 11 Jan 2020 00:01:01 +0000</pubDate>
        <dc:creator>Evgenii Stepanov &lt;eugenis@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
