blob: 7ac1f2f2ec91d962259411e790f37b2c76506aab (
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
|
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.
|