-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Check for wide Python build in build-css-testsuites.sh #5504
Comments
Since csswg-test is now merged, I assume this is no longer relevant. |
Nah, we still have the build system here, and we probably want this for the sake of people who care about the CSS test harness. |
(It's also a few lines if someone sits down and fixes it!) |
CSS test suite build system requires Python UCS-4 support. Add this check in css/build-css-testsuites.sh. Fix: web-platform-tests#5504
If you don't mind, I'm going to fix this. I don't think it's hard to fix it. By checking if |
CSS test suite build system requires Python UCS-4 support. Add this check in css/build-css-testsuites.sh. Fixes: #5504
Originally posted as w3c/csswg-test#1245 by @gsnedders on 22 Mar 2017, 17:48 UTC:
The text was updated successfully, but these errors were encountered: