Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Failing JDT UI tests


Sorry about that, these were indeed consequences of the fix for
https://bugs.eclipse.org/bugs/show_bug.cgi?id=80472

The ones in ExtractInterface were due to a subtle change I described in comment 18 of the bug above.

I've fixed all failures in HEAD.

Markus




Jerome Lanneluc/France/IBM@IBMFR
Sent by: jdt-core-dev-bounces@xxxxxxxxxxx

2005-11-17 14:52

Please respond to
"Eclipse JDT Core developers list." <jdt-core-dev@xxxxxxxxxxx>

To
jdt-core-dev@xxxxxxxxxxx
cc
Subject
[jdt-core-dev] Failing JDT UI tests





FYI, the following JDT UI tests are currently failing (when ran against JDT
Core HEAD):

- org.eclipse.jdt.ui.tests v20051116-1200
 +- org.eclipse.jdt.ui.tests.quickfix.UnresolvedTypesQuickFixTest
     +- testTypeInTypeArguments2()
     +- testParameterizedType2()

- org.eclipse. jdt.ui.tests.refactoring v20051115-0800
 +- org.eclipse.jdt.ui.tests.refactoring.ExtractInterfaceTests
     +- test102()
     +- test103()

I suspect that the changes in generic type bindings caused these failures.

_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev


Back to the top