Skip to content

Commit

Permalink
tests: ignore newer tests that fail due to existing properties of smo…
Browse files Browse the repository at this point in the history
…l-toml
  • Loading branch information
cyyynthia committed Jun 1, 2024
1 parent d8be034 commit 70c2cc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run-toml-test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ skip_decode=(
-skip='invalid/local-date/feb-30'
-skip='invalid/local-datetime/feb-30'
-skip='invalid/datetime/feb-30'
-skip='invalid/datetime/offset-overflow-hour'

# smol-toml does not support the entire 64-bit integer range
# This is not required by the specification, and smol-toml throws an appropriate error
Expand All @@ -44,6 +45,7 @@ skip_encode=(
-skip='valid/float/exponent'
-skip='valid/comment/tricky'
-skip='valid/spec/float-0'
-skip='valid/float/max-int'

# smol-toml does not support the entire 64-bit integer range
# This is not required by the specification, and smol-toml throws an appropriate error
Expand Down

0 comments on commit 70c2cc7

Please sign in to comment.