Re: error in eu40b2\include\file.e ?

new topic     » goto parent     » topic index » view thread      » older message » newer message
alanjohnoxley said...

I wanted to try the latest SVN in case this is a fixed issue, but that has 4 errors with wmake test:

Test results summary: 
    FAIL: t_c_safe_badpoke.e 
    FAIL: t_c_safe_c_func_nodep.e 
    FAIL: t_c_safe_non_extblock.e 
    FAIL: t_net_http.e 
    FAIL: translated t_net_http.exe 
Files (run: 194) (failed: 5) (97.4% success) 
Error(E42): Last command making (test) returned a bad status 
Error(E02): Make execution terminated. 

Yes, these are known issues.

The t_c_* style test files are actually designed to crash. Basically, they try to do illegal things to make sure that euphoria catches them. There is additional checking to look at the ex.err file to make sure it's crashing for the 'right' reason. Those new files test the safe version of raw memory functions (allocate, free, peek, poke, etc). The current method of examining the ex.err files doesn't quite work in this case, and so a false failure is reported in each case.

The t_net_http.e test used the old openeuphoria.org to test out sending an http POST. Obviously, that doesn't work, and the test hasn't been updated to correct it.

So your binary should be fine (or at least, it's what it's supposed to be, according to the current state of development).

Matt

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu