29.04.2016, 04:49, "
ian.t...@gmail.com" <
ian.t...@gmail.com>:
> I'm having a hard time figuring out what OSes and Archs are being used for testing. It looks like Linux, OSX, with x86 and some ARM, but I can't seem to find any more detail (I'm gleaning this info from the lisp implementation name).
We have linux x86 server (donated by
efficito.com) and an linux ARM server.
Some people submit test results from OSX.
In general, it's up to contributors to run tests on any platform, and the results are submitted to common DB.
This code (stolen from ASDF) just computes implemnentation identifier - a string like "abcl-1.2.1-fasl42-linux-x86", "ccl-1.11-r16702m-f101-linux-arm", etc
Test results are associated with implementation identifier, so we can see implementation identifiers in reports, like here
https://common-lisp.net/project/cl-test-grid/library/alexandria.html)
Best regards,
- Anton