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 - Failing org.netbeans.modules.cnd.makeproject.configurations.ConfigurationMakefileWriterTest.testDynLib_Cygwin_Windows
Summary: Failing org.netbeans.modules.cnd.makeproject.configurations.ConfigurationMake...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: Alexander Simon
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2015-01-30 12:51 UTC by Jiri Skrivanek
Modified: 2015-02-03 08:15 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 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