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

Conformance testing #38

Open
harendra-kumar opened this issue May 7, 2020 · 3 comments
Open

Conformance testing #38

harendra-kumar opened this issue May 7, 2020 · 3 comments

Comments

@harendra-kumar
Copy link
Member

harendra-kumar commented May 7, 2020

Need to implement unicode conformance testing. See https://www.unicode.org/reports/tr15/tr15-18.html#Conformance%20Testing .

@harendra-kumar
Copy link
Member Author

We use the unicode normalization test suite for testing, but we need to check if there are any more resources/ways to test so that testing is robust and complete. Does standard specify more ways to test?

@Bodigrim
Copy link
Collaborator

One could possibly modify QuickCheckUtils.hs to generate "more interesting" strings, with increased density of combining/decomposable characters.

@harendra-kumar
Copy link
Member Author

Yes, and we can do the same for testing against ICU. We have a testsuite that normalizes random strings using unicode-transforms and ICU both and then compares the results. There as well we need to check if we are using interesting strings.

@adithyaov adithyaov mentioned this issue May 11, 2020
3 tasks
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