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 221261 - Failing tests in stable test distribution on Unix
Summary: Failing tests in stable test distribution on Unix
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: PC Unix
: P1 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2012-11-01 14:25 UTC by Jiri Skrivanek
Modified: 2013-02-27 08:12 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 2012-11-01 14:25:53 UTC
Please, fix failing tests. They fail only on Unix.

org.netbeans.modules.cnd.highlight.error.UnresolvedCpp11IdentifierTest.testBug220527
org.netbeans.modules.cnd.makeproject.Project_65_Test.testMakeProj65
org.netbeans.modules.cnd.utils.SuspendableFileChangeListenerTest.testCreateThenRemoveAsTwoEvents
org.netbeans.modules.cnd.utils.SuspendableFileChangeListenerTest.testParityNotSuspended
org.netbeans.modules.cnd.utils.SuspendableFileChangeListenerTest.testParitySuspended
org.netbeans.modules.cnd.utils.SuspendableFileChangeListenerTest.testRemoveThenCreateAsChange
org.netbeans.modules.nativeexecution.NbStartLocalTest.testShellCommandProcess
org.netbeans.modules.nativeexecution.NbStartLocalTest.testSimpleShortProcess
org.netbeans.modules.nativeexecution.NbStartLocalTest.testStartSuspendedProcess
org.netbeans.modules.nativeexecution.support.ShellSessionTest.testExecute

http://hudson4qe.cz.oracle.com/job/StableBTD-7.3/28/testReport/
http://hudson4qe.cz.oracle.com/job/_Temp-cnd/25/testReport/
Comment 1 Andrew Krasny 2012-11-01 15:26:27 UTC
The problem is that netbeans itself is in the path that contains spaces... 
This is a recent regression.
Comment 2 Andrew Krasny 2012-11-01 16:28:18 UTC
http://hg.netbeans.org/cnd-main/rev/0a835f7d4d7d
Comment 3 Quality Engineering 2012-11-02 03:28:06 UTC
Integrated into 'main-golden', will be available in build *201211020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0a835f7d4d7d
User: Andrew Krasny <akrasny@netbeans.org>
Log: #221261 - Failing tests in stable test distribution on Unix
Comment 5 Quality Engineering 2012-11-03 02:40:51 UTC
Integrated into 'main-golden', will be available in build *201211030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/287646342f26
User: Andrew Krasny <akrasny@netbeans.org>
Log: #221261 - Failing tests in stable test distribution on Unix

NbStartLocalTest addfix for the case when NB is in the path with space.
NbStartLocalTest increasing a timeout to wait for an effect of signal sending.
Comment 6 Quality Engineering 2012-11-05 03:19:34 UTC
Integrated into 'main-golden', will be available in build *201211050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/27b529bbb730
User: Andrew Krasny <akrasny@netbeans.org>
Log: #221261 - Failing tests in stable test distribution on Unix

testDestroyLocalInfiniteTasks on linux.
Comment 7 Andrew Krasny 2012-11-06 10:16:01 UTC
Jiri, 

could this bug be closed now? 
Should all the changesets be transplanted to the beta branch?
Comment 8 Jiri Skrivanek 2012-11-06 11:17:31 UTC
Yes, it can be closed as fixed. No need to transplant it to beta2 branch.