<?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 Makefile</title>
    <link>http://nxr.netbsd.org/rss/src/tests/usr.bin/cc/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>add a test to confirm that __builtin_cabsl() is renamed to __c99_cabsl().<br/><br/>should pass on all netbsd platforms (GCC 12 or 14) since:<br/>  https://mail-index.netbsd.org/source-changes/2026/01/19/msg160286.html</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.11</description>
    <pubDate>Tue Jan 27 20:01:47 UTC 2026</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>libpthread: Test pthread_create link errors without -(l)pthread.<br/><br/>Prompted by:<br/><br/>PR lib/59685: libcrypto should not depend on libpthread</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.10</description>
    <pubDate>Mon Oct 06 13:11:56 UTC 2025</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>branches:  1.9.2;<br/>tests/usr.bin/cc: Add test for ctype(3) detection.<br/><br/>PR lib/58912: ctype(3) abuse detection fails for variable references</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.9</description>
    <pubDate>Wed Dec 18 02:47:00 UTC 2024</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>branches:  1.8.10;<br/>Add ATF c and c++ tests for TSan, MSan, libFuzzer<br/><br/>These tests require Clang/LLVM 7 or newer on NetBSD.<br/><br/>Contributed by Yang Zheng during GSoC 2018.</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.8</description>
    <pubDate>Sun Aug 18 20:15:58 UTC 2019</pubDate>
    <dc:creator>kamil</dc:creator>
</item>

<item>
    <title>branches:  1.7.2;<br/>add very simple test that you can link -fopenmp.<br/><br/>currently fails, but should work soon...</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.7</description>
    <pubDate>Sat Feb 09 00:12:14 UTC 2019</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Move common UBSAN test case code into ubsan_common.subr<br/><br/>Reviewed by &lt;kamil&gt;</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.6</description>
    <pubDate>Tue Jan 29 19:59:10 UTC 2019</pubDate>
    <dc:creator>mgorny</dc:creator>
</item>

<item>
    <title>Move common ASAN test case code into asan_common.subr<br/><br/>Reviewed by &lt;kamil&gt;</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.5</description>
    <pubDate>Tue Jan 29 19:56:37 UTC 2019</pubDate>
    <dc:creator>mgorny</dc:creator>
</item>

<item>
    <title>branches:  1.4.2;<br/>Add new ATF Undefined Behavior Sanitizer tests<br/><br/>Add new cc and c++ tests to check whether UBSan works.<br/>These tests are prepared for GCC (in base) and Clang (with external patches).<br/><br/>Enable these tests for all ports by default, just verify whether we are<br/>using GCC/Clang or a compatible compiler.<br/><br/>Add five equivalent C and C++ tests:<br/> - Integer addition overflow<br/> - Integer divide by zero<br/> - Integer negation overflow<br/> - Integer subtraction overflow<br/> - VLA out of bounds<br/><br/>All tests pass on NetBSD/amd64.<br/><br/>Patch submitted by &lt;Harry Pantazis&gt;<br/>Minor cleanup by &lt;myself&gt;</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.4</description>
    <pubDate>Wed May 02 18:46:05 UTC 2018</pubDate>
    <dc:creator>kamil</dc:creator>
</item>

<item>
    <title>Import new C and C++ ATF tests for ASan<br/><br/>Add new tests:<br/> - tests/usr.bin/cc/t_asan_poison.sh<br/> - tests/usr.bin/c++/t_asan_poison.sh<br/><br/>These tests verify the following build options:<br/> - regular<br/> - profile<br/> - pic<br/> - pie<br/> - compat32<br/> - (static unsupported)<br/><br/>These tests verify whether ASan code can include compiler and sanitizer<br/>specific header: &lt;sanitizer/asan_interface.h&gt;. The testing code checks<br/>the ASAN_POISON_MEMORY_REGION() functionality, poisoning valid memory and<br/>asserting that it triggers expected failure.<br/><br/>Patch submitted by &lt;Siddharth Muralee&gt;</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.3</description>
    <pubDate>Wed Apr 11 03:25:25 UTC 2018</pubDate>
    <dc:creator>kamil</dc:creator>
</item>

<item>
    <title>Add new ATF tests for Address Sanitzier (ASan)<br/><br/>Add new C and C++ tests:<br/> - t_asan_double_free<br/> - t_asan_global_buffer_overflow<br/> - t_asan_heap_overflow<br/> - t_asan_off_by_one<br/> - t_asan_uaf<br/><br/>Each tests checks:<br/> - regular build<br/> - 32-bit<br/> - PIC<br/> - PIE<br/> - profile<br/><br/>These tests require paxctl(8) to disable ASLR in order to work in a<br/>predictable way. This is especially true for all !regular builds with<br/>additional compiler flags.<br/><br/>There are no static variations of these tests as this mode is not supported<br/>in upstream ASan.<br/><br/>Enable these tests on amd64 and i386.<br/><br/>Patch submitted by &lt;Siddharth Muralee&gt;<br/>Additional polishing by myself.</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.2</description>
    <pubDate>Wed Apr 04 23:51:35 UTC 2018</pubDate>
    <dc:creator>kamil</dc:creator>
</item>

<item>
    <title>branches:  1.1.2;  1.1.32;<br/>Deprecate tests/toolchain.</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.1</description>
    <pubDate>Sat Mar 17 17:15:29 UTC 2012</pubDate>
    <dc:creator>jruoho</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.1.32.3</description>
    <pubDate>Mon May 21 04:36:18 UTC 2018</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>Sync with HEAD, resolve some conflicts</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.1.32.2</description>
    <pubDate>Mon Apr 16 02:00:10 UTC 2018</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>Sync with HEAD.  77 conflicts resolved - all of them $NetBSD$</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.1.32.1</description>
    <pubDate>Sat Apr 07 04:12:21 UTC 2018</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>sync with head</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.1.2.2</description>
    <pubDate>Tue Apr 17 00:09:17 UTC 2012</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>file Makefile was added on branch yamt-pagecache on 2012-04-17 00:09:17 +0000</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.1.2.1</description>
    <pubDate>Sat Mar 17 17:15:29 UTC 2012</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>Mostly merge changes from HEAD upto 20200411</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.4.2.2</description>
    <pubDate>Mon Apr 13 08:05:33 UTC 2020</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.4.2.1</description>
    <pubDate>Mon Jun 10 22:10:12 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by kamil in ticket #120):<br/><br/>	tests/usr.bin/cc/t_msan_poison.sh: revision 1.1<br/>	tests/usr.bin/cc/t_msan_allocated_memory.sh: revision 1.2<br/>	tests/usr.bin/cc/t_msan_poison.sh: revision 1.2<br/>	tests/usr.bin/c++/t_fuzzer_oom.sh: revision 1.1<br/>	tests/usr.bin/cc/t_tsan_signal_errno.sh: revision 1.1<br/>	tests/usr.bin/c++/t_fuzzer_simple.sh: revision 1.1<br/>	tests/usr.bin/c++/t_fuzzer_oom.sh: revision 1.2<br/>	tests/usr.bin/cc/t_tsan_signal_errno.sh: revision 1.2<br/>	tests/usr.bin/cc/t_tsan_heap_use_after_free.sh: revision 1.1<br/>	tests/usr.bin/c++/t_fuzzer_simple.sh: revision 1.2<br/>	tests/usr.bin/cc/t_tsan_heap_use_after_free.sh: revision 1.2<br/>	tests/usr.bin/c++/t_tsan_thread_leak.sh: revision 1.1<br/>	tests/usr.bin/c++/t_tsan_thread_leak.sh: revision 1.2<br/>	tests/usr.bin/cc/t_fuzzer_oom.sh: revision 1.1<br/>	distrib/sets/lists/tests/mi: revision 1.819<br/>	tests/usr.bin/cc/t_fuzzer_oom.sh: revision 1.2<br/>	tests/usr.bin/cc/t_fuzzer_timeout.sh: revision 1.1<br/>	tests/usr.bin/cc/t_msan_unpoison.sh: revision 1.1<br/>	tests/usr.bin/cc/t_fuzzer_timeout.sh: revision 1.2<br/>	tests/usr.bin/cc/t_msan_unpoison.sh: revision 1.2<br/>	tests/usr.bin/c++/t_msan_heap.sh: revision 1.1<br/>	tests/usr.bin/cc/t_tsan_locked_mutex_destroy.sh: revision 1.1<br/>	tests/usr.bin/c++/t_msan_heap.sh: revision 1.2<br/>	tests/usr.bin/cc/t_tsan_locked_mutex_destroy.sh: revision 1.2<br/>	tests/usr.bin/cc/Makefile: revision 1.8<br/>	tests/usr.bin/c++/t_msan_free.sh: revision 1.1<br/>	tests/usr.bin/c++/t_msan_unpoison.sh: revision 1.1<br/>	tests/usr.bin/c++/t_msan_free.sh: revision 1.2<br/>	tests/usr.bin/c++/t_msan_unpoison.sh: revision 1.2<br/>	tests/usr.bin/c++/t_tsan_heap_use_after_free.sh: revision 1.1<br/>	tests/usr.bin/cc/t_tsan_lock_order_inversion.sh: revision 1.1<br/>	tests/usr.bin/c++/t_tsan_heap_use_after_free.sh: revision 1.2<br/>	tests/usr.bin/c++/t_msan_poison.sh: revision 1.1<br/>	tests/usr.bin/c++/t_msan_partial_poison.sh: revision 1.1<br/>	tests/usr.bin/cc/t_tsan_lock_order_inversion.sh: revision 1.2<br/>	tests/usr.bin/c++/t_msan_poison.sh: revision 1.2<br/>	tests/usr.bin/c++/t_msan_partial_poison.sh: revision 1.2<br/>	tests/usr.bin/c++/t_msan_realloc.sh: revision 1.1<br/>	tests/usr.bin/cc/t_msan_shadow.sh: revision 1.1<br/>	tests/usr.bin/cc/t_msan_partial_poison.sh: revision 1.1<br/>	tests/usr.bin/c++/t_msan_realloc.sh: revision 1.2<br/>	tests/usr.bin/c++/t_msan_allocated_memory.sh: revision 1.1<br/>	tests/usr.bin/cc/t_msan_shadow.sh: revision 1.2<br/>	tests/usr.bin/cc/t_msan_partial_poison.sh: revision 1.2<br/>	tests/usr.bin/c++/t_msan_allocated_memory.sh: revision 1.2<br/>	tests/usr.bin/cc/t_msan_free.sh: revision 1.1<br/>	tests/usr.bin/cc/t_msan_free.sh: revision 1.2<br/>	tests/usr.bin/c++/t_tsan_locked_mutex_destroy.sh: revision 1.1<br/>	tests/usr.bin/c++/t_fuzzer_timeout.sh: revision 1.1<br/>	tests/usr.bin/cc/t_msan_heap.sh: revision 1.1<br/>	tests/usr.bin/c++/t_tsan_locked_mutex_destroy.sh: revision 1.2<br/>	tests/usr.bin/c++/t_fuzzer_timeout.sh: revision 1.2<br/>	tests/usr.bin/cc/t_tsan_thread_leak.sh: revision 1.1<br/>	tests/usr.bin/cc/t_msan_heap.sh: revision 1.2<br/>	tests/usr.bin/cc/t_tsan_thread_leak.sh: revision 1.2<br/>	tests/usr.bin/cc/t_tsan_data_race.sh: revision 1.1<br/>	tests/usr.bin/cc/t_tsan_data_race.sh: revision 1.2<br/>	tests/usr.bin/c++/t_tsan_lock_order_inversion.sh: revision 1.1<br/>	tests/usr.bin/c++/t_tsan_signal_errno.sh: revision 1.1<br/>	tests/usr.bin/c++/t_tsan_lock_order_inversion.sh: revision 1.2<br/>	tests/usr.bin/c++/Makefile: revision 1.12<br/>	tests/usr.bin/c++/t_tsan_signal_errno.sh: revision 1.2<br/>	tests/usr.bin/cc/t_msan_check_mem.sh: revision 1.1<br/>	tests/usr.bin/cc/t_msan_check_mem.sh: revision 1.2<br/>	tests/usr.bin/cc/t_msan_realloc.sh: revision 1.1<br/>	tests/usr.bin/c++/t_tsan_vptr_race.sh: revision 1.1<br/>	tests/usr.bin/cc/t_msan_realloc.sh: revision 1.2<br/>	tests/usr.bin/c++/t_tsan_vptr_race.sh: revision 1.2<br/>	tests/usr.bin/c++/t_msan_shadow.sh: revision 1.1<br/>	tests/usr.bin/c++/t_msan_shadow.sh: revision 1.2<br/>	tests/usr.bin/c++/t_msan_stack.sh: revision 1.1<br/>	tests/usr.bin/c++/t_tsan_data_race.sh: revision 1.1<br/>	tests/usr.bin/c++/t_msan_stack.sh: revision 1.2<br/>	tests/usr.bin/cc/t_fuzzer_simple.sh: revision 1.1<br/>	tests/usr.bin/c++/t_tsan_data_race.sh: revision 1.2<br/>	tests/usr.bin/cc/t_fuzzer_simple.sh: revision 1.2<br/>	tests/usr.bin/c++/t_msan_check_mem.sh: revision 1.1<br/>	tests/usr.bin/cc/t_msan_stack.sh: revision 1.1<br/>	tests/usr.bin/c++/t_msan_check_mem.sh: revision 1.2<br/>	tests/usr.bin/cc/t_msan_stack.sh: revision 1.2<br/>	tests/usr.bin/cc/t_msan_allocated_memory.sh: revision 1.1<br/><br/>Add ATF c and c++ tests for TSan, MSan, libFuzzer<br/><br/>These tests require Clang/LLVM 7 or newer on NetBSD.<br/><br/>Contributed by Yang Zheng during GSoC 2018.<br/><br/> -<br/><br/>Define target_not_supported_body() in TSan, MSan and libFuzzer tests</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.7.2.1</description>
    <pubDate>Thu Aug 29 16:45:25 UTC 2019</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/tests/usr.bin/cc/Makefile - 1.8.10.1</description>
    <pubDate>Sat Aug 02 05:58:12 UTC 2025</pubDate>
    <dc:creator>perseant</dc:creator>
</item>
</channel></rss>

