Skip to content
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

PPC64 malloc-simple binary fails due to MissingTOCEntry failiure #350

Closed
RyanGlScott opened this issue Nov 14, 2023 · 0 comments
Closed
Labels
stale Review - close as 'wontfix' or integrate into other ticket

Comments

@RyanGlScott
Copy link
Contributor

After #349, the PPC32 malloc-simple test cases now pass. The PPC64 version of malloc-simple still fails, however:

$ cabal run pate-test-ppc -- -p malloc-simple
ppc
  equivalence
    tests/ppc/malloc-simple
      original-self: FAIL
        Exception: MissingTOCEntry 0x100002e0
        Use -p '/malloc-simple/&&/original-self/' to rerun this test only.
      patched-self:  FAIL
        Exception: MissingTOCEntry 0x100002e0
        Use -p '/malloc-simple/&&/patched-self/' to rerun this test only.
      equivalence:   FAIL
        Exception: MissingTOCEntry 0x100002e0
        Use -p '/malloc-simple/&&/tests\/ppc\/malloc-simple.equivalence/' to rerun this test only.
  inequivalence
    tests/ppc/unequal/malloc-simple
      equivalence:   FAIL
        Exception: MissingTOCEntry 0x100002e0
        Use -p '/malloc-simple/&&/tests\/ppc\/unequal\/malloc-simple.equivalence/' to rerun this test only.

4 out of 4 tests failed (2.02s)

We should investigate why.

RyanGlScott added a commit to RyanGlScott/pate that referenced this issue Nov 14, 2023
@thebendavis thebendavis added the stale Review - close as 'wontfix' or integrate into other ticket label May 31, 2024
@thebendavis thebendavis closed this as not planned Won't fix, can't repro, duplicate, stale May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Review - close as 'wontfix' or integrate into other ticket
Projects
None yet
Development

No branches or pull requests

2 participants