summaryrefslogtreecommitdiffstats
path: root/runtime/tests
Commit message (Collapse)AuthorAgeFilesLines
* SW5106 Remove old map and histogram formatting codeStan Cox2008-05-2954-4722/+0
|
* 2006-01-25 Martin Hunt <hunt@redhat.com>hunt2006-01-252-0/+7
| | | | * agg/stats.c (main): Delete Stats when done.
* 2005-12-08 Martin Hunt <hunt@redhat.com>hunt2005-12-085-0/+190
| | | | | * maps/map.test: Add size test. * pmaps/pmap.test: Add size test.
* 2005-12-07 Martin Hunt <hunt@redhat.com>hunt2005-12-072-40/+4
| | | | | * agg/agg.test: Adjust results to match the more compact histogram format.
* 2005-12-07 Martin Hunt <hunt@redhat.com>hunt2005-12-0713-75/+24
| | | | | | | | | | * 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-284-0/+278
| | | | | * 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-114-1/+313
| | | | | | * 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-104-1/+71
| | | | | * pmaps/ii2.c: New test of maps and pmaps with the same keysym. * pmaps/pmap.test: Update.
* *** empty log message ***hunt2005-11-091-14/+9
|
* 2005-11-09 Martin Hunt <hunt@redhat.com>hunt2005-11-095-23/+541
| | | | | | * maps/sort2.c: New file. * maps/sort_stat.c: New file. * maps/map.test: Update
* 2005-11-09 Martin Hunt <hunt@redhat.com>hunt2005-11-091-0/+15
| | | | | | | | | | | | | | | * map.h (struct map_root): Delete fields used by old API. * map.c: Remove old map API functions. * map-stat.c (_stp_map_add_stat): Delete. (_stp_pmap_new_hstat_linear): Move here from map.c. (_stp_pmap_new_hstat_log): Ditto. * list.c: Deleted. * map-keys.c: Deleted. * map-values.c: Deleted. * map-int.c: Deleted.
* 2005-11-08 Martin Hunt <hunt@redhat.com>hunt2005-11-0918-1390/+260
| | | | | | | | | | | | | | | * maps/map.test: Remove old map API tests. * maps/ii2.c: Renamed ii.c. * maps/iiss2.c: Renamed iiss.c. * maps/is2.c: Renamed is.c. * maps/issii2.c: Renamed issii.c. * maps/isx2.c: Renamed isx.c. * maps/map_format2.c: Renamed map_format.c. * maps/si2.c: Renamed si.c. * maps/keys.c: Deleted * maps/test_list_int64.c: Deleted. * maps/test_list_string.c: Deleted. * maps/sort.c: Update to use new map API.
* 2005-11-08 Martin Hunt <hunt@redhat.com>hunt2005-11-089-0/+730
| | | | * pmaps/*: Add new pmaps tests.
* 2005-10-28 Martin Hunt <hunt@redhat.com>hunt2005-10-286-13/+117
| | | | | | | | | | | | * maps/keys.c: New file. Tests specific to _stp_key_get_*(). * maps/iiss2.c (main): Add some comments to make clear expected results. * maps/is2.c (main): _stp_map_get_*s() now returns "" instead of NULL when lookup fails. _stp_map_set_*s() now deletes a node when setting to "" (as well as NULL). * maps/setadd.c (main): Ditto. * maps/map.test: update results.
* 2005-10-26 Martin Hunt <hunt@redhat.com>hunt2005-10-264-0/+109
| | | | | | * maps/map.test: Add results for iiiiii and ssssss. * maps/iiiiii.c: New file. * maps/ssssss.c: New file.
* 2005-10-26 Martin Hunt <hunt@redhat.com>hunt2005-10-263-0/+50
| | | | * maps/map.test: Add results for issii2.
* 2005-10-26 Martin Hunt <hunt@redhat.com>hunt2005-10-2615-3/+1180
| | | | | | | * maps/map.test: Update with results for new tests. * maps/*2.c: Tests for the new API. * maps/ist.c: Renamed isx.c. * maps/setadd.c: New test of adding and setting.
* 005-09-23 Martin Hunt <hunt@redhat.com>hunt2005-09-233-0/+294
| | | | | * maps/map.test: Add sort results. * maps/sort.c: New test.
* 2005-09-14 Martin Hunt <hunt@redhat.com>hunt2005-09-143-0/+26
| | | | | * maps/ii.c (main): Add test for _stp_map_clear(). * maps/map.test: Update results.
* 2005-09-12 Martin Hunt <hunt@redhat.com>hunt2005-09-122-12/+19
| | | | | | | | | | | | * math/div64.c (main): Set the expected result for LLONG_MIN/-1 to be LLONG_MIN (overflow) instead of 0. 2005-09-09 Martin Hunt <hunt@redhat.com> * math/div64.c (main): Fixes for running on 64-bit hardware. * README: Update. * math/div64.c: New file. 64-bit division tests.
* 2005-09-09 Martin Hunt <hunt@redhat.com>hunt2005-09-092-1/+14
| | | | * math/div64.c (main): Fixes for running on 64-bit hardware.
* 2005-09-09 Martin Hunt <hunt@redhat.com>hunt2005-09-096-1/+208
| | | | | * README: Update. * math/div64.c: New file. 64-bit division tests.
* Add test issii.chunt2005-07-282-0/+51
|
* x86 fixes.hunt2005-06-232-8/+2
|
* Added aggregation tests. Fixed other for latest runtime changes.hunt2005-06-1816-65/+369
|
* added formatting to _stp_map_print() and updated tests.hunt2005-05-319-55/+232
|
* Added MPATHhunt2005-05-191-6/+7
|
* Add String test files.hunt2005-05-199-0/+411
|
* Add mach pathhunt2005-05-192-7/+10
|
* Add two new tests. Fix some warnings on i386.hunt2005-05-185-2/+172
|
* Restructuring of tests. New tests for new maps.hunt2005-05-1724-1779/+711
|
* Update.hunt2005-04-071-1/+12
|
* *** empty log message ***hunt2005-03-291-0/+3
|
* Moving probes to another directory.hunt2005-03-218-351/+0
|
* Initial runtime checkin.hunt2005-03-0924-0/+2131