CVS commit: src/tests/lib/libc/misc

2023-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Aug 10 20:44:37 UTC 2023 Modified Files: src/tests/lib/libc/misc: Makefile Log Message: make this build with GCC 12. there are some odd constructs here to trigger sanitizers. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/libc/misc

2023-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Aug 10 20:44:37 UTC 2023 Modified Files: src/tests/lib/libc/misc: Makefile Log Message: make this build with GCC 12. there are some odd constructs here to trigger sanitizers. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/libc/misc

2020-01-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 30 00:42:58 UTC 2020 Modified Files: src/tests/lib/libc/misc: Makefile Log Message: hack for clang/powerpc To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/misc/Makefile Please note that

CVS commit: src/tests/lib/libc/misc

2020-01-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 30 00:42:58 UTC 2020 Modified Files: src/tests/lib/libc/misc: Makefile Log Message: hack for clang/powerpc To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/misc/Makefile Please note that

CVS commit: src/tests/lib/libc/misc

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:10:22 UTC 2019 Modified Files: src/tests/lib/libc/misc: t_ubsan.c Log Message: Avoid warnings about tautological left shifts as conditional. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/lib/libc/misc

2019-10-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 28 18:10:22 UTC 2019 Modified Files: src/tests/lib/libc/misc: t_ubsan.c Log Message: Avoid warnings about tautological left shifts as conditional. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/lib/libc/misc

2019-08-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Aug 15 08:17:32 UTC 2019 Modified Files: src/tests/lib/libc/misc: Makefile Log Message: Fix build of t_ubsan/t_ubsanxx under MKSANITIZER Do not link micro-ubsan runtime for disabled tests. This avoids double symbols linked

CVS commit: src/tests/lib/libc/misc

2019-08-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Aug 15 08:17:32 UTC 2019 Modified Files: src/tests/lib/libc/misc: Makefile Log Message: Fix build of t_ubsan/t_ubsanxx under MKSANITIZER Do not link micro-ubsan runtime for disabled tests. This avoids double symbols linked

CVS commit: src/tests/lib/libc/misc

2019-02-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Feb 20 11:40:41 UTC 2019 Modified Files: src/tests/lib/libc/misc: t_ubsan.c Log Message: Unify the style of t_ubsan tests Apply similar change for load_invalid_value_bool in test_load_invalid_value_enum. Follow up of PR

CVS commit: src/tests/lib/libc/misc

2019-02-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Feb 20 11:40:41 UTC 2019 Modified Files: src/tests/lib/libc/misc: t_ubsan.c Log Message: Unify the style of t_ubsan tests Apply similar change for load_invalid_value_bool in test_load_invalid_value_enum. Follow up of PR

CVS commit: src/tests/lib/libc/misc

2019-02-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Feb 20 09:50:09 UTC 2019 Modified Files: src/tests/lib/libc/misc: t_ubsan.c Log Message: Try to make load_invalid_value_bool portable to Big-Endian PR bin/53968 by Michael van Elst To generate a diff of this commit: cvs

CVS commit: src/tests/lib/libc/misc

2019-02-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Feb 20 09:50:09 UTC 2019 Modified Files: src/tests/lib/libc/misc: t_ubsan.c Log Message: Try to make load_invalid_value_bool portable to Big-Endian PR bin/53968 by Michael van Elst To generate a diff of this commit: cvs

Re: CVS commit: src/tests/lib/libc/misc

2019-02-04 Thread Kamil Rytarowski
On 04.02.2019 09:50, Robert Elz wrote: > Date:Mon, 4 Feb 2019 05:02:46 +0100 > From:Kamil Rytarowski > Message-ID: <2eadaf71-d7d7-c285-bdec-78ddcd3a5...@gmx.com> > > > | If GCC is fine with it, we could try raise(!!(a * b) ? SIGSEGV : SIGBUS);= > > That's a kind

Re: CVS commit: src/tests/lib/libc/misc

2019-02-04 Thread Robert Elz
Date:Mon, 4 Feb 2019 05:02:46 +0100 From:Kamil Rytarowski Message-ID: <2eadaf71-d7d7-c285-bdec-78ddcd3a5...@gmx.com> | If GCC is fine with it, we could try raise(!!(a * b) ? SIGSEGV : SIGBUS);= That's a kind of odd way of saying (a * b) != 0 ? ... kre

Re: CVS commit: src/tests/lib/libc/misc

2019-02-03 Thread Kamil Rytarowski
On 04.02.2019 04:10, matthew green wrote: > Module Name: src > Committed By: mrg > Date: Mon Feb 4 03:10:33 UTC 2019 > > Modified Files: > src/tests/lib/libc/misc: Makefile t_ubsan.c > > Log Message: > - revert previous to t_ubsan.c, it is desired behaviour. from kamil. > - use

CVS commit: src/tests/lib/libc/misc

2019-02-03 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 03:10:33 UTC 2019 Modified Files: src/tests/lib/libc/misc: Makefile t_ubsan.c Log Message: - revert previous to t_ubsan.c, it is desired behaviour. from kamil. - use -Wno-int-in-bool-context instead To generate a diff

CVS commit: src/tests/lib/libc/misc

2019-02-03 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 03:10:33 UTC 2019 Modified Files: src/tests/lib/libc/misc: Makefile t_ubsan.c Log Message: - revert previous to t_ubsan.c, it is desired behaviour. from kamil. - use -Wno-int-in-bool-context instead To generate a diff

CVS commit: src/tests/lib/libc/misc

2018-08-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 9 12:45:15 UTC 2018 Modified Files: src/tests/lib/libc/misc: Makefile Log Message: Fix stack protector build. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/misc/Makefile Please note

CVS commit: src/tests/lib/libc/misc

2018-08-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 9 12:45:15 UTC 2018 Modified Files: src/tests/lib/libc/misc: Makefile Log Message: Fix stack protector build. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/misc/Makefile Please note

CVS commit: src/tests/lib/libc/misc

2018-08-02 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Aug 3 04:18:40 UTC 2018 Added Files: src/tests/lib/libc/misc: Makefile t_ubsan.c t_ubsanxx.cpp Log Message: Import micro-UBSan ATF tests These tests are used only when a distribution is built without MKSANITIZER and without

CVS commit: src/tests/lib/libc/misc

2018-08-02 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Aug 3 04:18:40 UTC 2018 Added Files: src/tests/lib/libc/misc: Makefile t_ubsan.c t_ubsanxx.cpp Log Message: Import micro-UBSan ATF tests These tests are used only when a distribution is built without MKSANITIZER and without