summaryrefslogtreecommitdiff
path: root/tools/regression/ia64/unaligned/unaligned.t
Commit message (Collapse)AuthorAgeFilesLines
* Remove ia64.Marcel Moolenaar2014-07-071-99/+0
| | | | | | | | | | | | | | | | | | | | This includes: o All directories named *ia64* o All files named *ia64* o All ia64-specific code guarded by __ia64__ o All ia64-specific makefile logic o Mention of ia64 in comments and documentation This excludes: o Everything under contrib/ o Everything under crypto/ o sys/xen/interface o sys/sys/elf_common.h Discussed at: BSDcan Notes: svn path=/head/; revision=268351
* Skip the register based postinc stores here and don't count themMarcel Moolenaar2005-01-271-5/+12
| | | | | | | | | in the number of tests. This way we avoid skipped tests for non- existent memory access combinations. The number of tests dropped from 60 to 48. Notes: svn path=/head/; revision=140920
* Add tests for post increment. This bumps the number of tests up toMarcel Moolenaar2005-01-271-28/+36
| | | | | | | | | 60. The postinc store tests currently fail (value mismatch). Hence the score as of this commit is 48 out of 60. Either the kernel or the tests need to be fixed. Notes: svn path=/head/; revision=140892
* Regression test for unaligned loads and stores for short, int, long,Marcel Moolenaar2005-01-021-0/+84
float, double and long double types. No post-increment tests yet. All tests are skipped if the debug.unaligned_test sysctl variable cannot be set to 1. Notes: svn path=/head/; revision=139595