rooneypark / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

Should run OpenSSL unit tests. #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Openssl has a test/ directory full of tests, which we aren't running for newlib.

The newlib port currently turns off test/ because the standard configuration 
sets up NaCl as "linux-elf", which by default has "-ldl" in its link flags.  
There is a hack in the ports script to nuke the test/Makefile so that we never 
actually build with "-ldl".  However, it's possible to link the tests 
statically and run them.  So far I've tried the "bntest", and that seems to 
pass fine.  Will try running some other ones...

Original issue reported on code.google.com by jvo...@google.com on 23 Oct 2013 at 1:20

GoogleCodeExporter commented 9 years ago
https://codereview.chromium.org/37463005, but a couple of tests fail with 
newlib...

Original comment by jvo...@google.com on 28 Oct 2013 at 11:36