summaryrefslogtreecommitdiffstats
path: root/testsuite/ChangeLog
blob: 1ff99ad4300b81b50070e62d54de74bcee2d2423 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
2007-02-09  Frank Ch. Eigler  <fche@elastic.org>

	* systemtap.base/prologue.*: New test case.

2007-02-06  Josh Stone  <joshua.i.stone@intel.com>

	* systemtap.base/deref.stp: Test kread with const sources.

2007-02-06  Frank Ch. Eigler  <fche@elastic.org>

	* buildok/conversions.stp: Build-test all conversions.stp functions.
	* systemtap.stress/conversions.*: New test.

2007-01-29  Frank Ch. Eigler  <fche@elastic.org>

	* systemtap.base/cache.exp (stap_compile): Accept new -p4 output.

2007-01-24  Will Cohen  <wcohen@redhat.com>

	* systemtap.syscall/syscall.exp: Increase timeout for slow machines.
	
2007-01-23  Frank Ch. Eigler  <fche@elastic.org>

	* systemtap.pass1-4/buildok.exp: Remove most kfail designations.

2007-01-23  Mike Mason <mmlnx@us.ibm.com>

	* buildok/socket.stp: Added sockets tapset build test.

2007-01-23  Mike Mason <mmlnx@us.ibm.com>

	* systemtap.string/tokenize.exp, systemtap.string/tokenize.stp,
	systemtap.string/strtol.exp, systemtap.string/strtol.stp:
	Tests for new tokenize and strtol functions.

2007-01-22  Josh Stone  <joshua.i.stone@intel.com>

	* systemtap.base/deref.stp: Rewrite test, and now also check the ability
	to read/write pointers.

2007-01-22  Frank Ch. Eigler  <fche@redhat.com>

	* config/unix.exp: New file as a master load_lib repository.
	* */*.exp: Removed load_lib calls.
	* parseko/cmdline01.stp: Swallow expected stap ERROR: message.
	* systemtap.syscall/syscall.exp: Added installmode_p checks.

2007-01-22  Martin Hunt  <hunt@redhat.com>

	* systemtap.maps/exists.stp: New test to see if
	array elements exist using the "in" keyword.

2007-01-20  Mike Mason <mmlnx@us.ibm.com>

	PR 3899
	* systemtap.base/kmodule.stp: Added probes for other
	modules that allow the test to pass when ext3 isn't 
	built as a module.

2007-01-19  Josh Stone  <joshua.i.stone@intel.com>

	PR 3079
	* systemtap.base/deref.stp: Use the new kread macro that should work
	fine with 64-bit numbers on i386 platforms.  Also expand the test to
	include writes with kwrite.
	* systemtap.base/deref.exp: Remove the setup_kfail.

2007-01-16  Mike Mason <mmlnx@us.ibm.com>

	* buildok/eighteen.stp: changed to find __audit_getname or
	audit_getname without checking kernel version to support
	audit code backports

2007-01-13  Mike Mason <mmlnx@us.ibm.com>

	PR 3867
	* systemtap.samples/ioblocktest.stp: Fixed so only
	checks bit 0 (Read/Write bit) of bio->bi_rw. Also merged
	ioblock.request and ioblock.end probes. They do the same
	thing.

2007-01-10  Martin Hunt  <hunt@redhat.com>

	* systemtap.maps/foreach_foreach.exp: Update for new delete func.
	* systemtap.maps/ii.exp: Ditto.
	* systemtap.maps/ii.stp: Ditto.
	* systemtap.maps/iiiiii.exp: Ditto.
	* systemtap.maps/iiiiii.stp: Ditto.
	* systemtap.maps/is.stp: Ditto.
	* systemtap.maps/si.exp: Ditto.
	* systemtap.maps/si.stp: Ditto.
	* systemtap.maps/ss.stp: Ditto.

2006-12-29  Frank Ch. Eigler  <fche@redhat.com>

	PR 3523.
	* buildok/fourteen.stp, fourteen-plus.stp: Tweak & add a test.
	* systemtap.base/bench.stp: Work around randomized-ordered probes.
	* systemtap.base/bench.exp: Tighten output requirements.

2006-12-22  Josh Stone  <joshua.i.stone@intel.com>

	* buildok/array_size.stp, parseko/array01.stp, parseko/array02.stp,
	parseko/array03.stp, parseko/array04.stp, transko/array01.stp,
	systemtap.base/array_size.exp, systemtap.base/array_size.stp:
	Tests for specifying the size of global arrays.

2006-12-22  David Smith  <dsmith@redhat.com>

	* systemtap.base/cache.exp: Added test to ensure that using '-M'
	and '-t' changes the hash.  The '-t' test is commented out until
	PR3523 is fixed.

2006-12-21  David Smith  <dsmith@redhat.com>

	* systemtap.base/cache.exp: Added test to ensure that using '-b'
	changes the hash.

2006-12-19  Frank Ch. Eigler  <fche@redhat.com>

	PR 3522.
	* buildok/twentyfive.stp: New test for static $var access.

2006-12-18  Josh Stone  <joshua.i.stone@intel.com>	

	* systemtap.base/deref.exp, systemtap.base/deref.exp: Add a test for
	successfully dereferencing pointers of various sizes.  This is known to
	fail on x86 for 64-bit values -- PR 3079.

2006-12-18  David Smith  <dsmith@redhat.com>

	* systemtap.samples/pfaults.stp: Since PR 1132 has been fixed,
	updated to use "$return".

2006-12-08  Josh Stone  <joshua.i.stone@intel.com>

	PR 3681.
	* systemtap.base/global_init.exp, systemtap.base/global_init.stp: New
	test for checking the timeliness of global initialization.

2006-12-07  Josh Stone  <joshua.i.stone@intel.com>

	PR 3624.
	* systemtap.base/be_order.exp, systemtap.base/be_order.stp,
	semok/beginend.stp:  New tests for begin/end priorities.

	* lib/stap_run.exp: Anchor OUTPUT_CHECK_STRING to the end of output.
	* systemtap.base/maxactive.exp: Fix to compare output to the end.
	* systemtap.base/probefunc.exp: Ditto.
	* systemtap.samples/ioblocktest.exp: Ditto.
	* systemtap.samples/ioblocktest.stp: Ditto.
	* systemtap.samples/tcptest.exp: Ditto.

2006-11-30  Martin Hunt  <hunt@redhat.com>

	* systemtap.samples/pfaults.exp: Fix regular expression
	to handle buffering issues that broke on MP systems.

2006-11-29  Li Guanglei <guanglei@cn.ibm.com>
	
	From Gui Jian <guijian@cn.ibm.com>

	* systemtap.samples/lket.exp: Increase MAXSKIPPED
	and timeout thresholds; Fix the code of cleaning 
	temporary files

	* systemtap.stress/whitelist.stp: New testcase to generate
	safe probes.

2006-11-28  David Smith  <dsmith@redhat.com>

	* semko/thirtyfour.stp: Checks for writing to target variable in
	.return probe.
	* semok/twentyfour.stp: Tests read access to target variable in
	.return probe.

2006-11-21  Li Guanglei <guanglei@cn.ibm.com>
	
	From Gui Jian <guijian@cn.ibm.com>
	* systemtap.samples/lket.exp, systemtap.samples/lket.stp: add
	testcase for LKET

2006-11-19  Frank Ch. Eigler  <fche@elastic.org>

	* parseko/twentythree.stp: New test for running tapset file.

2006-11-17  Frank Ch. Eigler  <fche@redhat.com>

	* semko/thirtysix.stp, transko/three.stp: New tests.

2006-11-16  Li Guanglei <guanglei@cn.ibm.com>
	
	* buildok/lket.stp: check for all available LKET trace hooks.

2006-11-10  David Smith  <dsmith@redhat.com>

	* semko/maxactive03.stp: Stop on pass2 instead of on pass1.

	* lib/stap_run.exp: As a side-effect, stap_run() sets global
	'probe_errors' and 'skipped_probes' to the number of probe errors
	and skipped probes seen while running the probe.
	* systemtap.base/maxactive.exp: Uses extended stap_run() to find
	number of skipped probes instead of using private stap_run()
	variant.

2006-11-09  David Smith  <dsmith@redhat.com>

	* buildok/maxactive01.stp: Added test for "maxactive(N)"
	return probe processing.
	* parseko/maxactive01.stp: Ditto.
	* parseko/maxactive02.stp: Ditto.
	* parseko/maxactive03.stp: Ditto.
	* parseko/maxactive04.stp: Ditto.
	* semko/maxactive01.stp: Ditto.
	* semko/maxactive02.stp: Ditto.
	* semko/maxactive03.stp: Ditto.
	* systemtap.base/maxactive.exp: Ditto.

2006-11-06  David Smith  <dsmith@redhat.com>

	* systemtap.maps/foreach_limit.exp: Added new test for foreach
	"limit" keyword.
	* systemtap.maps/foreach_limit.stp: Ditto.

	* parseko/foreachstmt06.stp: Added new test for foreach "limit"
	keyword.
	* parseko/foreachstmt07.stp: Ditto.
	* parseok/foreachstmt01.stp: Ditto.
	* semko/foreachstmt01.stp: Ditto.
	* semko/foreachstmt02.stp: Ditto.

2006-11-02  Thang Nguyen <thang.p.nguyen@intel.com>

	* systemtap.samples/tcptest.exp:  Put TCP load gen into a
	a seperate script. 
	* systemtap.samples/tcptest.tcl:  new script for TCP load
	gen.     

2006-10-30  Josh Stone  <joshua.i.stone@intel.com>

	* systemtap.maps/pmap_agg_overflow.stp: Use
	kernel.function("scheduler_tick") instead of timer.jiffies
	so the test works on all kernels.  The test needs a probe
	that is invoked often on all cpus.
	* systemtap.base/timers.stp: Fudge the comparison a bit between
	jiffies(1) and profile to allow for slop between start/end times.

2006-10-30  Martin Hunt  <hunt@redhat.com>

	* systemtap.maps/pmap_agg_overflow.stp: Use timer.jiffies
	instead of timer.profile so the test works on xen kernels.

2006-10-30  David Smith  <dsmith@redhat.com>

	* systemtap.base/cache.exp: Saves value of SYSTEMTAP_DIR
	environment variable before starting tests and restores value at
	the end.  Without this caching was broken for the rest of the
	testsuite, since all cached files were ending up in
	testsuite/.cache_test (which gets deleted on the next run of the
	testsuite).

	* Makefile.am: The 'clean-local' target now removes the .systemtap
	and .cache_test directories.
	* Makefile.in: Regenerated.

2006-10-30  Martin Hunt  <hunt@redhat.com>

	* systemtap.base/cache.exp (stap_compile): Fix a simple 
	buffering problem with expect.

2006-10-26  David Smith  <dsmith@redhat.com>

	* systemtap.base/cache.exp: New file that tests caching
	functionality.
	* lib/systemtap.exp (setup_systemtap_environment): Use a local
	systemtap directory/cache (instead of the user's cache).
	* .cvsignore: Added .systemtap directory.

2006-10-23  David Smith  <dsmith@redhat.com>

	* lib/stap_run.exp: Handles cached module.
	* lib/stap_run2.exp: Ditto.

2006-10-23  William Cohen  <wcohen@redhat.com>

	* systemtap.maps/absentstats.exp: Increase timeout for slow machines.

2006-10-21  Thang Nguyen <thang.p.nguyen@intel.com>

	* systemtap.samples/tcptest.exp: fix bug #3404 
	* systemtap.samples/tcptest.stp: fix bug #3404

2006-10-18  David Smith  <dsmith@redhat.com>

	* systemtap.syscall/.cvsignore: Added file.

2006-09-28  Martin Hunt  <hunt@redhat.com>

	* buildok/eighteen.stp: Fix for 2.6.18.
	* buildok/two.stp: Ditto.

2006-09-27  Josh Stone  <joshua.i.stone@intel.com>

	* buildok/fourteen.stp: Test new timer functionality.

2006-09-26  David Smith  <dsmith@redhat.com>

	* systemtap.samples/args.exp: Looks for 'staprun' instead of
	'stpd'.

2006-09-20  Josh Stone  <joshua.i.stone@intel.com>

	PR 3233
	* buildok/timestamp.stp: add gettimeofday_ns test.

2006-09-12  David Smith  <dsmith@redhat.com>

	* Added .cvsignore file.

2006-09-09  Frank Ch. Eigler  <fche@elastic.org>

	* lib/systemtap.exp (stap_run_batch): New helper routine.
	* systemtap.pass1-4/*.exp: Use it instead of catch/exec/>>& hack.

2006-09-06  Frank Ch. Eigler  <fche@elastic.org>

	* parseok/eighteen.stp, semok/twentythree.stp: New files for
	testing initialized globals.

2006-08-21  Martin Hunt  <hunt@redhat.com>

	* lib/stap_run.exp: Check for existence of installtest_p
	before running it. This reenables running individual tests
	with runtest.
	* lib/stap_run2.exp: Ditto.
	* lib/stap_run_binary.exp: Ditto.	

2006-08-12  Frank Ch. Eigler  <fche@elastic.org>

	* Makefile.am (clean-local): Clean up dejagnu turds.
	* Makefile.in: Regenerated.

2006-08-12  Frank Ch. Eigler  <fche@elastic.org>

	* all: Reorganized old pass-1..4 tests one dejagnu bucket.
	Moved over old pass-5 tests, except for disabled syscalls tests.
	* Makefile (installcheck): New target for running pass-1..5
	tests against installed systemtap.