You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, a single, simple test will fail under multi-threaded test running. Specifically:
cabal run -f devel test -- -p '/access-out-of-bounds-array/'
if ran 10x or so on an x64, it will fail. Both solc and the SMT solver (z3?) are being communicated via channels, so it makes no sense to me, it shouldn't be a file write race/hazard, as the case was with #555 . Something is odd.
The text was updated successfully, but these errors were encountered:
Sometimes, a single, simple test will fail under multi-threaded test running. Specifically:
if ran 10x or so on an x64, it will fail. Both
solc
and the SMT solver (z3
?) are being communicated via channels, so it makes no sense to me, it shouldn't be a file write race/hazard, as the case was with #555 . Something is odd.The text was updated successfully, but these errors were encountered: