Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Nebula CWT Tests are Failing

The build server was upgraded and that broke our build [1]. I have posted a question on the eclipse cross project mailing list.

Cheers,

Wim

[1] https://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg13909.html

On Tue, Dec 6, 2016 at 7:59 PM, Wim Jongman <wim.jongman@xxxxxxxxx> wrote:
Who broke it? It looks like a push from Dirk but that seems unrelated.

Weird.

On Tue, Dec 6, 2016 at 7:27 PM, Dunne, Donald G <donald.g.dunne@xxxxxxxxxx> wrote:

Can someone fix the CWT tests?

 

From: Dunne, Donald G
Sent: Monday, December 05, 2016 9:06 AM
To: Nebula Dev <nebula-dev@xxxxxxxxxxx>
Subject: Nebula CWT Tests are Failing

 

https://hudson.eclipse.org/nebula/job/nebula.stable.gerrit/111/console

 

-------------------------------------------------------

T E S T S

-------------------------------------------------------

Running org.eclipse.nebula.cwt.base.ReparentComboTest

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.966 sec <<< FAILURE! - in org.eclipse.nebula.cwt.base.ReparentComboTest

testReparentCombo(org.eclipse.nebula.cwt.base.ReparentComboTest)  Time elapsed: 0.904 sec  <<< ERROR!

org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException

         at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:62)

         at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:888)

         at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:120)

         at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:85)

         at org.eclipse.e4.core.contexts.ContextInjectionFactory.inject(ContextInjectionFactory.java:73)

         at org.eclipse.ui.internal.Workbench.createWorkbenchWindow(Workbench.java:1480)

         at org.eclipse.ui.internal.Workbench.getActiveWorkbenchWindow(Workbench.java:1453)

         at org.eclipse.ui.internal.services.WorkbenchSourceProvider.updateActiveShell(WorkbenchSourceProvider.java:943)

         at org.eclipse.ui.internal.services.WorkbenchSourceProvider.getCurrentState(WorkbenchSourceProvider.java:137)

         at org.eclipse.ui.internal.services.WorkbenchSourceProvider$6.handleEvent(WorkbenchSourceProvider.java:703)

         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

         at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1574)

         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1387)

         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1412)

         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1393)

         at org.eclipse.swt.widgets.Shell.gtk_focus_in_event(Shell.java:1349)

         at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2096)

         at org.eclipse.swt.widgets.Control.windowProc(Control.java:5534)

         at org.eclipse.swt.widgets.Display.windowProc(Display.java:4668)

         at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)

         at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:9106)

         at org.eclipse.swt.widgets.Display.eventProc(Display.java:1253)

         at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)

         at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2477)

         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3407)

         at org.eclipse.nebula.cwt.test.AbstractVTestCase$21.run(AbstractVTestCase.java:693)

         at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:187)

         at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:156)

         at org.eclipse.swt.widgets.Display.syncExec(Display.java:4590)

         at org.eclipse.nebula.cwt.test.AbstractVTestCase.syncExec(AbstractVTestCase.java:857)

         at org.eclipse.nebula.cwt.test.AbstractVTestCase.processEvents(AbstractVTestCase.java:691)

         at org.eclipse.nebula.cwt.test.AbstractVTestCase$23.run(AbstractVTestCase.java:748)

         at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:187)

         at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:156)

         at org.eclipse.swt.widgets.Display.syncExec(Display.java:4590)

         at org.eclipse.nebula.cwt.test.AbstractVTestCase.runBare(AbstractVTestCase.java:731)

 


_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev



Back to the top