| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
support, rather than just "", which refers to the system default based
on the environment.
Notes:
svn path=/head/; revision=174228
|
|
|
|
| |
Notes:
svn path=/head/; revision=174205
|
|
|
|
|
|
|
| |
Approved by: re (blanket)
Notes:
svn path=/head/; revision=171707
|
|
|
|
|
|
|
|
|
|
| |
Tests for getipnodebyXXX functions now cover most number of flags
combinations.
Approved by: re (kensmith), brooks (mentor)
Notes:
svn path=/head/; revision=171016
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Four tests currently fail:
test_ether_line_bad_1() and test_ether_line_bad_2() due to bugs in
ether_line(3).
test_ether_ntohost() and test_ether_hostton() due to not being fully
implemented tests.
Notes:
svn path=/head/; revision=169523
|
|
|
|
|
|
|
|
|
|
| |
Detailed description and instructions are in the README file.
This work had been basically done during GSoC 2006.
Approved by: brooks (mentor)
Notes:
svn path=/head/; revision=168754
|
|
|
|
| |
Notes:
svn path=/head/; revision=165856
|
|
|
|
|
|
|
|
|
| |
to floating-point, the result is a quiet NaN. The current implementation
may return a signaling NaN, and the vendor has no plans for changing this,
for reasons explained in the comment I added.
Notes:
svn path=/head/; revision=165754
|
|
|
|
| |
Notes:
svn path=/head/; revision=165748
|
|
|
|
| |
Notes:
svn path=/head/; revision=161526
|
|
|
|
|
|
|
|
|
| |
It is by no means expected to perform a complete test of the library
for correctness, but is meant to test the API to make sure libmp (or
libcrypto) updates don't totally break the library.
Notes:
svn path=/head/; revision=160786
|
|
|
|
| |
Notes:
svn path=/head/; revision=156735
|
|
|
|
| |
Notes:
svn path=/head/; revision=156391
|
|
|
|
| |
Notes:
svn path=/head/; revision=150956
|
|
|
|
| |
Notes:
svn path=/head/; revision=145901
|
|
|
|
|
|
|
| |
- enable -r option for regress target.
Notes:
svn path=/head/; revision=145885
|
|
|
|
|
|
|
|
|
|
| |
- do service lookup.
- add options to use gethostbyname(3) or getipnodebyname(3) instead
of getaddrinfo(3).
- add option to do reverse lookup.
Notes:
svn path=/head/; revision=145860
|
|\
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=145858
|
|
|
|
|
|
|
| |
Obtained from: NetBSD
Notes:
svn path=/vendor/NetBSD/dist/; revision=145857
|
|
|
|
| |
Notes:
svn path=/head/; revision=144533
|
|
|
|
|
|
|
| |
remquo(), and remquof().
Notes:
svn path=/head/; revision=144094
|
|
|
|
|
|
|
|
|
|
| |
fegetexcept().
- Add additional tests for the above.
- Output a separate success message for each of the 8 components of
this set of tests.
Notes:
svn path=/head/; revision=143710
|
|
|
|
| |
Notes:
svn path=/head/; revision=143231
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use fesetround() instead of fpsetround(), and add tests for
various rounding modes.
- Test that all NaNs generated are quiet.
Some of these tests won't pass until problems in vendor sources
(gdtoa and gcc) are fixed and new versions imported, but I
want to get these changes into the tree before I accidentally
blow them away again. :-(
Notes:
svn path=/head/; revision=142843
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tests. (Buy 10, get one free!) The separate categories were
already there; they just weren't labeled.
- Use fesetround() instead of fpsetround(), since the former is
standard and implemented on all supported architectures. Add
tests for each rounding mode.
- Add additional tests for subnormals.
Some of these tests won't pass until problems in vendor sources
(gdtoa and gcc) are fixed and new versions imported, but I
want to get these changes into the tree before I accidentally
blow them away.
Notes:
svn path=/head/; revision=142842
|
|
|
|
| |
Notes:
svn path=/head/; revision=141750
|
|
|
|
|
|
|
|
|
| |
and LDLIBS to specify -ltap.
Submitted by: ru
Notes:
svn path=/head/; revision=141097
|
|
|
|
|
|
|
|
| |
with calls to libtap::ok1(), and make sure the correct number of tests is
planned for, and that the exit code is correct.
Notes:
svn path=/head/; revision=141092
|
|
|
|
| |
Notes:
svn path=/head/; revision=140089
|
|
|
|
| |
Notes:
svn path=/head/; revision=137960
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
understood by Perl's Test::Harness module and prove(1) commands.
Update README to describe the new protocol. The work's broken down into
two main sets of changes.
First, update the existing test programs (shell scripts and C programs)
to produce output in the ok/not ok format, and to, where possible, also
produce a header describing the number of tests that are expected to be
run.
Second, provide the .t files that actually run the tests. In some cases
these are copies of, or very similar too, scripts that already existed.
I've kept the old scripts around so that it's possible to verify that
behaviour under this new system (in terms of whether or not a test fails)
is identical to the behaviour under the old system.
Add a TODO file.
Notes:
svn path=/head/; revision=137587
|
|
|
|
|
|
|
|
|
| |
See revision 1.3 of src/share/numericdef/el_GR.ISO8859-7.src
Reviewed by: das (a while ago)
Notes:
svn path=/head/; revision=136497
|
|
|
|
| |
Notes:
svn path=/head/; revision=136387
|
|
|
|
| |
Notes:
svn path=/head/; revision=132499
|
|
|
|
| |
Notes:
svn path=/head/; revision=132392
|
|
|
|
| |
Notes:
svn path=/head/; revision=132391
|
|
|
|
|
|
|
| |
proper rounding mode as well.
Notes:
svn path=/head/; revision=132384
|
|
|
|
| |
Notes:
svn path=/head/; revision=131099
|
|
|
|
| |
Notes:
svn path=/head/; revision=130330
|
|
|
|
|
|
|
|
|
|
| |
empty file so if you accidently apply a patch created with diff -N
twice, you get files with duplicate contents.
Reported by: Antoine Brodin <antoine.brodin at laposte.net>
Notes:
svn path=/head/; revision=129782
|
|
|
|
|
|
|
|
|
| |
modeled on ethers(3) except that all functions are thread-safe.
Reviewed by: simokawa
Notes:
svn path=/head/; revision=129759
|
|
|
|
|
|
|
| |
state objects.
Notes:
svn path=/head/; revision=129115
|
|
|
|
|
|
|
|
| |
the state is undefined according to the standards, and our undefined
behaviour has changed.
Notes:
svn path=/head/; revision=128005
|
|
|
|
|
|
|
|
|
| |
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).
Notes:
svn path=/head/; revision=124708
|
|
|
|
|
|
|
|
|
|
|
| |
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).
Notes:
svn path=/head/; revision=124707
|
|
|
|
|
|
|
|
| |
accepts certain floating point constant representations that are
legal in C99.
Notes:
svn path=/head/; revision=124650
|
|
|
|
| |
Notes:
svn path=/head/; revision=121732
|
|
|
|
| |
Notes:
svn path=/head/; revision=116969
|
|
|
|
| |
Notes:
svn path=/head/; revision=115894
|
|
|
|
|
|
|
| |
zeroes right.
Notes:
svn path=/head/; revision=113724
|