Re: [PATCH] tests: Fix test failures of Java tests on Cygwin
Paul Eggert <[email protected]> Mon, 4 Aug 2025 19:33:03 -0700
| Newsgroups | gmane.comp.parsers.bison.bugs |
|---|---|
| Organization | UCLA Computer Science Department |
| Message-ID | <[email protected]> |
Thanks for the bug report. Is there some less processey way to address
the issue? For example, can we exec the Java interpreter with the
argument -Dline.separator='\n', or call
System.setProperty("line.separator", "\n") early in the test?