RE: 360 instruction test suite / unit tests?
| Newsgroups | gmane.comp.emulators.hercules390.general |
|---|---|
| Message-ID | <[email protected]> |
Same here. I am writing my emulator too. I have to find S/360 and S/370 diagnostics or unit tests too. Tim From: [email protected] <[email protected]> Sent: Sunday, April 14, 2019 9:07 PM To: [email protected] Subject: [hercules-390] 360 instruction test suite / unit tests? Is there a test suite to verify that all the S/360 instructions are operating correctly, either original IBM diagnostics or unit tests that are part of Hercules? The reason I ask is I'm writing an IBM S/360 Model 50 emulator running at the Microcode level, and I figured if there are pre-existing tests available, I could stop writing so many unit tests to test each instruction. I looked at the Hercules source code, but couldn't find tests. Thanks, Ken