From: SourceForge.net <no...@so...> - 2009-02-04 22:16:07
|
Bugs item #2565638, was opened at 2009-02-04 16:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2565638&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interactions Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: IllegalStateException during testing on Hudson Initial Comment: [junit] Testsuite: edu.rice.cs.drjava.model.GlobalIndentTest [junit] Tests run: 11, Failures: 0, Errors: 1 [junit] ------------- Standard Output --------------- [junit] java.lang.IllegalStateException [junit] at edu.rice.cs.util.newjvm.AbstractMasterJVM.invokeSlave(AbstractMasterJVM.java:149) [junit] at edu.rice.cs.drjava.model.repl.newjvm.MainJVM._doStartup(MainJVM.java:690) [junit] at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.startInterpreterJVM(MainJVM.java:179) [junit] at edu.rice.cs.drjava.model.DefaultGlobalModel$3.run(DefaultGlobalModel.java:222) [junit] ------------- ---------------- --------------- [junit] Testcase: testIndentSameAsLineAboveAtEnd(edu.rice.cs.drjava.model.GlobalIndentTest): Caused an ERROR [junit] java.lang.InterruptedException [junit] edu.rice.cs.plt.lambda.WrappedException: java.lang.InterruptedException [junit] at edu.rice.cs.plt.swing.SwingUtil.invokeAndWait(SwingUtil.java:432) [junit] at edu.rice.cs.plt.swing.SwingUtil.showPopup(SwingUtil.java:540) [junit] at edu.rice.cs.plt.debug.PopupLogSink.write(PopupLogSink.java:55) [junit] at edu.rice.cs.plt.debug.TextLogSink.logError(TextLogSink.java:153) [junit] at edu.rice.cs.plt.debug.StandardLog.log(StandardLog.java:57) [junit] at edu.rice.cs.util.newjvm.AbstractMasterJVM.dispose(AbstractMasterJVM.java:246) [junit] at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.dispose(MainJVM.java:214) [junit] at edu.rice.cs.drjava.model.DefaultGlobalModel.dispose(DefaultGlobalModel.java:300) [junit] at edu.rice.cs.drjava.model.GlobalModelTestCase.tearDown(GlobalModelTestCase.java:134) [junit] Caused by: java.lang.InterruptedException [junit] at java.lang.Object.wait(Native Method) [junit] at java.lang.Object.wait(Object.java:474) [junit] at java.awt.EventQueue.invokeAndWait(EventQueue.java:848) [junit] at edu.rice.cs.plt.swing.SwingUtil.invokeAndWait(SwingUtil.java:431) [junit] [junit] [junit] Test edu.rice.cs.drjava.model.GlobalIndentTest FAILED ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2565638&group_id=44253 |