-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recover or re-create ppc-testresults.dat.bz2
#102
Comments
What even is this testsuite? Is it actually in the codebase somewhere? |
Oh, I get it, it's It basically has two modes; if you run it on a native PowerPC system, it tests the local CPU and writes the results to a file. Otherwise, it takes a results file, does a test on the emulated CPU (using the JIT if you pass It has no concept of anything but real (one-to-one with the host system) memory addresses. |
Correct, this issue is to track getting/generating a copy of that results file so that we could actually test against it in this repo. |
There's an apparent archived copy at http://web.archive.org/web/20060217123013/http://www.gibix.net/projects/ppctester/files/ppc-testresults.dat.bz2 |
This was a good lead, but upon downloading every version they had I didn't get the right MD5 $ md5 ppc-testresults*
MD5 (ppc-testresults (1).dat.bz2) = 60172863f951c72e1ee7e01d54ed6db3
MD5 (ppc-testresults (2).dat.bz2) = 60172863f951c72e1ee7e01d54ed6db3
MD5 (ppc-testresults (3).dat.bz2) = 60172863f951c72e1ee7e01d54ed6db3
MD5 (ppc-testresults (4).dat.bz2) = 60172863f951c72e1ee7e01d54ed6db3
MD5 (ppc-testresults (5).dat.bz2) = 60172863f951c72e1ee7e01d54ed6db3
MD5 (ppc-testresults.dat.bz2) = 60172863f951c72e1ee7e01d54ed6db3 I wonder if @cebix or @FreeBSD-pzn can comment on its suitability of this other version of the test file |
Try md5summing the file in the archive :D |
🎉 👍 🥇 !!! |
This is excellent, I hadn't imagined that this file would ever turn up. I've opened #139 to track making actual use of this file as part of CI |
From
doc/PowerPC-Testsuite.md
:We should do that, and save the file here for posterity.
(Note: this issue was originally emaculation/SheepShaver#10)
The text was updated successfully, but these errors were encountered: