JMH 1.0 SNAPSHOT Failed ResultFormatTest

Aleksey Shipilev aleksey.shipilev at oracle.com
Fri Aug 15 20:55:44 UTC 2014


On 08/15/2014 11:13 PM, Bernd Eckenfels wrote:
> Anyway, when I run "mvn clean install" on Win7 with Mvn3.1.2 or 3.0.5
> and Oracle JDK 1.8.0_11 or 1.7.0_65 (x64) I get:
> 
> Failed tests:
>   ResultFormatTest.jsonTest_Stream:137->compare:109 Mismatch
> expected:<...         "rawData" :[ []> but was:<...
> "rawData" :[]> ResultFormatTest.jsonTest:123->compare:109 Mismatch
> expected:<...         "rawData" :[ []> but was:<...
> "rawData" :[]>

Yeah, that was our JSON tidy-er mistreating the CR symbol, which only
occurs on Windows. Fixed:
  http://hg.openjdk.java.net/code-tools/jmh/rev/892e9d690259

Tested it works on Windows 7. Confirm?

Thanks,
-Aleksey.



More information about the jmh-dev mailing list