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
A lot of tests fail presumably since 0.8.0.0 if CREATE_MISSING_GOLDEN isn't set, since creation of golden files is tested.
I can't figure out how to fix Test.Aeson.GenericSpecs/Test.Aeson.GenericSpecs: goldenADTSpecs/different random seed but byte-for-byte identical should pass (default setting). It fails like this:
Failures:
test/Test/Aeson/GenericSpecsSpec.hs:247:7:
1) Test.Aeson.GenericSpecs, Test.Aeson.GenericSpecs: goldenADTSpecs, different random seed but byte-for-byte identical should pass (default setting)
expected: 0
but got: 1
To rerun use: --match "/Test.Aeson.GenericSpecs/Test.Aeson.GenericSpecs: goldenADTSpecs/different random seed but byte-for-byte identical should pass (default setting)/"
Randomized with seed 1473818358
Attached is the golden directory after running the test: golden.zip
The text was updated successfully, but these errors were encountered:
I would swear I added a setEnv to force creation of missing golden files in the test suite when I changed this behavior, alas, I can’t find that change. I’ll look into this as as soon as I can get near my keyboard. Thanks for reporting it
CREATE_MISSING_GOLDEN
isn't set, since creation of golden files is tested.Test.Aeson.GenericSpecs/Test.Aeson.GenericSpecs: goldenADTSpecs/different random seed but byte-for-byte identical should pass (default setting)
. It fails like this:Attached is the
golden
directory after running the test: golden.zipThe text was updated successfully, but these errors were encountered: