lp:~jelmer/meliae/tests-exitcode

Created by Jelmer Vernooij and last modified
Get this branch:
bzr branch lp:~jelmer/meliae/tests-exitcode
Only Jelmer Vernooij can upload to this branch. If you are Jelmer Vernooij please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jelmer Vernooij
Project:
Meliae
Status:
Merged

Recent revisions

190. By Jelmer Vernooij

Exit with non-zero exit code in run_tests.py if any tests were unsuccessful.

189. By John A Meinel

Fix one more test. Now fixed bug #739310.

188. By John A Meinel

Fix some 32 vs 64 bit issues.

On 64-bit even though the size of individual members are 4-bytes wide, we still don't
change the alignment and packing defaults. So the structs default to aligned on
8-byte wide, which 'wastes' 4-bytes at the end.

187. By John A Meinel

Add some python 2.7 specific size changes for String objects.

186. By John A Meinel

Corbin Simpson added a custom hook for numpy arrays.

185. By John A Meinel

Use a const trick to get rid of some compiler warnings.

184. By John A Meinel

We now support custom sizeof methods registered at runtime.

183. By John A Meinel

Default to only showing 100 parent references.

This should decrease memory consumption for some really big dumps, without
diminishing utility. (At least until we have a gui or something.)

182. By John A Meinel

Use a set() to ensure we don't repeat parents.

Repeated children is useful, because stuff like dicts can do it, and it
lets you know the key:value. Repeated parents doesn't seem to do
anything but waste a lot of memory.

181. By John A Meinel

Strictly require Cython now, since Pyrex isn't cutting it.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:meliae
This branch contains Public information 
Everyone can see this information.

Subscribers