j805 beta jandorid.apk has updated to fix the numeric domain
issue of u: and some other fixes.

You can also download and copy the test folder from jsource
repos to android and run the test suite

NB. assuming test folder on the internal sd card
load '~/test/tsu.ijs' 

try a simple test first, eg
RUN1 'g000'

to run full test suite
RUN ddall

tap wait when android prompts J andorid isn't responding
and keep j session visible on screen, otherwise the j session 
will be killed.

On my asus zenfone 2, it ran for about 30 minutes and passed 
all but 4 tests.

Сб, 27 авг 2016, bill lam написал(а):
> Thank you all for pointing this out.
> 
> the test in for integer in general is
> AT(w)&NUMERIC
> where NUMERIC is a combination of all numeric types , defined as
> (B01+BIT+INT+FL+CMPX+XNUM+RAT+XD+XZ+SB01+SINT+SFL+SCMPX)
> and then try to correct to INT type. A further example, test of character is
> AT(w)&JCHAR
> where JCHAR is LIT+C2T+C4T+SLIT
> 
> The test in extended u: for integer is
> AT(w)&INT
> this is inconsistent with other primitives, I'll fix it.  Thanks.

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to