http://bugs.winehq.org/show_bug.cgi?id=9180
Summary: Mauve test fails: gnu.testlet.java.io.BufferedWriter.Test Product: Wine Version: 0.9.42. Platform: Other URL: http://sourceware.org/mauve/ OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
When run with wine from git and latest Sun windows JRE, this test outputs the following:
FAIL: java.io.BufferedWriter.Test^M line 60: Did all chars make it through? [1] -- got I used to live right behind this super-cool bar in Chicago called Lounge Ax. They have the best music of pretty much anyplace in town with a great atmosphere and $1 Huber on tap. I go to tons of shows there, even though I moved.
but expected I used to live right behind this super-cool bar in Chicago called Lounge Ax. They have the best music of pretty much anyplace in town with a great atmosphere and $1 Huber on tap. I go to tons of shows there, even though I moved.^M
Evidently on Wine, the trailing carriage return (^M) is missing.
The source for the test is at http://sourceware.org/cgi-bin/cvsweb.cgi/mauve/gnu/testlet/java/io/BufferedW...
To repeat, see the instructions at http://wiki.winehq.org/LanguageTestSuites for downloading and setting up the test suite, then run it with
echo gnu.testlet.java.io.BufferedWriter.Test > tests wine .wine/drive_c/jre16/bin/java.exe -classpath mauve.jar RunnerProcess -debug < tests > log
and look at log with vi or cat -v. The source for this test is at http://sourceware.org/cgi-bin/cvsweb.cgi/mauve/gnu/testlet/java/io/BufferedW...
I'll try to boil this down further...