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 191799 - testSelectModelGetFunctions is failing
Summary: testSelectModelGetFunctions is failing
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2010-11-10 13:59 UTC by Egor Ushakov
Modified: 2010-11-13 06:39 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 Egor Ushakov 2010-11-10 13:59:48 UTC
testSelectModelGetFunctions is failing on solaris:

Function std::locale::has_facet from /usr/sfw/include/c++/3.4.3/bits/locale_classes.h:480:5/14093 not found in project /usr/sfw/include/c++/3.4.3
Comment 1 Vladimir Voskresensky 2010-11-10 17:32:57 UTC
we have problem like:
namespace NB {
    struct Outer {
        struct Inner;
        friend void foo();
    };
    
    struct Outer::Inner {
        friend void foo();
    };
}
let's see if it helps in test as well
http://hg.netbeans.org/cnd-main/rev/8ce8975e8187
Comment 2 Vladimir Voskresensky 2010-11-10 20:24:16 UTC
test is fixed => bug is fixed
Comment 3 Quality Engineering 2010-11-11 06:11:21 UTC
Integrated into 'main-golden', will be available in build *201011110000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8ce8975e8187
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #191799 -  testSelectModelGetFunctions is failing
Comment 4 Quality Engineering 2010-11-13 06:39:40 UTC
Integrated into 'main-golden', will be available in build *201011130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/61d09631dc9b
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: test for #191799: testSelectModelGetFunctions is failing