summaryrefslogtreecommitdiffstats
path: root/runtime/tests/pmaps
Commit message (Collapse)AuthorAgeFilesLines
* SW5106 Remove old map and histogram formatting codeStan Cox2008-05-2914-1396/+0
|
* 2005-12-08 Martin Hunt <hunt@redhat.com>hunt2005-12-082-0/+77
| | | | | * maps/map.test: Add size test. * pmaps/pmap.test: Add size test.
* 2005-12-07 Martin Hunt <hunt@redhat.com>hunt2005-12-0711-67/+15
| | | | | | | | | | * pmaps/*.c: Change pmap type from MAP to PMAP. * pmaps/pmap.test: Adjust results to match the more compact histogram format. * maps/map.test: Adjust results to match the more compact histogram format.
* 2005-11-28 Martin Hunt <hunt@redhat.com>hunt2005-11-283-0/+272
| | | | | * map-stat.c (_stp_pmap_new_hstat_log): Fix typo. Call _stp_pmap_new() instead of _stp_map_new().
* 2005-11-10 Martin Hunt <hunt@redhat.com>hunt2005-11-113-1/+309
| | | | | | * pmaps/ix2.c: New test. Test _stp_pmap_get_*(). * pmaps/iii3.c: New test. Test _stp_pmap_get_*(). * pmaps/pmap.test: Update.
* 2005-11-10 Martin Hunt <hunt@redhat.com>hunt2005-11-103-1/+66
| | | | | * pmaps/ii2.c: New test of maps and pmaps with the same keysym. * pmaps/pmap.test: Update.
* 2005-11-08 Martin Hunt <hunt@redhat.com>hunt2005-11-088-0/+726
* pmaps/*: Add new pmaps tests.