[Bug 9180] New: Mauve test fails: gnu.testlet.java.io.BufferedWriter.Test

Wine Bugs wine-bugs at winehq.org
Fri Aug 3 19:35:53 CDT 2007


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 at winehq.org
        ReportedBy: dank at 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/BufferedWriter/?cvsroot=mauve

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/BufferedWriter/?cvsroot=mauve

I'll try to boil this down further...

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list