Re: ARM Updates
- Posted by mattlewis (admin) Apr 11, 2013
- 2194 views
mattlewis said...
jimcbrown said...
coconut said...
Load and run but still crash sanity.ex at same point poke() peek() test.
Jacques
Um, wow. It's happening for me too. This is so embarrassing.
I'll have to get my pi fired up in the morning. I haven't thought about sanity.ex in a long time. What about unit tests? Specifically, t_machine.e, t_convert.e, t_text.e and t_literal.e?
OK, I get that sanity.ex failure, too. Lots going on in that bit. It's definitely going into our unit tests.
poke(addr, {77, -1, 5.1, -1.1}) if compare(peek({addr, 4}), {77, 255, 5, 255}) then crash(generic_msg)
Matt