index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2014-03-04
Make the abs() use check non-fatal for a bogus use in the LFS cleanerd.
joerg
2014-03-03
Remove the print of the rounding mode.
dsl
2014-03-03
Define HAVE_FENV_H on architectures that support it.
martin
2014-03-03
Remove all cargo-cult #ifndef __vax__ from the tests, that just paper
martin
2014-03-03
Fix build for platforms w/o fenv.h.
martin
2014-03-02
Include the subtest number in any error output.
dsl
2014-03-02
Make cleanup routines actually work.
jmmv
2014-03-02
Remove unnecessary and broken cleanup routine.
jmmv
2014-03-01
Fix sign.
joerg
2014-03-01
Some of the acos() tests seem to fail on some systems.
dsl
2014-02-27
Avoid promotion in subexpressions.
joerg
2014-02-27
Don't use integer downcasts, use correctly sized constants for each test.
joerg
2014-02-27
Use an abs wide enough to cover the types involved.
joerg
2014-02-26
Remove hardcoded VM_MIN_ADDRESS and instead query current value via
martin
2014-02-21
Remove excemption for i386 (PR lib/48601) - missing aliases will be
martin
2014-02-18
For now excempt i386 from __sync_lock_test_and_set_8 and point to
martin
2014-02-17
Since clang doesn't recognize the nand variants of the sync builtins and
joerg
2014-02-17
Add a link-time test for __sync_* primitives (see PR 48368) - this
martin
2014-02-14
ARM now works with integrated-as.
joerg
2014-02-09
Use compiler builtins instead of atf_arch and atf_machine.
jmmv
2014-02-07
Change vnode operation lookup to return the resulting vnode *vpp unlocked.
hannken
2014-02-06
Pass the correct buffer size.
joerg
2014-02-04
Handle another declaration after statement case for lint in c99 mode.
njoly
2014-02-02
Add a few more test values from the range that sparc64 previously would
martin
2014-02-01
Skip testcase inside its body for architectures w/o long double support
martin
2014-02-01
Print a slightly more helpfull message in case of test failure
martin
2014-01-30
No unused functions if there is no long double support.
joerg
2014-01-30
Add test for uint64 to real long double conversion.
joerg
2014-01-26
Support using fenv instead of fpsetmask if HAVE_FENV is defined.
matt
2014-01-26
Make this real even though it isn't yet used.
matt
2014-01-25
Use English spelling of alignment.
skrll
2014-01-21
fix comment typos pointed out by uebayasi
yamt
2014-01-20
- fix funopen usage
yamt
2014-01-19
Remove -O0 from CPPFLAGS, and instead set
apb
2014-01-19
Remove "-g" from CPPFLAGS and LDFLAGS in curses tests.
apb
2014-01-19
Sprinkle in some UNCONST()
pgoyette
2014-01-18
Include more of the test cases from RFC 1321.
pgoyette
2014-01-18
Remove some debugging code.
pgoyette
2014-01-18
Free each crypto(4) session when we're done with it. (A new session
pgoyette
2014-01-18
Fix verification to use correct buffer.
pgoyette
2014-01-18
Add the test cases for sha1_hmac
pgoyette
2014-01-18
Needs some unconst.
joerg
2014-01-17
Additional tests for SHA1_HMAC (with test cases from RFC2202)
pgoyette
2014-01-17
Add additional test cases from RFC2202
pgoyette
2014-01-17
Use RFC 3713 vector, add comment to identify the source
pgoyette
2014-01-17
Reenable h_null (NULL_CBC) test. It works if we correctly pass a NULL iv.
pgoyette
2014-01-17
Clean up the helper programs. Remove the code to print the results, and
pgoyette
2014-01-17
Disable the arc4 and null_cbc tests for now. The swcrypto driver does
pgoyette
2014-01-16
Use __arraycount and size_t as the format strings are wrong anyway.
joerg
2014-01-16
Since sizeof() is unsigned, use an unsigned int for the loop index.
pgoyette
[next]