Re: OpenEuphoria on the raspberry pi
- Posted by mattlewis (admin) Feb 14, 2013
- 2746 views
rkdavis said...
how long should it take? i've been running t_map.e for about 25minutes so far and not sure if it's running or if it's frozen. i added a trace(3) on an earlier run and it was doing something but i got bored and stopped it after about 20minutes
It's probably gotten into an infinite loop. You can add -all to the command line:
$ eui t_map.e -all
...and it will print out when a test succeeds or fails. But I wouldn't worry about it in this case, since maps seem pretty broken. Hopefully the problem is covered by something in t_math.e or t_hash.e. More likely, t_math.e, I suspect.
Matt