summaryrefslogtreecommitdiff
path: root/regress/usr.bin/xlint
AgeCommit message (Expand)Author
2010-07-25basic regress tests (based on test-19.c) for _Bool and _Complex supportPhilip Guenthe
2009-04-08adapt lint regress after time.h r. 1.24 "sounds fine" millert@. ok chl@Martynas Venckus
2007-10-08attribute packed -> __packedGilles Chehade
2006-06-02Reflect -r1.43 of lint1/tree.cChad Loder
2006-05-28The '-c' option is no longer the default in LINTFLAGS, so update theChad Loder
2006-05-28We pull in LINTFLAGS from sys.mk, no need to reproduce it hereChad Loder
2006-05-05test pointer castsOtto Moerbeek
2006-05-05SEGVs have been fixed, so include proper expected outputOtto Moerbeek
2006-05-03Add some regress tests for lint1 crashes which are not solved yetChad Loder
2006-05-03more test casesOtto Moerbeek
2006-04-28remove p flag from LINTFLAGS; ok cloder@Otto Moerbeek
2006-04-27Make test use explicit signed char, instead of just char. We'll makeOtto Moerbeek
2006-04-27Add test for "expression has null effect" warnings.Otto Moerbeek
2006-04-26Reflect prettier function names change in lint warningsChad Loder
2006-04-25Reflect latest lint commit, which fixes many type conversion falseChad Loder
2006-04-25A new, very exhaustive type conversion regression test.Chad Loder
2006-04-21Regression test for lint crash dealing with break outside a switch or aChad Loder
2006-04-20Test for (soon to be coming) LINTUSED special commentChad Loder
2006-04-20Test case for unreachable breaksChad Loder
2006-04-20Reflect new warning formatChad Loder
2006-04-16Reflect -p now missing from LINTFLAGSChad Loder
2006-03-20Add a regression test for false positive with ((x == y) == z), fixed inChad Loder
2006-02-14fix regress test on sparc64. help & ok millert@ cloder@Moritz Jodeit
2005-12-17Add some tests with modulus operator tooChad Loder
2005-12-16Add a regression test for lint catching division by zero.Chad Loder
2005-12-15kjell forgot to update this after his last message commit :)Chad Loder
2005-12-12Add test for floating point constant in conditionalChad Loder
2005-12-12Regression test for constant in conditional contextChad Loder
2005-12-10UpdateChad Loder
2005-12-10Match new lint warning and error format (similar to gcc's format).Chad Loder
2005-12-10Add a generate targetChad Loder
2005-12-10Add a regression test for suspicious use of sizeof.Chad Loder
2005-12-10Remove test 11 (gcc attribute parsing) from the list. We will keep it inChad Loder
2005-12-09Add regression test for assignment in conditional contextChad Loder
2005-12-09Reverse order of diff so that output makes more sense. kjell said heChad Loder
2005-12-09Test how lint deals with warning for signed/unsigned char conversionsChad Loder
2005-12-03Add a couple more __attribute__ test cases to test 11, and hook up 11Chad Loder
2005-12-02Test gcc attribute parsing. Not hooked up yet.Chad Loder
2005-12-02add test that lint gets keywords from comments out of #define macrosAlexander von Gernler
2005-12-01Fix comment, noted by Dries SchellekensChad Loder
2005-12-01Regress test for testing unsigned less than 0Chad Loder
2005-12-01Add regression test for lint2 being less noisy about "foo declared butChad Loder
2005-11-30Regression test for slashslash commentsChad Loder
2005-11-30Regression test for __func__Chad Loder
2005-11-28Remove dammitChad Loder
2005-11-28Test for promoting in-range literal to bigger typeChad Loder
2005-11-26Add test 4 (case ranges) and adjust output of other cases to reflect theChad Loder
2005-11-23Test "inline" keywordChad Loder
2005-11-23Update output format to reflect the fact that lint doesn't print out aChad Loder
2005-11-23Add regression test for right shift of N-bit quantity by >= N bitsChad Loder