Skip to content

Commit

Permalink
Mark PPC64 malloc-simple test as failing due to GaloisInc#350
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Nov 14, 2023
1 parent 52bae3c commit c8216e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/PPCTestMain.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ main = do
, testArchLoader = PPC.archLoader
, testExpectEquivalenceFailure =
[ "stack-struct", "unequal/stack-struct"
-- https://github.com/GaloisInc/pate/issues/327
-- https://github.com/GaloisInc/pate/issues/350
, "malloc-simple", "unequal/malloc-simple"
-- missing interactive test support
, "desync-defer", "desync-simple"
]
, testExpectSelfEquivalenceFailure = [
-- https://github.com/GaloisInc/pate/issues/327
-- https://github.com/GaloisInc/pate/issues/350
"malloc-simple"
]
-- TODO: we should define a section name here and read its address
Expand Down

0 comments on commit c8216e3

Please sign in to comment.