CVS commit: src/tests/usr.bin/cc

2017-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed May 31 11:08:35 UTC 2017 Modified Files: src/tests/usr.bin/cc: t_hello.sh Log Message: In the -m32 test, additionally test profiled binaries. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/cc/t

CVS commit: src/tests/usr.bin/cc

2018-05-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri May 4 10:44:24 UTC 2018 Modified Files: src/tests/usr.bin/cc: t_ubsan_int_add_overflow.sh t_ubsan_int_divzero.sh t_ubsan_int_neg_overflow.sh t_ubsan_int_sub_overflow.sh t_ubsan_vla_out_of_bounds.sh Log

CVS commit: src/tests/usr.bin/cc

2018-05-04 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri May 4 12:26:53 UTC 2018 Modified Files: src/tests/usr.bin/cc: t_ubsan_vla_out_of_bounds.sh Log Message: Explain VLA in t_ubsan_vla_out_of_bounds.sh (ATF test) VLA - Variable Length Array Requested by To generate a diff of

CVS commit: src/tests/usr.bin/cc

2016-04-03 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Apr 3 14:41:30 UTC 2016 Modified Files: src/tests/usr.bin/cc: t_hello.sh Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/cc/t_hello.sh Please note that diffs are not public

CVS commit: src/tests/usr.bin/cc

2017-05-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat May 13 23:51:39 UTC 2017 Modified Files: src/tests/usr.bin/cc: t_hello.sh Log Message: Correct hellp_pic ATF test in usr.bin/cc Drop "-dPIC", this is misspelled "-DPIC" option for libtool. Enhance code example to be more pedan

CVS commit: src/tests/usr.bin/cc

2012-07-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jul 21 12:30:55 UTC 2012 Modified Files: src/tests/usr.bin/cc: t_hello.sh Log Message: Add a test case that (if gcc supports it on the current arch) to compile a PIE binary and see if we can run it. To generate a diff of thi

CVS commit: src/tests/usr.bin/cc

2018-07-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jul 16 07:25:58 UTC 2018 Modified Files: src/tests/usr.bin/cc: t_asan_double_free.sh t_asan_global_buffer_overflow.sh t_asan_heap_overflow.sh t_asan_off_by_one.sh t_asan_poison.sh t_asan_uaf.sh

CVS commit: src/tests/usr.bin/cc

2018-09-03 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 3 21:54:57 UTC 2018 Modified Files: src/tests/usr.bin/cc: t_hello.sh Log Message: amend test case to also check for -fprofile-generate (clang also supports this flag) PR toolchain/53567 To generate a diff of this commit:

CVS commit: src/tests/usr.bin/cc

2019-01-29 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Tue Jan 29 19:56:38 UTC 2019 Modified Files: src/tests/usr.bin/cc: Makefile t_asan_double_free.sh t_asan_global_buffer_overflow.sh t_asan_heap_overflow.sh t_asan_off_by_one.sh t_asan_poison.sh t_asan_uaf.sh

CVS commit: src/tests/usr.bin/cc

2019-01-29 Thread Michał Górny
Module Name:src Committed By: mgorny Date: Tue Jan 29 19:59:10 UTC 2019 Modified Files: src/tests/usr.bin/cc: Makefile t_ubsan_int_add_overflow.sh t_ubsan_int_divzero.sh t_ubsan_int_neg_overflow.sh t_ubsan_int_sub_overflow.sh t_ubsan_vla_out_of_bound

CVS commit: src/tests/usr.bin/cc

2019-02-08 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 9 00:12:14 UTC 2019 Modified Files: src/tests/usr.bin/cc: Makefile Added Files: src/tests/usr.bin/cc: t_libgomp.sh Log Message: add very simple test that you can link -fopenmp. currently fails, but should work soon.

CVS commit: src/tests/usr.bin/cc

2019-02-08 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 9 00:13:19 UTC 2019 Modified Files: src/tests/usr.bin/cc: t_ubsan_int_add_overflow.sh t_ubsan_int_divzero.sh t_ubsan_int_neg_overflow.sh t_ubsan_int_sub_overflow.sh t_ubsan_vla_out_of_bounds.sh Log Me

CVS commit: src/tests/usr.bin/cc

2019-02-08 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 9 02:36:28 UTC 2019 Modified Files: src/tests/usr.bin/cc: t_hello.sh Log Message: fix hello_profile's hello_profile_head function name. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/usr.bin/cc/t_hel