Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potentially import more JSON tests #783

Open
gsnedders opened this issue Oct 27, 2016 · 1 comment
Open

Potentially import more JSON tests #783

gsnedders opened this issue Oct 27, 2016 · 1 comment

Comments

@gsnedders
Copy link

@nst has written a a nice JSON testsuite; this targets RFC 7159's definition of JSON rather than ECMA-404's, and obviously many tests don't apply given the source for JSON.parse is a string primitive rather than a bunch of bytes. We should, nevertheless, check that we have coverage for all of their tests that apply.

@devsnek
Copy link
Member

devsnek commented Nov 11, 2019

So far I found at least these cases aren't tested in test262:

  • -2.
  • -01
  • 0.e1
  • 2.e-3
  • 2.e+3
  • 2.e3
  • -012
  • 012
  • 1.

At this point would it make sense to still work on integrating JSONTestSuite into test262, or just add tests we find manually? (In the latter case, I'm not entirely sure where to put them)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants