Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build N20041126 (Timestamp: 200411260010):Automated JUnit testing complete. Test failures/errors occurred.


The failure in the jdt/core performance test testPerfFullBuild  is due to a file name longer than the 256 character limit on Windows. It contains a file name that has 121 characters (InlineConstantRefactoring$InlineTargetCompilationUnit$InitializerExpressionRelocationPreparer$InitializerTraversal.class) + the folder length (173 characters) is beyond the windows limit.

We will try to find the best solution to fix this issue.

Olivier

Back to the top