summaryrefslogtreecommitdiff
path: root/usr/src/test/util-tests/tests/ctf/test-function.c
AgeCommit message (Collapse)AuthorFilesLines
2021-04-2513698 CTF could handle C99 VLAs in function argumentsAndy Fiddaman1-0/+37
Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-12-1512229 fix ctf test check-qualifiers for clangRobert Mustacchi1-8/+8
12230 clang optimizer defeats ctf test suite 12231 ctf tests should not pass -h directly to clang 12232 fix clang compiler warnings in the ctf test suite 13348 ctftest should skip known failures with clang 13350 some ctf tests still rely on default compiler arch 13349 ctf tests should specify -fcommon when needed Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2019-05-0310814 Want primordial CTF test suiteRobert Mustacchi1-0/+71
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Serapheim Dimitropoulos <serapheim.dimitro@delphix.com> Approved by: Gordon Ross <gwr@nexenta.com>