i have lots more failing tests than that, although I don’t see the 
PatternParserTest failure

  ClockFactoryTest.testCustomClock:82 expected:<class 
org.apache.logging.log4j.core.helpers.ClockFactoryTest$MyClock> but was:<class 
org.apache.logging.log4j.core.util.SystemClock>
  ThrowableProxyTest.testJsonIoContainer:52 expected: 
org.apache.logging.log4j.core.impl.ThrowableProxy<java.io.IOException: test> 
but was: org.apache.logging.log4j.core.impl.ThrowableProxy<java.io.IOException: 
test>
  JSONLayoutTest.testLocationOnCompactOnMdcOn:269->testAllFeatures:116 
expected: 
org.apache.logging.log4j.core.impl.ThrowableProxy<java.io.IOException: 
testIOEx> but was: 
org.apache.logging.log4j.core.impl.ThrowableProxy<java.io.IOException: testIOEx>
  JSONLayoutTest.testLocationOffCompactOffMdcOff:264->testAllFeatures:116 
expected: 
org.apache.logging.log4j.core.impl.ThrowableProxy<java.io.IOException: 
testIOEx> but was: 
org.apache.logging.log4j.core.impl.ThrowableProxy<java.io.IOException: testIOEx>
  XMLLayoutTest.testLocationOnCompactOnMdcOn:271->testAllFeatures:131 expected: 
org.apache.logging.log4j.core.impl.ThrowableProxy<java.io.IOException: 
testIOEx> but was: 
org.apache.logging.log4j.core.impl.ThrowableProxy<java.io.IOException: testIOEx>
  XMLLayoutTest.testLocationOffCompactOffMdcOff:266->testAllFeatures:131 
expected: 
org.apache.logging.log4j.core.impl.ThrowableProxy<java.io.IOException: 
testIOEx> but was: 
org.apache.logging.log4j.core.impl.ThrowableProxy<java.io.IOException: testIOEx>

Apache Maven 3.0.1 (r1038046; 2010-11-23 02:58:32-0800)
Java version: 1.6.0_65
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.9.2" arch: "x86_64" Family: “mac"

Ralph

On May 14, 2014, at 9:42 AM, Matt Sicker <[email protected]> wrote:

> Failed tests: 
>   ClockFactoryTest.testCustomClock:82 expected:<class 
> org.apache.logging.log4j.core.helpers.ClockFactoryTest$MyClock> but 
> was:<class org.apache.logging.log4j.core.util.SystemClock>
>   PatternParserTest.testCustomPattern:106 Expected to end with: INFO  
> [PatternParserTest        :96  ] - Hello, world
> . Actual: [20140514 11:39:40,302] INFO  [PatternParserTest        :95  ] - 
> Hello, world
> 
> Anyone else able to reproduce this? I just installed the JDK9 early access 
> release to test it out, and I'm not sure if this is due to JDK9 or a failing 
> test in general.
> 
> -- 
> Matt Sicker <[email protected]>

Reply via email to