reden created GLAZEDLISTS-586:
---------------------------------
Summary: AutoCompleteSupportTest.testFiringActionEvent failing
Key: GLAZEDLISTS-586
URL:
https://java.net/jira/browse/GLAZEDLISTS-586 Project: glazedlists
Issue Type: Bug
Components: swing
Environment: Travis builds
Reporter: reden
Assignee: jessewilson
The unit test AutoCompleteSupportTest.testFiringActionEvent() is (always?) failing under Java 1.8 on Travis builds. When running under 1.7 (always?) completes successfully.
I have not been able to replicate the error under 1.8 (_45 or _60) on Mac so it might be a Linux-specific issue.
{noformat}
[junit] Testcase: testFiringActionEvent(ca.odell.glazedlists.swing.AutoCompleteSupportTest): FAILED
[junit] expected:<null> but was:< Edward Island>
[junit] junit.framework.AssertionFailedError: expected:<null> but was:< Edward Island>
[junit] at ca.odell.glazedlists.swing.AutoCompleteSupportTest.testFiringActionEvent(AutoCompleteSupportTest.java:311)
[junit] at ca.odell.glazedlists.ExecutorStatement$1.run(ExecutorStatement.java:44)
[junit] at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
[junit] at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:749)
[junit] at java.awt.EventQueue.access$500(EventQueue.java:97)
[junit] at java.awt.EventQueue$3.run(EventQueue.java:702)
[junit] at java.awt.EventQueue$3.run(EventQueue.java:696)
[junit] at java.security.AccessController.doPrivileged(Native Method)
[junit] at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
[junit] at java.awt.EventQueue.dispatchEvent(EventQueue.java:719)
[junit] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
[junit] at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
[junit] at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
[junit] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
[junit] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
[junit] at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
{noformat}
Travis build link:
https://travis-ci.org/glazedlists/glazedlists/jobs/76691648To get Travis builds working, I'll go ahead and disable the test under 1.8 on Linux... but it could be a real issue that needs to be fixed.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)