-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--- Signed-off-by: Andy Stone <[email protected]>
- Loading branch information
Showing
12 changed files
with
17 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
|
||
sed -E "s/0x[0-9a-f]*/prediffed/" <$2 >$2.predifftmp | ||
grep -v "\.chpl:.*" < $2 >$2.predifftmp | ||
mv $2.predifftmp $2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
This directory is locking down that we currently have a memory leak for | ||
ConcurrentMap. These tests symlink to equivalent correctness tests and can be | ||
removed once this leak is fixed. | ||
|
||
We only symlink to the a subset of these tests where the | ||
allocations/deallocations are deterministic (this should be sufficient for | ||
memory tracking purposes). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#!/bin/bash | ||
|
||
sed -E "s/0x[0-9a-f]*/prediffed/" <$2 >$2.predifftmp | ||
grep prediffed $2.predifftmp | uniq -c >$2 | ||
rm $2.predifftmp | ||
grep -v "\.chpl:.*" < $2 >$2.predifftmp | ||
mv $2.predifftmp $2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
This directory is locking down that we currently have a memory leak for this | ||
module. These tests symlink to equivalent correctness tests and can be removed | ||
once this leak is fixed. | ||
|
||
We only symlink to the a subset of these tests where the | ||
allocations/deallocations are deterministic (this should be sufficient for | ||
memory tracking purposes). |
9 changes: 6 additions & 3 deletions
9
test/library/packages/LockFreeQueue/memLeaks/consistencyCheck.good
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
1024 consistencyCheck.chpl:20 1 24 24 Node prediffed | ||
1 consistencyCheck.chpl:45 1 24 24 Node(int(64)) prediffed | ||
6 consistencyCheck.chpl:9 1 24 24 _token prediffed | ||
|
||
================================================= Memory Leaks ================================================== | ||
Allocated Memory (Bytes) Number Size Total Description Address | ||
================================================================================================================= | ||
================================================================================================================= | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#!/bin/bash | ||
|
||
sed -E "s/0x[0-9a-f]*/prediffed/" <$2 >$2.predifftmp | ||
grep prediffed $2.predifftmp | uniq -c >$2 | ||
rm $2.predifftmp | ||
grep -v "\.chpl:.*" < $2 >$2.predifftmp | ||
mv $2.predifftmp $2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
This directory is locking down that we currently have a memory leak for this | ||
module. These tests symlink to equivalent correctness tests and can be removed | ||
once this leak is fixed. | ||
|
||
We only symlink to the a subset of these tests where the | ||
allocations/deallocations are deterministic (this should be sufficient for | ||
memory tracking purposes). |
8 changes: 6 additions & 2 deletions
8
test/library/packages/LockFreeStack/memLeaks/consistencyCheck.good
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
1024 consistencyCheck.chpl:20 1 24 24 Node prediffed | ||
6 consistencyCheck.chpl:9 1 24 24 _token prediffed | ||
|
||
================================================= Memory Leaks ================================================== | ||
Allocated Memory (Bytes) Number Size Total Description Address | ||
================================================================================================================= | ||
================================================================================================================= | ||
|