about summary refs log tree commit diff stats
path: root/apps/tests
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-11-26 22:11:23 -0800
committerKartik Agaram <vc@akkartik.com>2019-11-26 22:11:23 -0800
commit70187b1c01a0540bc677fbbfeaef129549d3075d (patch)
treeac869a1cabf2d0bf839cfbe93e22d304662e4693 /apps/tests
parent55628fb6932c0468ca7f20db6ed3ec454be8c91f (diff)
downloadmu-70187b1c01a0540bc677fbbfeaef129549d3075d.tar.gz
5765
A couple more primitives now working. In the process I ran into an issue
with some buffer filling up when running ntranslate. Isolating it to survey.subx
was straightforward, but --trace ran out of RAM, and --trace --dump ran
out of (7GB of) disk. In the end what helped was just repeatedly inserting
exits at different points, and I realized there was a magic number that
hadn't been turned into a named constant.
Diffstat (limited to 'apps/tests')
-rwxr-xr-xapps/testsbin41690 -> 41694 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/tests b/apps/tests
index 31eab508..68009fe7 100755
--- a/apps/tests
+++ b/apps/tests
Binary files differ