summaryrefslogtreecommitdiffstats
path: root/runtime/tests/ChangeLog
blob: 5b0dd74cbdb90da09d6464a8d82706f21a101b26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
2005-10-28  Martin Hunt  <hunt@redhat.com>
	* 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>

	* 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>

	* maps/map.test: Add results for issii2.

2005-10-26  Martin Hunt  <hunt@redhat.com>

	* 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.

2005-09-23  Martin Hunt  <hunt@redhat.com>

	* maps/map.test: Add sort results.
	* maps/sort.c: New test.

2005-09-14  Martin Hunt  <hunt@redhat.com>

	* maps/ii.c (main): Add test for _stp_map_clear().
	* maps/map.test: Update results.

2005-09-12  Martin Hunt  <hunt@redhat.com>

	* 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.