After running in the debugger I am guessing that this is failing because I am using Java 6 to compile and test. this.suppressedProxies is null while other.suppressedProxies is not. SuppressedExceptions don’t exist in Java 6 so I’m not sure why there would be any suppressed proxies.
Ralph On May 17, 2014, at 7:31 PM, Ralph Goers <[email protected]> wrote: > I just did a clean checkout and log4j-core fails with the following unit test > failures on my machine. > > RollingAppenderTimeTest.testAppender:76 No compressed files found > 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>
