This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262509 - Failing org.netbeans.modules.cnd.utils.SuspendableFileChangeListenerTest
Summary: Failing org.netbeans.modules.cnd.utils.SuspendableFileChangeListenerTest
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: PC Linux
: P1 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-21 09:54 UTC by Jiri Skrivanek
Modified: 2016-06-22 12:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2016-06-21 09:54:15 UTC
Please, fix failing tests

org.netbeans.modules.cnd.utils.SuspendableFileChangeListenerTest.testRemoveThenCreateAsChange [localhost] org.netbeans.modules.cnd.utils.SuspendableFileChangeListenerTest.testParityNotSuspended [localhost] org.netbeans.modules.cnd.utils.SuspendableFileChangeListenerTest.testParitySuspended [localhost] org.netbeans.modules.cnd.utils.SuspendableFileChangeListenerTest.testCreateThenRemoveAsTwoEvents [localhost]

http://test4u.uk.oracle.com/job/StableBTD-trunk/lastCompletedBuild/testReport

java.io.IOException: Error getting host info for localhost
	at org.netbeans.modules.nativeexecution.api.util.HostInfoUtils.getHostInfo(HostInfoUtils.java:336)
	at org.netbeans.modules.nativeexecution.api.util.HostInfoUtils.getHostInfo(HostInfoUtils.java:294)
	at org.netbeans.modules.cnd.utils.SuspendableFileChangeListenerTest.isDisabled(SuspendableFileChangeListenerTest.java:74)
	at org.netbeans.modules.cnd.utils.SuspendableFileChangeListenerTest.testRemoveThenCreateAsChange(SuspendableFileChangeListenerTest.java:107)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Comment 1 Alexander Simon 2016-06-21 10:23:43 UTC
fixed, change set:
https://hg.netbeans.org/cnd-main/rev/21255201fd8f
Comment 2 Quality Engineering 2016-06-22 01:50:38 UTC
Integrated into 'main-silver', will be available in build *201606220002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/21255201fd8f
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #262509 Failing org.netbeans.modules.cnd.utils.SuspendableFileChangeListenerTest
Comment 3 Jiri Skrivanek 2016-06-22 12:47:15 UTC
Verified. Thanks.