GithubHelp home page GithubHelp logo

hwtests's People

Contributors

crossvr avatar delroth avatar fioraaeterna avatar josjuice avatar kayru avatar leoetlino avatar lioncash avatar magumagu avatar neobrain avatar phire avatar pokechu22 avatar saneki avatar shuffle2 avatar sonicadvance1 avatar tilka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hwtests's Issues

cputest_frsp fails on real hardware

On my Wii, running the frsp test results in this output:

Hello world!
Subtest 11 failed in ../cputest/frsp.cpp on line 34: frsp(0xfff7ffffffffffff, NI=0):
     got 0xffffffffe0000000
expected 0xfff7ffffe0000000
Test 1 failed (12 subtests, 1 failures)
Shutting down...

On Dolphin (with both the x64 JIT and the cached interpreter), I get this output:

Hello world!
Subtest 7 failed in ../cputest/frsp.cpp on line 34: frsp(0x380fffffffffffff, NI=1):
     got 0x3810000000000000
expected 0x0000000000000000
Subtest 11 failed in ../cputest/frsp.cpp on line 34: frsp(0xfff7ffffffffffff, NI=0):
     got 0xffffffffe0000000
expected 0xfff7ffffe0000000
Test 1 failed (12 subtests, 2 failures)

My conclusion is that the test incorrectly handles SNaN:

{0xfff7ffffffffffff, 0xfff7ffffe0000000, 0b000}, // a SNaN

though Dolphin is incorrectly handling the other case (I previously linked the wrong line (the one for smallest positive single normal); this is the correct one):

{0x380fffffffffffff, 0x0000000000000000, 0b100}, // largest single subnormal

gxtest_tev randomly fails

Sometimes, the tev test fails.

Here's a log from real hardware (I quit partway in by pressing the HOME button): tev.txt

I don't have a consistent way of reproducing, but I've never seen it pass initially and then fail partway through; it's either consistently passing, or frequently failing. I've had this happen with #48, but also without it. (Unfortunately I'm not certain if the issue persists between builds, or happens inconsistently with the same elf file.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.