-
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
23 additions
and
138 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 |
---|---|---|
@@ -0,0 +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. |
6 changes: 6 additions & 0 deletions
6
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
================================================= 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 |
---|---|---|
@@ -0,0 +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. |
6 changes: 6 additions & 0 deletions
6
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
================================================= Memory Leaks ================================================== | ||
Allocated Memory (Bytes) Number Size Total Description Address | ||
================================================================================================================= | ||
================================================================================================================= | ||
|