Last change
on this file since 28275 was 25834, checked in by Mathieu Morlighem, 4 years ago |
CHG: added 24684-25833
|
File size:
780 bytes
|
Rev | Line | |
---|
[25834] | 1 | Index: ../trunk-jpl/test/NightlyRun/test418.py
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/test/NightlyRun/test418.py (revision 24833)
|
---|
| 4 | +++ ../trunk-jpl/test/NightlyRun/test418.py (revision 24834)
|
---|
| 5 | @@ -22,9 +22,19 @@
|
---|
| 6 |
|
---|
| 7 | #partitioning
|
---|
| 8 | md.qmu.numberofpartitions = 100
|
---|
| 9 | -#partitioner seamd to generate the following message:
|
---|
| 10 | -#corrupted size vs. prev_size
|
---|
| 11 | -#Aborted (core dumped)
|
---|
| 12 | +
|
---|
| 13 | +# Partitioner seamd to generate the following message,
|
---|
| 14 | +#
|
---|
| 15 | +# corrupted size vs. prev_size
|
---|
| 16 | +# Aborted (core dumped)
|
---|
| 17 | +#
|
---|
| 18 | +# In testing binaries,
|
---|
| 19 | +#
|
---|
| 20 | +# malloc(): invalid next size (unsorted)
|
---|
| 21 | +#
|
---|
| 22 | +# TODO:
|
---|
| 23 | +# - Run valgrind and fix the above
|
---|
| 24 | +#
|
---|
| 25 | md = partitioner(md, 'package', 'chaco', 'npart', md.qmu.numberofpartitions)
|
---|
| 26 | md.qmu.vpartition = md.qmu.vpartition - 1
|
---|
| 27 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.