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 250122

Summary: Failing org.netbeans.modules.cnd.makeproject.configurations.ConfigurationMakefileWriterTest.testDynLib_Cygwin_Windows
Product: cnd Reporter: Jiri Skrivanek <jskrivanek>
Component: Project DiscoveryAssignee: Alexander Simon <alexvsimon>
Status: VERIFIED FIXED    
Severity: normal Keywords: TEST
Priority: P1    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2015-01-30 12:51:05 UTC
Please, fix failing org.netbeans.modules.cnd.makeproject.configurations.ConfigurationMakefileWriterTest.testDynLib_Cygwin_Windows.

expected:
\t${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libXxx.${CND_DLIB_EXT} ${OBJECTFILES} ${LDLIBSOPTIONS} -mno-cygwin -shared\n

but was:
\t${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libXxx.${CND_DLIB_EXT} ${OBJECTFILES} ${LDLIBSOPTIONS} -shared\n


http://test4u.cz.oracle.com/job/StableBTD-trunk/lastCompletedBuild/testReport/
Comment 1 Alexander Simon 2015-01-30 13:02:34 UTC
fixed, change set: 10391f5b4380