Skip to content

Commit

Permalink
Mark PPC32 malloc-simple test as expected to pass
Browse files Browse the repository at this point in the history
Fixes #165. Fixes #327.
  • Loading branch information
RyanGlScott authored and danmatichuk committed Nov 15, 2023
1 parent 980bf7e commit 6aa9b12
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/PPC32TestMain.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@ main = do
, testArchLoader = PPC.archLoader
, testExpectEquivalenceFailure =
[ "stack-struct", "unequal/stack-struct"
-- https://github.com/GaloisInc/pate/issues/327
, "malloc-simple", "unequal/malloc-simple"
]
, testExpectSelfEquivalenceFailure = [
-- https://github.com/GaloisInc/pate/issues/327
"malloc-simple"
]
, testExpectSelfEquivalenceFailure = []
-- TODO: we should define a section name here and read its address
-- from the ELF
-- see: https://github.com/GaloisInc/pate/issues/294
Expand Down

0 comments on commit 6aa9b12

Please sign in to comment.