Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
0db65707
Commit
0db65707
authored
May 14, 1999
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Don't forget the flags argument to create-person.
parent
4affe7c8
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/server/testsuite/leaks.0/leaks02.exp
+2
-2
2 additions, 2 deletions
src/server/testsuite/leaks.0/leaks02.exp
with
2 additions
and
2 deletions
src/server/testsuite/leaks.0/leaks02.exp
+
2
−
2
View file @
0db65707
...
@@ -5,14 +5,14 @@ source "$srcdir/config/leaks.exp"
...
@@ -5,14 +5,14 @@ source "$srcdir/config/leaks.exp"
# Test for leaks in person creation
# Test for leaks in person creation
startup_leaks
startup_leaks
send "3000 89 [holl "Leaky Memory 3000"] [holl "wossit"] 1 { 1000 00000000 0 [holl "Aux-items rock!"] }\n"
send "3000 89 [holl "Leaky Memory 3000"] [holl "wossit"]
00000000
1 { 1000 00000000 0 [holl "Aux-items rock!"] }\n"
simple_expect "=3000 6"
simple_expect "=3000 6"
shutdown_leaks
shutdown_leaks
read_usage_base
read_usage_base
startup_leaks
startup_leaks
for { set i 0 } { $i < 200 } { incr i 1 } {
for { set i 0 } { $i < 200 } { incr i 1 } {
send "[expr 3000 + $i] 89 [holl "Leaky Memory [expr 3000 + $i]"] [holl "wossit"] 1 { 1000 00000000 0 [holl "Aux-items rock!"] }\n"
send "[expr 3000 + $i] 89 [holl "Leaky Memory [expr 3000 + $i]"] [holl "wossit"]
00000000
1 { 1000 00000000 0 [holl "Aux-items rock!"] }\n"
simple_expect "=[expr 3000 + $i] [expr 6 + $i]"
simple_expect "=[expr 3000 + $i] [expr 6 + $i]"
}
}
shutdown_leaks
shutdown_leaks
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment