Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions botan-low/test/Test/Botan/Low/RNG.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,16 @@ tests = do
specs <- testSpec "spec_rng" spec_rng
pure $ testGroup "Test.Botan.Low.RNG" [
specs
#ifdef darwin_HOST_OS
-- TODO: temporarily disabled because the test suite fails. See issue
-- #33.
| False
#endif
]

rngs :: [RNGType]
rngs =
[ SystemRNG
, UserRNG
, UserThreadsafeRNG
#if x86_64_HOST_ARCH
, RDRandRNG -- NOTES: Not available on all processors
#endif
]

spec_rng :: Spec
Expand Down