-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Backlog: Use ISO-8859-1 encoding in System test compilation tasks #300
Comments
With the changes, GIT does check out the system test source files in the correct encoding on z/OS, the compilation also works fine. Test: Test_grinder/job/Grinder/2340/console However, the tests fail to run as the encoding of the file
Need to investigate further to find out how to ensure the perl scripts that are part of the stf test repo get checked out by GIT in the correct format. |
Why ISO-8859-1 rather than UTF-8? |
Since |
Using
ISO-8859-1
encoding value for the system test compilation tasks allows system tests to be compiled without having the step to copy gitattributes.zos properties files in the common.xml script.We should get rid of the copy steps from the common.xml and update all the build files in openjdk-systemtest openj9-systemtest and stf repos to use
ISO-8859-1
as compilation encoding.This will mean we will also no longer require to set the
src-encoding
property in top.xmlThe text was updated successfully, but these errors were encountered: