On Thu, Jan 15, 2009 at 6:47 PM, chunrong lai <[email protected]> wrote: > > It is also noted that Harmony can 100% pass the > org.eclipse.jdt.core.tests.builder test set if we > (1) Add the (newly downloaded)serializer.jar,xercesImpl.jar,xml-apis.jar > into the boot classpath directory of xalan.jar. > (2) Disable the function, stated as "required feature" by Pavel, to append > dependent jars into bootclasspath. > Both are related about the Class-Path Info extraction in manifest of a jar > file.
Very good. org.eclipse.jdt.core.tests.builder had the majority of errors. You mentioned in H6072 that Geronimo test suites might fail if we do (2) above. We probably need a workaround here. Thanks, xiaofeng > I added related comments to HARMONY-6072 and welcome your feedbacks. > > On Tue, Jan 13, 2009 at 5:28 PM, chunrong lai <[email protected]> wrote: >> >> Thanks. >> It is noted that I filed HARMONY-6072 to address this "duplicate entry" >> issue. >> >> On Thu, Jan 8, 2009 at 1:52 PM, Xiao-Feng Li <[email protected]> >> wrote: >>> >>> Haha, I saw lots of (if not all) same errors for >>> org.eclipse.jdt.core.tests.builder: >>> >>> Build path contains duplicate entry: >>> >>> 'D:harmony.cc/trunk/working_vm/build/windows_x86_msvc_release/deploy/jdk/jre/bin/default/gc_gen.jar' >>> for project 'Project1' >>> >>> If we solve it, we can remove more than half of the errors. >>> >>> Thanks, >>> xiaofeng >>> >>> On Wed, Jan 7, 2009 at 6:47 PM, Tim Ellison <[email protected]> >>> wrote: >>> > Thanks Chunrong. >>> > >>> > For ease of reading I have uploaded your html files here: >>> > http://people.apache.org/~tellison/HARMONY-6062/html/ >>> > >>> > Regards, >>> > Tim >>> > >>> > chunrong lai wrote: >>> >> After works on HARMONY-6020 now we get 98.42% pass rate for 26416 test >>> >> cases >>> >> when running EUT35 in win32 platform as below. >>> >> >>> >> Tests >>> >> Failures Errors Success rate >>> >> org.eclipse.ui.tests 2143 >>> >> 19 1 99.07% >>> >> org.eclipse.jdt.core.tests.model 11138 >>> >> 0 6 99.95% >>> >> org.eclipse.jdt.core.tests.compiler 10216 >>> >> 17 0 99.83% >>> >> org.eclipse.jdt.core.tests.builder 195 >>> >> 0 184 5.64% >>> >> org.eclipse.jdt.core.tests.performance 1 >>> >> 0 0 100.00% >>> >> org.eclipse.team.tests.core 17 >>> >> 0 0 100.00% >>> >> org.eclipse.update.tests 131 >>> >> 0 0 100.00% >>> >> org.eclipse.core.expressions.tests 98 >>> >> 0 0 100.00% >>> >> org.eclipse.osgi.tests 504 >>> >> 48 101 70.44% >>> >> org.eclipse.core.tests.resources 914 >>> >> 7 29 96.06% >>> >> org.eclipse.core.tests.runtime 389 >>> >> 1 0 99.74% >>> >> org.eclipse.compare.tests 80 >>> >> 0 0 100.00% >>> >> org.eclipse.ant.tests.core 85 >>> >> 0 0 100.00% >>> >> org.eclipse.releng.tests 5 >>> >> 0 0 100.00% >>> >> org.eclipse.jdt.text.tests 500 >>> >> 0 0 100.00% >>> >> >>> >> Totally: 26416 >>> >> 92 321 98.42% >>> >> >>> >> More details are posted in HARMONY-6062. >>> > >>> > >>> >>> >>> >>> -- >>> Managed Runtime Technology Center, Intel >> > > -- Managed Runtime Technology Center, Intel
