summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Collapse)AuthorAgeFilesLines
* Added missing DPADD.ru2004-02-052-1/+2
|
* Add a test for what was broken in rev. 1.28 and fixed in rev. 1.29ru2004-01-301-0/+8
| | | | of make/str.c.
* Add a test for what was fixed in revs. 1.28 and 1.29 of make/str.c.ru2004-01-291-0/+11
|
* These scripts run the protocol test suites for the SSCOP, SSCF-UNI andharti2004-01-296-0/+145
| | | | | | | | | | UNI protocols. The actual test suites are not in these directories because of their size. One needs to install the atmsupport port (the script will remind you, if it cannot find the port). The SSCOP test suite includes booth the ETSI and the ITU-T test suite, the SSCF-UNI test suite is home grown and the UNI test suite is the P2MP ETSI test suite. Others may follow.
* Add a simple test script for the ng_atmpif node.harti2004-01-292-0/+168
| | | | Submitted by: Vincent Jardin <vjardin@free.fr>
* Add regression tests for printf's %a/%A formats.das2004-01-191-1/+38
| | | | | | While here, disable some of the long double tests on i386, since FreeBSD/i386 is the only port that doesn't evaluate long doubles in their full precision (due to constant folding bugs in gcc).
* Add regression tests for some of the bugs recently discovered in thedas2004-01-191-4/+15
| | | | | | | | vendor's strtod() implementation. While here, disable some of the long double tests on i386, since FreeBSD/i386 is the only port that doesn't evaluate long doubles in their full precision (due to constant folding bugs in gcc).
* Work around a recently-introduced gcc bug. The compiler no longerdas2004-01-181-1/+1
| | | | | accepts certain floating point constant representations that are legal in C99.
* Add regression tests for sgetrune() and sputrune().tjr2003-10-303-1/+269
|
* Fix a bug that prevented exists() from finding "foo/", "foo/."ru2003-10-021-0/+11
| | | | | | and "foo/.." when ".PATH: foo" was also given. PR: bin/34062
* Add a regression test for the big pipe bug.pb2003-07-313-0/+95
| | | | Suggested by: silby
* Test 8.16 in sed.test tests the ability of a sed to handle an emptydds2003-07-222-22/+38
| | | | | | | | | | | | | | | | | regular expression as the first argument to a substitute command. If used to test a sed which (erroneously) evaluates this at translation time rather than at execution time, the bugged sed is put into an infinite loop. This mode of failure seems excessive. Such a failing sed is the Free Software Foundation's sed 3.02. The specific test was also not being executed for the BSD sed. Both problems are now fixed. PR: misc/25585 Submitted by: Walter Briscoe <w.briscoe@ponl.com> Approved by: schweikh (mentor) MFC after: 2 weeks
* Fixed broken arithmetic expression parser.ru2003-07-041-0/+12
| | | | | Reminded by: bde In memory of: alane
* Add regression tests for floating point parsing in scanf(3).das2003-06-282-1/+181
|
* Regression tests for wctype(), iswctype(), wctrans(), towctrans().tjr2003-06-063-1/+191
|
* Add tests for the behaviour of substitution when the regex can matchfanf2003-06-045-0/+8
| | | | a zero-length string. This shows bugs in the s///g and s///2+ cases.
* write pattern to /dev/ccd3 not /dev/ccd3cphk2003-06-021-1/+1
|
* Sync with latest and greatest Apple sources (which, among other things, fixjkh2003-04-231-62/+88
| | | | | | | | the style flag). Submitted by: Conrad Minshall <conrad@apple.com> Reviewed by: jkh Obtained from: Apple Computer, Inc.
* Add a dozen new tests with the general theme of getting trailingdas2003-04-191-0/+12
| | | | zeroes right.
* Add a test case for printf("%5.0f", 0.001).das2003-04-141-0/+2
|
* Remove the "run GEOM in userland harness" test stuff, it's been OBE.phk2003-04-1360-5805/+0
|
* Give mdconfig a couple of seconds to deconfigure in case debugging is beingphk2003-04-131-1/+7
| | | | | | printed to a serial console. Reverse the order of args to diff to make it more logical.
* Update these two reference vectors.phk2003-04-092-0/+9
|
* Add script to run kernel based regression test and the reference vectorsphk2003-04-0916-0/+151
| | | | for the current XML images.
* Utility to load one of our XML images into a MD(4) device.phk2003-04-092-0/+285
|
* Additional regression tests for grouping, parsing of '.*', and printingdas2003-04-071-0/+9
| | | | of %f formats where the number of significant digits is < expt.
* Test for bug in revision 1.54 of vfprintf.c.tjr2003-04-061-0/+3
|
* Regression tests for printf()'s floating point formats.das2003-04-052-1/+168
| | | | Tests for correct printing of subnormals are lacking.
* Write negative zero as '-0.0'. Otherwise, it is parsed as an integerdas2003-03-271-2/+2
| | | | before being cast to a floating point type, and the sign is lost.
* Fix a bug in the white-space remover.phk2003-03-041-1/+1
|
* The regression-tests for 'make' *expect* to trigger make's warning:gad2003-02-101-1/+1
| | | | | | | | | | warning: duplicate script for target "double" ignored The regression-tests do try to hide that message, but the message does still appear when using -j (eg: 'make -j5 buildworld'). This changes the regression-test so the expected warning message will not be seen even when -j is specified. Reviewed by: jmallett ru
* Add more tests. Specifically, infinity cast from other types shouldmike2003-02-081-0/+6
| | | | always be classified as infinity.
* Add regression test for soon-to-be-committed fpclassify().mike2003-02-052-1/+70
|
* Update reference vectors to include BSD's <type> output.phk2003-01-315-0/+36
|
* Add Apple partitioning test case.phk2003-01-317-2/+287
| | | | Use correct name for image data file
* Add more scaffolding to make this compile kernel code.phk2003-01-281-0/+7
|
* Add a regression test for ccds layout policy.phk2003-01-1723-0/+5843
|
* geom_bsd need -lmd to link now.phk2003-01-061-0/+1
|
* Add a regression test for wordexp() and wordfree().tjr2003-01-042-0/+185
|
* Add a test program for perror() that demonstrates two bugs in thetjr2002-12-192-0/+116
| | | | current implementation.
* Test that if the buffer argument (`s') to wcrtomb() is NULL thentjr2002-12-191-19/+15
| | | | | | the value of the supplied wide character is ignored and L'\0' is used instead. Remove incorrect comments about "internal buffer" since wcrtomb() does not have one (wctomb() does).
* Add regression test for strerror()/strerror_r().mike2002-12-182-0/+141
| | | | Based on: src/lib/libc/string/strerror.c (rev 1.8)
* Goto WARNS 5 with assorted changes.phk2002-12-169-33/+32
|
* Update this one too.phk2002-12-161-1/+5
|
* Get the test-suite into sync with the kernel again.phk2002-12-168-10/+34
|
* Add a test for what was fixed in revisions 1.39 and 1.50 ofru2002-11-281-0/+9
| | | | | | make/parse.c (allow embedded `:' and `!' in target names). Approved by: re
* Moved make(1) regression tests from src/Makefile to where theyru2002-11-281-1/+25
| | | | | | | belong (src/tools/regression/usr.bin/make), and use the latter to test if make(1) is adequate for building the world. Approved by: re
* Add test cases for btowc() and wctob() in multibyte locales.tjr2002-11-101-1/+14
|
* Test for the zero-length buffer bug corrected in mbrtowc.c revision 1.3.tjr2002-11-101-0/+7
|
* Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() andtjr2002-11-096-1/+580
| | | | wcstombs(). These tests have already found two libc bugs.
OpenPOWER on IntegriCloud