Skip to content

Commit bc3c061

Browse files
committed
tomland testsuite failed
@tomjaguarpaw test/Test/Toml/Codec/Combinator/Common.hs:39:5: 1) Codec: unit and property tests for bidirectional codecs, Combinator spec, Combinator.Map: Roundtrip tests, Map Text [Int] (tableMap): decode . encode ≡ id failed after 95 tests and 13 shrinks. shrink path: 95:bCbKmSt5U2 ┏━━ test/Test/Toml/Codec/Combinator/Common.hs ━━━ 34 ┃ -> Gen a 35 ┃ -> SpecWith (Arg Expectation) 36 ┃ codecRoundtripWith dcode typeName mkCodec genA = it label $ hedgehog $ do 37 ┃ a <- forAll genA ┃ │ fromList [ ( "g_" , [ 0 ] ) , ( "g_.aa" , [ 0 ] ) ] 38 ┃ let codec = mkCodec "a" 39 ┃ tripping a (encode codec) (dcode codec) ┃ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ┃ │ ━━━ Intermediate ━━━ ┃ │ "\n[a]\n [[a.g_]]\n val = 0\n\n [[a.g_.aa]]\n val = 0\n" ┃ │ ━━━ - Original) (+ Roundtrip ━━━ ┃ │ - Right (fromList [ ( "g_" , [ 0 ] ) , ( "g_.aa" , [ 0 ] ) ]) ┃ │ + Right (fromList [ ( "g_" , [ 0 ] ) ]) 40 ┃ where 41 ┃ label :: String 42 ┃ label = typeName ++ ": decode . encode ≡ id" To rerun use: --match "/Codec: unit and property tests for bidirectional codecs/Combinator spec/Combinator.Map: Roundtr ip tests/Map Text [Int] (tableMap): decode . encode ≡ id/" --seed 914492039 Randomized with seed 914492039 Finished in 11.7681 seconds 272 examples, 1 failure, 2 pending
1 parent ed981be commit bc3c061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-constraints/lts-24-build-constraints.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6867,6 +6867,7 @@ expected-test-failures:
68676867
- nsis # Intermittent on non-Windows systems
68686868
- tdigest # 0.3.1 https://github.com/phadej/tdigest/issues/46
68696869
- text-icu # 0.8.0.5 https://github.com/haskell/text-icu/issues/103
6870+
- tomland
68706871
- tree-diff # 0.3.4 https://github.com/haskellari/tree-diff/issues/79
68716872
- wreq
68726873

0 commit comments

Comments
 (0)