unknownbrackets / ps2autotests

A set of test programs run on a PS2, with accompanying results.
ISC License
25 stars 7 forks source link

Additional ee muldiv tests #1

Closed jpd002 closed 9 years ago

jpd002 commented 9 years ago

Added some more tests to validate the pattern for negative integers divided by 0. Don't hesitate to tell me if there's anything wrong with the way I added the test cases.

unknownbrackets commented 9 years ago

Yep, seems fine. Aside from the existing ugly mess of defines added by me (using asm makes it pretty messy no matter what...), nothing I see wrong with this code.

Glad you got the sdk working. I'm gonna add these cases also to the simd tests.

-[Unknown]

unknownbrackets commented 9 years ago

Added in e9fbfcc8462727ac0e3af9d30bc4035d48797d2b. I'll mention that I have a preference for matching standard git message length just so things look snazzy in logs and on GitHub, but it hardly matters (vim defaults typically indicate this with highlighting btw.)

-[Unknown]

jpd002 commented 9 years ago

Gotcha, I'll be more careful about message format next time.