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-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 bin/5

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 rdif

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 o

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 t

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 M