Start testing: Mar 05 18:17 CET ---------------------------------------------------------- 1/22 Testing: astyletest 1/22 Test: astyletest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/formatters/tests/astyletest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/formatters/tests "astyletest" start time: Mar 05 18:17 CET Output: ---------------------------------------------------------- ********* Start testing of AstyleTest ********* Config: Using QTest library 4.7.1, Qt 4.7.1 PASS : AstyleTest::initTestCase() QDEBUG : AstyleTest::renameVariable() formatted source: "asdf" QDEBUG : AstyleTest::renameVariable() formatted source: "asdf" PASS : AstyleTest::renameVariable() QDEBUG : AstyleTest::overrideHelper() formatted source: " virtual void asdf();" QDEBUG : AstyleTest::overrideHelper() formatted source: "virtual void asdf();" PASS : AstyleTest::overrideHelper() QDEBUG : AstyleTest::varTypeAssistant() formatted source: "int " QDEBUG : AstyleTest::varTypeAssistant() formatted source: " int " PASS : AstyleTest::varTypeAssistant() PASS : AstyleTest::cleanupTestCase() Totals: 5 passed, 0 failed, 0 skipped ********* Finished testing of AstyleTest ********* Test time = 0.12 sec ---------------------------------------------------------- Test Passed. "astyletest" end time: Mar 05 18:17 CET "astyletest" time elapsed: 00:00:00 ---------------------------------------------------------- 2/22 Testing: parsertest 2/22 Test: parsertest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/parser/tests/parsertest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/parser/tests "parsertest" start time: Mar 05 18:17 CET Output: ---------------------------------------------------------- ********* Start testing of TestParser ********* Config: Using QTest library 4.7.1, Qt 4.7.1 QDEBUG : TestParser::initTestCase() KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work PASS : TestParser::initTestCase() PASS : TestParser::testSymbolTable() PASS : TestParser::testTokenTable() PASS : TestParser::testParser() PASS : TestParser::testTemplateArguments() PASS : TestParser::testManyComparisons() PASS : TestParser::testParserFail() PASS : TestParser::testPartialParseFail() PASS : TestParser::testParseMethod() PASS : TestParser::testForStatements() PASS : TestParser::testIfStatements() PASS : TestParser::testComments() PASS : TestParser::testComments2() PASS : TestParser::testComments3() PASS : TestParser::testComments4() PASS : TestParser::testComments5() PASS : TestParser::testComments6() PASS : TestParser::testPreprocessor() PASS : TestParser::testPreprocessorStringify() PASS : TestParser::testStringConcatenation() QDEBUG : TestParser::testEmptyInclude() "invalid include directive" PASS : TestParser::testEmptyInclude() PASS : TestParser::testCondition() PASS : TestParser::testNonTemplateDeclaration() PASS : TestParser::testInitListTrailingComma() PASS : TestParser::testAsmVolatile() PASS : TestParser::testIncrIdentifier() PASS : TestParser::testQProperty() PASS : TestParser::testCommentAfterFunctionCall() PASS : TestParser::cleanupTestCase() Totals: 29 passed, 0 failed, 0 skipped ********* Finished testing of TestParser ********* Test time = 1.28 sec ---------------------------------------------------------- Test Passed. "parsertest" end time: Mar 05 18:17 CET "parsertest" time elapsed: 00:00:01 ---------------------------------------------------------- 3/22 Testing: generatortest 3/22 Test: generatortest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/parser/tests/generatortest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/parser/tests "generatortest" start time: Mar 05 18:17 CET Output: ---------------------------------------------------------- ********* Start testing of TestGenerator ********* Config: Using QTest library 4.7.1, Qt 4.7.1 QDEBUG : TestGenerator::initTestCase() KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work QWARN : TestGenerator::initTestCase() WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kde4/share/apps/kdevplatform/sessions//{6895193d-8eae-4dcd-a6e7-586a10a700b9}/lock QWARN : TestGenerator::initTestCase() WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0/lock QDEBUG : TestGenerator::initTestCase() kdevplatform(18519)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version QDEBUG : TestGenerator::initTestCase() kdevplatform(18519)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0 has to be cleared." PASS : TestGenerator::initTestCase() PASS : TestGenerator::testIf() PASS : TestGenerator::testFor() PASS : TestGenerator::testDo() PASS : TestGenerator::testWhile() PASS : TestGenerator::testSwitch() PASS : TestGenerator::testClass() PASS : TestGenerator::testTemplateClass() PASS : TestGenerator::testMethod() PASS : TestGenerator::testIntegralTypes() PASS : TestGenerator::testArrayType() PASS : TestGenerator::testEnum() PASS : TestGenerator::testPublicFlags() PASS : TestGenerator::testDeclareStruct() PASS : TestGenerator::testVariableDeclaration() PASS : TestGenerator::testFriendDeclaration() PASS : TestGenerator::testUsingDeclarationInTemplate() PASS : TestGenerator::testDeclareUsingNamespace2() PASS : TestGenerator::testFunctionDefinition3() PASS : TestGenerator::testTemplateEnums() PASS : TestGenerator::testDynamicArray() PASS : TestGenerator::testSmartPointer() PASS : TestGenerator::testSimpleExpression() PASS : TestGenerator::testThis() PASS : TestGenerator::testCasts() PASS : TestGenerator::testOperators() PASS : TestGenerator::testEmptyFor() PASS : TestGenerator::cleanupTestCase() Totals: 28 passed, 0 failed, 0 skipped ********* Finished testing of TestGenerator ********* Test time = 0.24 sec ---------------------------------------------------------- Test Passed. "generatortest" end time: Mar 05 18:17 CET "generatortest" time elapsed: 00:00:00 ---------------------------------------------------------- 4/22 Testing: pooltest 4/22 Test: pooltest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/parser/tests/pooltest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/parser/tests "pooltest" start time: Mar 05 18:17 CET Output: ---------------------------------------------------------- ********* Start testing of TestPool ********* Config: Using QTest library 4.7.1, Qt 4.7.1 PASS : TestPool::initTestCase() PASS : TestPool::testSimpleAllocation() PASS : TestPool::testObjectAllocation() PASS : TestPool::testNewBlockAllocation() PASS : TestPool::testWastedMemoryDueToBlockAllocation() PASS : TestPool::testStdlibCompliance() PASS : TestPool::cleanupTestCase() Totals: 7 passed, 0 failed, 0 skipped ********* Finished testing of TestPool ********* Test time = 0.01 sec ---------------------------------------------------------- Test Passed. "pooltest" end time: Mar 05 18:17 CET "pooltest" time elapsed: 00:00:00 ---------------------------------------------------------- 5/22 Testing: cppexpressionparsertest 5/22 Test: cppexpressionparsertest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/cppduchain/tests/cppexpressionparsertest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/cppduchain/tests "cppexpressionparsertest" start time: Mar 05 18:17 CET Output: ---------------------------------------------------------- ********* Start testing of TestExpressionParser ********* Config: Using QTest library 4.7.1, Qt 4.7.1 QDEBUG : TestExpressionParser::initTestCase() KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work QWARN : TestExpressionParser::initTestCase() WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kde4/share/apps/kdevplatform/sessions//{6895193d-8eae-4dcd-a6e7-586a10a700b9}/lock QWARN : TestExpressionParser::initTestCase() WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0/lock QDEBUG : TestExpressionParser::initTestCase() kdevplatform(18536)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version QDEBUG : TestExpressionParser::initTestCase() kdevplatform(18536)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0 has to be cleared." PASS : TestExpressionParser::initTestCase() PASS : TestExpressionParser::testIntegralType() PASS : TestExpressionParser::testSimpleExpression() PASS : TestExpressionParser::testTypeConversion() PASS : TestExpressionParser::testTypeConversion2() PASS : TestExpressionParser::testTypeConversionWithTypedefs() PASS : TestExpressionParser::testSmartPointer() PASS : TestExpressionParser::testCasts() PASS : TestExpressionParser::testEnum() PASS : TestExpressionParser::testBaseClasses() PASS : TestExpressionParser::testTemplatesSimple() PASS : TestExpressionParser::testTemplates() "" New Context "Global" 0x394a990 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class C" [ "C" ] 0x3729ed0 (internal ctx 0x268f070 ) [ (0, 6) -> (0, 7) ] , defined, 1 use(s). " " File: "file:///internal/10" " " Use: [ (0, 84) -> (0, 85) ] " " Declaration: "class B" [ "B" ] 0x3951820 (internal ctx 0x3b641a0 ) [ (0, 58) -> (0, 59) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x268f070 " "C" " [ "" ] [ (0, 8) -> (0, 50) ] " " 2 Declarations, 3 child-contexts " " ==import==> Context "Template" 0x3b64200 " "" " [ "" ] [ (0, 28) -> (0, 35) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3951b60 " "test" " [ "test" ] [ (0, 44) -> (0, 44) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3b64200 " "" " [ "" ] [ (0, 28) -> (0, 35) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3952700 " "test" " [ "test" ] [ (0, 46) -> (0, 48) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3951b60 " "test" " [ "test" ] [ (0, 44) -> (0, 44) ] " " 0 Declarations, 0 child-contexts " " skipping "C" because it was already printed " " ==import==> Context "Class" 0x3b641a0 " "B" " [ "" ] [ (0, 60) -> (0, 92) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x268f9c0 " "test" " [ "test" ] [ (0, 81) -> (0, 81) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3951460 " "test" " [ "test" ] [ (0, 83) -> (0, 90) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x268f9c0 " "test" " [ "test" ] [ (0, 81) -> (0, 81) ] " " 0 Declarations, 0 child-contexts PASS : TestExpressionParser::testTemplates2() PASS : TestExpressionParser::testOperators() "" New Context "Global" 0x2692b30 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "T test (T)" [ "test" ] 0x2693660 (internal ctx 0x3b64200 ) [ (0, 20) -> (0, 24) ] , defined, 0 use(s). " " ==import==> Context "Template" 0x1051250 " "" " [ "" ] [ (0, 9) -> (0, 16) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3954090 " "test" " [ "test" ] [ (0, 25) -> (0, 28) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x1051250 " "" " [ "" ] [ (0, 9) -> (0, 16) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b64200 " "test" " [ "test" ] [ (0, 30) -> (0, 32) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3954090 " "test" " [ "test" ] [ (0, 25) -> (0, 28) ] " " 1 Declarations, 0 child-contexts " " skipping "" because it was already printed PASS : TestExpressionParser::testTemplateFunctions() PASS : TestExpressionParser::testThis() PASS : TestExpressionParser::testArray() PASS : TestExpressionParser::testDynamicArray() PASS : TestExpressionParser::cleanupTestCase() Totals: 19 passed, 0 failed, 0 skipped ********* Finished testing of TestExpressionParser ********* DUContextData::m_uses There were items left on destruction: 1 TopDUContextData::m_usedDeclarationIds There were items left on destruction: 1 DUContextData::m_childContexts There were items left on destruction: 1 Test time = 0.37 sec ---------------------------------------------------------- Test Passed. "cppexpressionparsertest" end time: Mar 05 18:17 CET "cppexpressionparsertest" time elapsed: 00:00:00 ---------------------------------------------------------- 6/22 Testing: duchaintest 6/22 Test: duchaintest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/cppduchain/tests/duchaintest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/cppduchain/tests "duchaintest" start time: Mar 05 18:17 CET Output: ---------------------------------------------------------- ********* Start testing of TestDUChain ********* Config: Using QTest library 4.7.1, Qt 4.7.1 QDEBUG : TestDUChain::initTestCase() KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work QWARN : TestDUChain::initTestCase() WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kde4/share/apps/kdevplatform/sessions//{6895193d-8eae-4dcd-a6e7-586a10a700b9}/lock QWARN : TestDUChain::initTestCase() WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0/lock QDEBUG : TestDUChain::initTestCase() kdevplatform(18553)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version QDEBUG : TestDUChain::initTestCase() kdevplatform(18553)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0 has to be cleared." PASS : TestDUChain::initTestCase() PASS : TestDUChain::testTypeof() PASS : TestDUChain::testIdentifiers() PASS : TestDUChain::testContextRelationships() PASS : TestDUChain::testDeclareInt() PASS : TestDUChain::testIntegralTypes() PASS : TestDUChain::testConversionReturn() PASS : TestDUChain::testArrayType() PASS : TestDUChain::testDeclareFor() PASS : TestDUChain::testVariableDeclaration() PASS : TestDUChain::testDeclareStruct() "" New Context "Global" 0x43ccd80 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " A" [ "A" ] 0x35526d0 (internal ctx 0x41b7220 ) [ (0, 10) -> (0, 11) ] , no definition, 1 use(s). " " File: "/internal/12" " " Use: [ (0, 59) -> (0, 60) ] " " Declaration: " A" [ "A" ] 0x41b77c0 (internal ctx 0x47fbe00 ) [ (0, 49) -> (0, 50) ] , no definition, 1 use(s). " " File: "/internal/12" " " Use: [ (0, 59) -> (0, 60) ] " " ==import==> Context "Namespace" 0x41b7220 " "A" " [ "A" ] [ (0, 12) -> (0, 38) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Class" 0x41b7840 " "B" " [ "A" ] [ (0, 22) -> (0, 34) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Namespace" 0x47fbe00 " "A" " [ "A" ] [ (0, 51) -> (0, 73) ] " " 0 Declarations, 1 child-contexts " " ==import==> Context "Helper" 0x47fbfb0 " "B" " [ "A::B" ] [ (0, 53) -> (0, 70) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Class" 0x41b7840 " "B" " [ "A" ] [ (0, 22) -> (0, 34) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x47fc480 " "C" " [ "A::B" ] [ (0, 67) -> (0, 70) ] " " 0 Declarations, 0 child-contexts PASS : TestDUChain::testDeclareStructInNamespace() PASS : TestDUChain::testDeclareClass() PASS : TestDUChain::testDeclareFriend() PASS : TestDUChain::testDeclareNamespace() PASS : TestDUChain::testDeclareNamespace2() PASS : TestDUChain::testGlobalNamespaceAlias() PASS : TestDUChain::testGlobalNamespaceAliasCycle() "" New Context "Global" 0x43cc660 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " foo" [ "foo" ] 0x43cef00 (internal ctx 0x43cdc70 ) [ (0, 10) -> (0, 13) ] , no definition, 1 use(s). " " File: "/internal/21" " " Use: [ (0, 59) -> (0, 62) ] " " Declaration: "int test ()" [ "test" ] 0x47fbf40 (internal ctx 0x2b38dd0 ) [ (0, 33) -> (0, 37) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x43cdc70 " "foo" " [ "foo" ] [ (0, 14) -> (0, 28) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x3559700 " "bar" " [ "foo::bar" ] [ (0, 24) -> (0, 24) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x43cec10 " "test" " [ "test" ] [ (0, 38) -> (0, 38) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x2b38dd0 " "test" " [ "test" ] [ (0, 40) -> (0, 78) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x43cec10 " "test" " [ "test" ] [ (0, 38) -> (0, 38) ] " " 0 Declarations, 0 child-contexts XFAIL : TestDUChain::testLocalNamespaceAlias() Local namespace aliases currently don't work, bug 207548 Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/languages/cpp/cppduchain/tests/test_duchain.cpp(2558)] PASS : TestDUChain::testLocalNamespaceAlias() PASS : TestDUChain::testDeclareUsingNamespace() PASS : TestDUChain::testUsingDeclaration() PASS : TestDUChain::testUsingDeclarationInTemplate() PASS : TestDUChain::testDeclareUsingNamespace2() PASS : TestDUChain::testUsingGlobalNamespaceAlias() PASS : TestDUChain::testUsingGlobalNamespaceAliasCycle() PASS : TestDUChain::testSearchAcrossNamespace() PASS : TestDUChain::testSearchAcrossNamespace2() PASS : TestDUChain::testSearchAcrossNamespace3() PASS : TestDUChain::testADL() PASS : TestDUChain::testADLClassType() PASS : TestDUChain::testADLFunctionType() "" New Context "Global" 0x2b387d0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " foo" [ "foo" ] 0x2b390a0 (internal ctx 0x4198c80 ) [ (0, 10) -> (0, 13) ] , no definition, 1 use(s). " " File: "/internal/40" " " Use: [ (0, 84) -> (0, 87) ] " " Declaration: "int test ()" [ "test" ] 0x419ba00 (internal ctx 0x41982e0 ) [ (0, 70) -> (0, 74) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x4198c80 " "foo" " [ "foo" ] [ (0, 14) -> (0, 66) ] " " 3 Declarations, 5 child-contexts " " ==import==> Context "Class" 0x419bbc0 " "A" " [ "foo" ] [ (0, 25) -> (0, 27) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x43cdcd0 " "bar" " [ "foo::bar" ] [ (0, 37) -> (0, 44) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4198700 " "bar" " [ "foo::bar" ] [ (0, 46) -> (0, 48) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x43cdcd0 " "bar" " [ "foo::bar" ] [ (0, 37) -> (0, 44) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x43cee80 " "f" " [ "foo::f" ] [ (0, 56) -> (0, 61) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4197fe0 " "f" " [ "foo::f" ] [ (0, 63) -> (0, 65) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x43cee80 " "f" " [ "foo::f" ] [ (0, 56) -> (0, 61) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4198140 " "test" " [ "test" ] [ (0, 75) -> (0, 75) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x41982e0 " "test" " [ "test" ] [ (0, 77) -> (0, 94) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4198140 " "test" " [ "test" ] [ (0, 75) -> (0, 75) ] " " 0 Declarations, 0 child-contexts PASS : TestDUChain::testADLFunctionByName() PASS : TestDUChain::testADLEnumerationType() "" New Context "Global" 0x419b990 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " foo" [ "foo" ] 0x43cee80 (internal ctx 0x2b3c0e0 ) [ (0, 10) -> (0, 13) ] , no definition, 1 use(s). " " File: "/internal/43" " " Use: [ (0, 84) -> (0, 87) ] " " Declaration: "int test ()" [ "test" ] 0x419b4b0 (internal ctx 0x419b6f0 ) [ (0, 70) -> (0, 74) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x2b3c0e0 " "foo" " [ "foo" ] [ (0, 14) -> (0, 66) ] " " 2 Declarations, 3 child-contexts " " ==import==> Context "Class" 0x2b390e0 " "A" " [ "foo" ] [ (0, 25) -> (0, 40) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4197b90 " "bar" " [ "foo::bar" ] [ (0, 51) -> (0, 60) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x43cd980 " "bar" " [ "foo::bar" ] [ (0, 62) -> (0, 64) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4197b90 " "bar" " [ "foo::bar" ] [ (0, 51) -> (0, 60) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x419b5d0 " "test" " [ "test" ] [ (0, 75) -> (0, 75) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x419b6f0 " "test" " [ "test" ] [ (0, 77) -> (0, 102) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x419b5d0 " "test" " [ "test" ] [ (0, 75) -> (0, 75) ] " " 0 Declarations, 0 child-contexts XFAIL : TestDUChain::testADLClassMembers() ADL for class members doesn't work Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/languages/cpp/cppduchain/tests/test_duchain.cpp(2050)] PASS : TestDUChain::testADLClassMembers() "" New Context "Global" 0x43cc650 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " foo" [ "foo" ] 0x41b7570 (internal ctx 0x419b450 ) [ (0, 10) -> (0, 13) ] , no definition, 1 use(s). " " File: "/internal/44" " " Use: [ (0, 113) -> (0, 116) ] " " Declaration: "int test ()" [ "test" ] 0x4198ac0 (internal ctx 0x41994e0 ) [ (0, 81) -> (0, 85) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x419b450 " "foo" " [ "foo" ] [ (0, 14) -> (0, 77) ] " " 2 Declarations, 3 child-contexts " " ==import==> Context "Class" 0x2b388e0 " "A" " [ "foo" ] [ (0, 25) -> (0, 46) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x4198a40 " "mem_fun" " [ "foo::mem_fun" ] [ (0, 40) -> (0, 40) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x43cd940 " "mem_fun" " [ "foo::mem_fun" ] [ (0, 42) -> (0, 44) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4198a40 " "mem_fun" " [ "foo::mem_fun" ] [ (0, 40) -> (0, 40) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4197c10 " "bar" " [ "foo::bar" ] [ (0, 57) -> (0, 71) ] " " 2 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x4199600 " "" " [ "foo::bar" ] [ (0, 70) -> (0, 70) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4197c10 " "bar" " [ "foo::bar" ] [ (0, 57) -> (0, 71) ] " " 2 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x4199600 " "" " [ "foo::bar" ] [ (0, 70) -> (0, 70) ] " " 0 Declarations, 0 child-contexts " " skipping "foo::bar" because it was already printed " " ==import==> Context "Other" 0x4198f20 " "bar" " [ "foo::bar" ] [ (0, 73) -> (0, 75) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4199600 " "" " [ "foo::bar" ] [ (0, 70) -> (0, 70) ] " " 0 Declarations, 0 child-contexts " " skipping "foo::bar" because it was already printed " " ==import==> Context "Function" 0x4199110 " "test" " [ "test" ] [ (0, 86) -> (0, 86) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x41994e0 " "test" " [ "test" ] [ (0, 88) -> (0, 139) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4199110 " "test" " [ "test" ] [ (0, 86) -> (0, 86) ] " " 0 Declarations, 0 child-contexts XFAIL : TestDUChain::testADLMemberFunction() ADL for class members doesn't work Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/languages/cpp/cppduchain/tests/test_duchain.cpp(2068)] PASS : TestDUChain::testADLMemberFunction() "" New Context "Global" 0x47fbee0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " foo" [ "foo" ] 0x43cc2c0 (internal ctx 0x2b38f10 ) [ (0, 10) -> (0, 13) ] , no definition, 1 use(s). " " File: "/internal/45" " " Use: [ (0, 86) -> (0, 89) ] " " Declaration: "int test ()" [ "test" ] 0x41992a0 (internal ctx 0x419bac0 ) [ (0, 72) -> (0, 76) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x2b38f10 " "foo" " [ "foo" ] [ (0, 14) -> (0, 68) ] " " 2 Declarations, 3 child-contexts " " ==import==> Context "Class" 0x47fbe70 " "A" " [ "foo" ] [ (0, 25) -> (0, 45) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x419ba40 " "f" " [ "foo::f" ] [ (0, 34) -> (0, 39) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4198520 " "f" " [ "foo::f" ] [ (0, 41) -> (0, 43) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x419ba40 " "f" " [ "foo::f" ] [ (0, 34) -> (0, 39) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4198a80 " "bar" " [ "foo::bar" ] [ (0, 55) -> (0, 62) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x41995a0 " "bar" " [ "foo::bar" ] [ (0, 64) -> (0, 66) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4198a80 " "bar" " [ "foo::bar" ] [ (0, 55) -> (0, 62) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4199370 " "test" " [ "test" ] [ (0, 77) -> (0, 77) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x419bac0 " "test" " [ "test" ] [ (0, 79) -> (0, 99) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4199370 " "test" " [ "test" ] [ (0, 77) -> (0, 77) ] " " 0 Declarations, 0 child-contexts XFAIL : TestDUChain::testADLMemberFunctionByName() ADL for class members doesn't work Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/languages/cpp/cppduchain/tests/test_duchain.cpp(2114)] PASS : TestDUChain::testADLMemberFunctionByName() "" New Context "Global" 0x4197230 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " foo" [ "foo" ] 0x41971a0 (internal ctx 0x419bbc0 ) [ (0, 10) -> (0, 13) ] , no definition, 1 use(s). " " File: "/internal/47" " " Use: [ (0, 75) -> (0, 78) ] " " Declaration: "int test ()" [ "test" ] 0x419ba10 (internal ctx 0x4196d10 ) [ (0, 66) -> (0, 70) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x419bbc0 " "foo" " [ "foo" ] [ (0, 14) -> (0, 62) ] " " 2 Declarations, 3 child-contexts " " ==import==> Context "Class" 0x47fbde0 " "A" " [ "foo" ] [ (0, 25) -> (0, 28) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x41990b0 " "operator+" " [ "foo::operator+" ] [ (0, 43) -> (0, 56) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4197c00 " "operator+" " [ "foo::operator+" ] [ (0, 58) -> (0, 60) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x41990b0 " "operator+" " [ "foo::operator+" ] [ (0, 43) -> (0, 56) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4196bf0 " "test" " [ "test" ] [ (0, 71) -> (0, 71) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4196d10 " "test" " [ "test" ] [ (0, 73) -> (0, 101) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4196bf0 " "test" " [ "test" ] [ (0, 71) -> (0, 71) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x4198bf0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " foo" [ "foo" ] 0x43cd980 (internal ctx 0x43cdcd0 ) [ (0, 10) -> (0, 13) ] , no definition, 1 use(s). " " File: "/internal/48" " " Use: [ (0, 70) -> (0, 73) ] " " Declaration: "int test ()" [ "test" ] 0x2b39770 (internal ctx 0x4198350 ) [ (0, 61) -> (0, 65) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x43cdcd0 " "foo" " [ "foo" ] [ (0, 14) -> (0, 57) ] " " 2 Declarations, 3 child-contexts " " ==import==> Context "Class" 0x4197a70 " "A" " [ "foo" ] [ (0, 25) -> (0, 28) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x43cc650 " "operator-" " [ "foo::operator-" ] [ (0, 43) -> (0, 51) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x2b3c2b0 " "operator-" " [ "foo::operator-" ] [ (0, 53) -> (0, 55) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x43cc650 " "operator-" " [ "foo::operator-" ] [ (0, 43) -> (0, 51) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4198660 " "test" " [ "test" ] [ (0, 66) -> (0, 66) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4198350 " "test" " [ "test" ] [ (0, 68) -> (0, 93) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4198660 " "test" " [ "test" ] [ (0, 66) -> (0, 66) ] " " 0 Declarations, 0 child-contexts PASS : TestDUChain::testADLOperators() PASS : TestDUChain::testADLNameAlias() PASS : TestDUChain::testADLTemplateArguments() PASS : TestDUChain::testADLTemplateTemplateArguments() PASS : TestDUChain::testTemplateEnums() PASS : TestDUChain::testIntegralTemplates() PASS : TestDUChain::testTypedef() PASS : TestDUChain::testTypedefUnsignedInt() "" New Context "Global" 0x4199720 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "function int* () " [ "" ] 0x4199660 (internal ctx 0x41996e0 ) [ (0, 12) -> (0, 21) ] , no definition, 0 use(s). " " Declaration: "func func" [ "func" ] 0x41996a0 (internal ctx 0x0 ) [ (0, 14) -> (0, 18) ] , defined, 1 use(s). " " File: "/internal/68" " " Use: [ (0, 23) -> (0, 27) ] " " Declaration: "func f" [ "f" ] 0x43cc6b0 (internal ctx 0x0 ) [ (0, 28) -> (0, 29) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x41996e0 " "" " [ "" ] [ (0, 20) -> (0, 20) ] " " 0 Declarations, 0 child-contexts XFAIL : TestDUChain::testTypedefFuncptr() three instead of two declarations are created, since the AST contains two DeclaratorASTs for the func ptr in the typedef Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/languages/cpp/cppduchain/tests/test_duchain.cpp(3323)] PASS : TestDUChain::testTypedefFuncptr() PASS : TestDUChain::testTemplateDependentClass() PASS : TestDUChain::testTemplateFunctions() PASS : TestDUChain::testTypedefUses() PASS : TestDUChain::testTemplateReference() PASS : TestDUChain::testSimplifiedTypeString() PASS : TestDUChain::testSourceCodeInsertion() PASS : TestDUChain::testTemplates() PASS : TestDUChain::testTemplates2() PASS : TestDUChain::testTemplates3() PASS : TestDUChain::testTemplates4() PASS : TestDUChain::testTemplatesRebind() PASS : TestDUChain::testTemplatesRebind2() PASS : TestDUChain::testTemplateDefaultParameters() PASS : TestDUChain::testTemplateParameters() PASS : TestDUChain::testFunctionTemplates() PASS : TestDUChain::testContextAssignment() XFAIL : TestDUChain::testSpecializedTemplates() The uses of T are not reported when we define the default implementation outside the class body Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/languages/cpp/cppduchain/tests/test_duchain.cpp(3470)] PASS : TestDUChain::testSpecializedTemplates() PASS : TestDUChain::testFunctionDefinition() PASS : TestDUChain::testFunctionDefinition2() PASS : TestDUChain::testFunctionDefinition3() PASS : TestDUChain::testFunctionDefinition4() PASS : TestDUChain::testFunctionDefinition5() PASS : TestDUChain::testFunctionDefinition6() PASS : TestDUChain::testMetaProgramming() PASS : TestDUChain::testMetaProgramming2() PASS : TestDUChain::testMetaProgramming3() PASS : TestDUChain::testSignalSlotDeclaration() PASS : TestDUChain::testSignalSlotUse() PASS : TestDUChain::testBaseClasses() PASS : TestDUChain::testForwardDeclaration() PASS : TestDUChain::testForwardDeclaration2() PASS : TestDUChain::testForwardDeclaration3() PASS : TestDUChain::testForwardDeclaration4() PASS : TestDUChain::testTemplateForwardDeclaration() PASS : TestDUChain::testTemplateForwardDeclaration2() PASS : TestDUChain::testTemplateRecursiveInstantiation() PASS : TestDUChain::testTemplateInternalSearch() PASS : TestDUChain::testTemplateImplicitInstantiations() PASS : TestDUChain::testStringSets() PASS : TestDUChain::testAssignedContexts() PASS : TestDUChain::testTryCatch() PASS : TestDUChain::testIndexedStrings() PASS : TestDUChain::testEnum() PASS : TestDUChain::testCaseUse() PASS : TestDUChain::testConstructorOperatorUses() PASS : TestDUChain::testSizeofUse() PASS : TestDUChain::testDefinitionUse() "" New Context "Global" 0x4a6e5b0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct Fruk" [ "Fruk" ] 0x4a870b0 (internal ctx 0x4a99740 ) [ (0, 25) -> (0, 29) ] , defined, 1 use(s). " " File: "/internal/144" " " Use: [ (0, 102) -> (0, 106) ] " " Declaration: "Fruk< int > f" [ "f" ] 0x4a6de40 (internal ctx 0x0 ) [ (0, 71) -> (0, 72) ] , defined, 1 use(s). " " File: "/internal/144" " " Use: [ (0, 110) -> (0, 111) ] " " Declaration: "void test ()" [ "test" ] 0x4a94f40 (internal ctx 0x4a6b4f0 ) [ (0, 79) -> (0, 83) ] , defined, 0 use(s). " " ==import==> Context "Template" 0x4c2f350 " "" " [ "" ] [ (0, 9) -> (0, 16) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x4a99740 " "Fruk" " [ "" ] [ (0, 30) -> (0, 59) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Template" 0x4c2f350 " "" " [ "" ] [ (0, 9) -> (0, 16) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x418c490 " "operator[]" " [ "operator[]" ] [ (0, 52) -> (0, 55) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4a6e600 " "test" " [ "test" ] [ (0, 84) -> (0, 84) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4a6b4f0 " "test" " [ "test" ] [ (0, 85) -> (0, 120) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4a6e600 " "test" " [ "test" ] [ (0, 84) -> (0, 84) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x4a6cea0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct foo" [ "foo" ] 0x4a71cf0 (internal ctx 0x4a6e6e0 ) [ (0, 7) -> (0, 10) ] , defined, 1 use(s). " " File: "/internal/147" " " Use: [ (0, 35) -> (0, 38) ] " " Use: [ (1, 13) -> (1, 16) ] " " Use: [ (1, 21) -> (1, 24) ] " " Declaration: "int main ()" [ "main" ] 0x4198a50 (internal ctx 0x4a72820 ) [ (1, 4) -> (1, 8) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x4a6e6e0 " "foo" " [ "" ] [ (0, 11) -> (0, 44) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x4a6e720 " "operator==" " [ "operator==" ] [ (0, 29) -> (0, 39) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4a71ca0 " "operator==" " [ "operator==" ] [ (0, 40) -> (0, 42) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4a6e720 " "operator==" " [ "operator==" ] [ (0, 29) -> (0, 39) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4a6ac60 " "main" " [ "main" ] [ (1, 9) -> (1, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4a72820 " "main" " [ "main" ] [ (1, 11) -> (3, 30) ] " " 4 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4a6ac60 " "main" " [ "main" ] [ (1, 9) -> (1, 9) ] " " 0 Declarations, 0 child-contexts PASS : TestDUChain::testOperatorUses() PASS : TestDUChain::testImportStructure() PASS : TestDUChain::testImportCache() PASS : TestDUChain::testDeclareSubClass() PASS : TestDUChain::testDeclarationId() PASS : TestDUChain::testConst() PASS : TestDUChain::testEnumOverride() PASS : TestDUChain::testDoWhile() PASS : TestDUChain::testCodeModel() PASS : TestDUChain::testLoopNamespaceImport() "" New Context "Global" 0x587d490 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct A" [ "A" ] 0x6552bf0 (internal ctx 0x4a853e0 ) [ (0, 7) -> (0, 8) ] , defined, 1 use(s). " " File: "/internal/159" " " Use: [ (0, 13) -> (0, 14) ] " " Use: [ (0, 19) -> (0, 20) ] " " Use: [ (0, 21) -> (0, 22) ] " " Use: [ (0, 42) -> (0, 43) ] " " Use: [ (0, 47) -> (0, 48) ] " " Use: [ (0, 51) -> (0, 52) ] " " Use: [ (0, 57) -> (0, 58) ] " " Declaration: "void test ()" [ "test" ] 0x4a853a0 (internal ctx 0x4a71ce0 ) [ (0, 33) -> (0, 37) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x4a853e0 " "A" " [ "" ] [ (0, 9) -> (0, 26) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x4a98e40 " "A" " [ "A" ] [ (0, 13) -> (0, 14) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4a984d0 " "A" " [ "A" ] [ (0, 19) -> (0, 22) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4a6cee0 " "test" " [ "test" ] [ (0, 38) -> (0, 38) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4a71ce0 " "test" " [ "test" ] [ (0, 40) -> (0, 71) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4a6cee0 " "test" " [ "test" ] [ (0, 38) -> (0, 38) ] " " 0 Declarations, 0 child-contexts XFAIL : TestDUChain::testConstructorUses() no uses get reported for ctors of template classes Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/languages/cpp/cppduchain/tests/test_duchain.cpp(3094)] PASS : TestDUChain::testConstructorUses() "" New Context "Global" 0x4a6cf10 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct A" [ "A" ] 0x4dba570 (internal ctx 0x41983e0 ) [ (0, 7) -> (0, 8) ] , defined, 1 use(s). " " File: "/internal/162" " " Use: [ (1, 4) -> (1, 5) ] " " ==import==> Context "Class" 0x41983e0 " "A" " [ "" ] [ (0, 9) -> (0, 26) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Helper" 0x4a6e720 " "A" " [ "A" ] [ (1, 4) -> (1, 12) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x41983e0 " "A" " [ "" ] [ (0, 9) -> (0, 26) ] " " 1 Declarations, 0 child-contexts PASS : TestDUChain::testExternalMemberDeclaration() PASS : TestDUChain::testSymbolTableValid() PASS : TestDUChain::testSeparateVariableDefinition() XFAIL : TestDUChain::testBaseUses() Cookie for the one fixing that! Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/languages/cpp/cppduchain/tests/test_duchain.cpp(652)] PASS : TestDUChain::testBaseUses() PASS : TestDUChain::testProblematicUses() PASS : TestDUChain::testCStruct() PASS : TestDUChain::testCStruct2() "" New Context "Global" 0x4a96660 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class Foo" [ "Foo" ] 0x4a6e310 (internal ctx 0x4dba540 ) [ (0, 6) -> (0, 9) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x4dba540 " "Foo" " [ "" ] [ (0, 10) -> (0, 71) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x6174920 " "bar" " [ "bar" ] [ (0, 37) -> (0, 63) ] " " 2 Declarations, 0 child-contexts PASS : TestDUChain::testVirtualMemberFunction() PASS : TestDUChain::testNonVirtualMemberFunction() PASS : TestDUChain::testMultipleVirtual() PASS : TestDUChain::testMixedVirtualNormal() PASS : TestDUChain::testMemberFunctionModifiers() PASS : TestDUChain::testContextSearch() PASS : TestDUChain::testEllipsis() PASS : TestDUChain::testMultiByteCStrings() "" New Context "Global" 0x4a93b80 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class GenericArgument" [ "GenericArgument" ] 0x4a71030 (internal ctx 0x4a94eb0 ) [ (0, 6) -> (0, 21) ] , defined, 1 use(s). " " File: "/internal/183" " " Use: [ (8, 24) -> (8, 39) ] " " Use: [ (12, 8) -> (12, 23) ] " " Use: [ (24, 59) -> (24, 74) ] " " Use: [ (24, 82) -> (24, 97) ] " " Use: [ (25, 46) -> (25, 61) ] " " Declaration: "class Argument" [ "Argument" ] 0x4a96fa0 (internal ctx 0x4a93d20 ) [ (8, 6) -> (8, 14) ] , defined, 0 use(s). " " Declaration: "class A" [ "A" ] 0x4a866f0 (internal ctx 0x4a6c040 ) [ (16, 6) -> (16, 7) ] , defined, 1 use(s). " " File: "/internal/183" " " Use: [ (21, 6) -> (21, 7) ] " " Use: [ (24, 23) -> (24, 24) ] " " Use: [ (25, 23) -> (25, 24) ] " " ==import==> Context "Class" 0x4a94eb0 " "GenericArgument" " [ "" ] [ (1, 0) -> (5, 1) ] " " 2 Declarations, 4 child-contexts " " ==import==> Context "Function" 0x4a710c0 " "GenericArgument" " [ "GenericArgument" ] [ (3, 20) -> (3, 20) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4a6b5e0 " "GenericArgument" " [ "GenericArgument" ] [ (3, 22) -> (3, 24) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4a710c0 " "GenericArgument" " [ "GenericArgument" ] [ (3, 20) -> (3, 20) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4af5420 " "GenericArgument" " [ "GenericArgument" ] [ (4, 21) -> (4, 45) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x6407550 " "GenericArgument" " [ "GenericArgument" ] [ (4, 48) -> (4, 50) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4af5420 " "GenericArgument" " [ "GenericArgument" ] [ (4, 21) -> (4, 45) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x4af54c0 " "" " [ "" ] [ (7, 10) -> (7, 17) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x4a93d20 " "Argument" " [ "" ] [ (8, 15) -> (14, 1) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Template" 0x4af54c0 " "" " [ "" ] [ (7, 10) -> (7, 17) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x4a94eb0 " "GenericArgument" " [ "" ] [ (1, 0) -> (5, 1) ] " " 2 Declarations, 4 child-contexts " " ==import==> Context "Function" 0x4a710c0 " "GenericArgument" " [ "GenericArgument" ] [ (3, 20) -> (3, 20) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4a6b5e0 " "GenericArgument" " [ "GenericArgument" ] [ (3, 22) -> (3, 24) ] " " 0 Declarations, 0 child-contexts " " skipping "GenericArgument::GenericArgument" because it was already printed " " ==import==> Context "Function" 0x4af5420 " "GenericArgument" " [ "GenericArgument" ] [ (4, 21) -> (4, 45) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x6407550 " "GenericArgument" " [ "GenericArgument" ] [ (4, 48) -> (4, 50) ] " " 0 Declarations, 0 child-contexts " " skipping "GenericArgument::GenericArgument" because it was already printed " " ==import==> Context "Function" 0x4a95bf0 " "Argument" " [ "Argument" ] [ (11, 14) -> (11, 46) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x6175ab0 " "Argument" " [ "Argument" ] [ (12, 6) -> (13, 6) ] " " 0 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x4a95bf0 " "Argument" " [ "Argument" ] [ (11, 14) -> (11, 46) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x62112c0 " "" " [ "Argument" ] [ (13, 4) -> (13, 6) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x4a6c040 " "A" " [ "" ] [ (17, 0) -> (26, 1) ] " " 3 Declarations, 6 child-contexts " " ==import==> Context "Function" 0x4a99a70 " "A" " [ "A" ] [ (19, 6) -> (19, 6) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4a6dc80 " "A" " [ "A" ] [ (20, 4) -> (22, 5) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4a99a70 " "A" " [ "A" ] [ (19, 6) -> (19, 6) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x51fd2c0 " "invokeMethod" " [ "invokeMethod" ] [ (24, 23) -> (24, 99) ] " " 4 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4a93c70 " "invokeMethod" " [ "invokeMethod" ] [ (24, 102) -> (24, 104) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x51fd2c0 " "invokeMethod" " [ "invokeMethod" ] [ (24, 23) -> (24, 99) ] " " 4 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x6210c60 " "invokeMethod" " [ "invokeMethod" ] [ (25, 23) -> (25, 62) ] " " 3 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x5880bd0 " "invokeMethod" " [ "invokeMethod" ] [ (25, 65) -> (25, 67) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x6210c60 " "invokeMethod" " [ "invokeMethod" ] [ (25, 23) -> (25, 62) ] " " 3 Declarations, 0 child-contexts PASS : TestDUChain::testUses() "" New Context "Global" 0x5a791f0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class A" [ "A" ] 0x4a6ab60 (internal ctx 0x4a853a0 ) [ (0, 6) -> (0, 7) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x4a853a0 " "A" " [ "" ] [ (1, 0) -> (7, 1) ] " " 4 Declarations, 8 child-contexts " " ==import==> Context "Function" 0x5880b50 " "A" " [ "A" ] [ (3, 6) -> (3, 6) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x56025a0 " "A" " [ "A" ] [ (3, 8) -> (3, 10) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x5880b50 " "A" " [ "A" ] [ (3, 6) -> (3, 6) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x62106e0 " "A" " [ "A" ] [ (4, 7) -> (4, 10) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4a710f0 " "A" " [ "A" ] [ (4, 13) -> (4, 15) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x62106e0 " "A" " [ "A" ] [ (4, 7) -> (4, 10) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4a93b40 " "A" " [ "A" ] [ (5, 7) -> (5, 11) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4a71cc0 " "A" " [ "A" ] [ (5, 14) -> (5, 16) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4a93b40 " "A" " [ "A" ] [ (5, 7) -> (5, 11) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4a6bea0 " "A" " [ "A" ] [ (6, 7) -> (6, 15) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4a87130 " "A" " [ "A" ] [ (6, 18) -> (6, 20) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4a6bea0 " "A" " [ "A" ] [ (6, 7) -> (6, 15) ] " " 2 Declarations, 0 child-contexts PASS : TestDUChain::testCtorTypes() "" New Context "Global" 0x5902040 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "1 x" [ "x" ] 0x4a98d10 (internal ctx 0x0 ) [ (0, 5) -> (0, 6) ] , defined, 0 use(s). "" New Context "Global" 0x4a6ba50 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "1 x" [ "x" ] 0x6210be0 (internal ctx 0x0 ) [ (0, 5) -> (0, 6) ] , defined, 0 use(s). "" New Context "Global" 0x4a6cee0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "false x" [ "x" ] 0x4a853a0 (internal ctx 0x0 ) [ (0, 5) -> (0, 6) ] , defined, 0 use(s). "" New Context "Global" 0x6210c60 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int a" [ "a" ] 0x4a6a880 (internal ctx 0x0 ) [ (0, 4) -> (0, 5) ] , defined, 1 use(s). " " File: "/internal/188" " " Use: [ (0, 26) -> (0, 27) ] " " Declaration: "const int x" [ "x" ] 0x4a9a470 (internal ctx 0x0 ) [ (0, 22) -> (0, 23) ] , defined, 0 use(s). PASS : TestDUChain::testAutoTypeIntegral() "" New Context "Global" 0x4b18ff0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct Foo" [ "Foo" ] 0x4a87110 (internal ctx 0x4a82d80 ) [ (0, 7) -> (0, 10) ] , defined, 1 use(s). " " File: "/internal/189" " " Use: [ (1, 16) -> (1, 19) ] " " Use: [ (1, 32) -> (1, 35) ] " " Declaration: "int main ()" [ "main" ] 0x56025c0 (internal ctx 0x4a6ab60 ) [ (0, 18) -> (0, 22) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x4a82d80 " "Foo" " [ "" ] [ (0, 10) -> (0, 12) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x5630260 " "main" " [ "main" ] [ (0, 23) -> (0, 23) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4a6ab60 " "main" " [ "main" ] [ (0, 25) -> (1, 69) ] " " 4 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x5630260 " "main" " [ "main" ] [ (0, 23) -> (0, 23) ] " " 0 Declarations, 0 child-contexts XFAIL : TestDUChain::testAutoTypes() It's a delayed type, not a structure type... Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/languages/cpp/cppduchain/tests/test_duchain.cpp(5782)] PASS : TestDUChain::testAutoTypes() "" New Context "Global" 0x587efc0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "View" [ "View" ] 0x4a6be80 (internal ctx 0x0 ) [ (0, 6) -> (0, 10) ] , no definition, 1 use(s). " " File: "/internal/190" " " Use: [ (1, 13) -> (1, 17) ] " " Declaration: "void setView (View*)" [ "setView" ] 0x5083f20 (internal ctx 0x4b18ff0 ) [ (1, 5) -> (1, 12) ] , defined, 1 use(s). " " File: "/internal/190" " " Use: [ (2, 2) -> (2, 9) ] " " Use: [ (3, 2) -> (3, 9) ] " " ==import==> Context "Function" 0x6212c40 " "setView" " [ "setView" ] [ (1, 13) -> (1, 25) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4b18ff0 " "setView" " [ "setView" ] [ (1, 27) -> (4, 1) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x6212c40 " "setView" " [ "setView" ] [ (1, 13) -> (1, 25) ] " " 1 Declarations, 0 child-contexts PASS : TestDUChain::testCommentAfterFunctionCall() PASS : TestDUChain::cleanupTestCase() Totals: 124 passed, 0 failed, 0 skipped ********* Finished testing of TestDUChain ********* Test time = 24.00 sec ---------------------------------------------------------- Test Passed. "duchaintest" end time: Mar 05 18:17 CET "duchaintest" time elapsed: 00:00:23 ---------------------------------------------------------- 7/22 Testing: sourcemanipulationtest 7/22 Test: sourcemanipulationtest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/cppduchain/tests/sourcemanipulationtest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/cppduchain/tests "sourcemanipulationtest" start time: Mar 05 18:17 CET Output: ---------------------------------------------------------- ********* Start testing of TestSourceManipulation ********* Config: Using QTest library 4.7.1, Qt 4.7.1 QDEBUG : TestSourceManipulation::initTestCase() KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work QWARN : TestSourceManipulation::initTestCase() WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kde4/share/apps/kdevplatform/sessions//{6895193d-8eae-4dcd-a6e7-586a10a700b9}/lock QWARN : TestSourceManipulation::initTestCase() WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0/lock QDEBUG : TestSourceManipulation::initTestCase() kdevplatform(19219)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version QDEBUG : TestSourceManipulation::initTestCase() kdevplatform(19219)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0 has to be cleared." PASS : TestSourceManipulation::initTestCase() PASS : TestSourceManipulation::testFirstValidCodeLineBefore() PASS : TestSourceManipulation::cleanupTestCase() Totals: 3 passed, 0 failed, 0 skipped ********* Finished testing of TestSourceManipulation ********* Test time = 0.33 sec ---------------------------------------------------------- Test Passed. "sourcemanipulationtest" end time: Mar 05 18:17 CET "sourcemanipulationtest" time elapsed: 00:00:00 ---------------------------------------------------------- 8/22 Testing: itemrepositorytest 8/22 Test: itemrepositorytest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/cppduchain/tests/itemrepositorytest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/cppduchain/tests "itemrepositorytest" start time: Mar 05 18:17 CET Output: ---------------------------------------------------------- ********* Start testing of TestItemRepository ********* Config: Using QTest library 4.7.1, Qt 4.7.1 QDEBUG : TestItemRepository::initTestCase() KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work QWARN : TestItemRepository::initTestCase() WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kde4/share/apps/kdevplatform/sessions//{6895193d-8eae-4dcd-a6e7-586a10a700b9}/lock QWARN : TestItemRepository::initTestCase() WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0/lock QDEBUG : TestItemRepository::initTestCase() kdevplatform(19222)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version QDEBUG : TestItemRepository::initTestCase() kdevplatform(19222)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0 has to be cleared." PASS : TestItemRepository::initTestCase() PASS : TestItemRepository::testItemRepository() PASS : TestItemRepository::cleanupTestCase() Totals: 3 passed, 0 failed, 0 skipped ********* Finished testing of TestItemRepository ********* Test time = 21.89 sec ---------------------------------------------------------- Test Passed. "itemrepositorytest" end time: Mar 05 18:18 CET "itemrepositorytest" time elapsed: 00:00:21 ---------------------------------------------------------- 9/22 Testing: cppcodecompletiontest 9/22 Test: cppcodecompletiontest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/tests/cppcodecompletiontest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/tests "cppcodecompletiontest" start time: Mar 05 18:18 CET Output: ---------------------------------------------------------- ********* Start testing of TestCppCodeCompletion ********* Config: Using QTest library 4.7.1, Qt 4.7.1 QDEBUG : TestCppCodeCompletion::initTestCase() KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work QWARN : TestCppCodeCompletion::initTestCase() WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kde4/share/apps/kdevplatform/sessions//{6895193d-8eae-4dcd-a6e7-586a10a700b9}/lock QWARN : TestCppCodeCompletion::initTestCase() WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0/lock QDEBUG : TestCppCodeCompletion::initTestCase() kdevplatform(19866)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version QDEBUG : TestCppCodeCompletion::initTestCase() kdevplatform(19866)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0 has to be cleared." PASS : TestCppCodeCompletion::initTestCase() PASS : TestCppCodeCompletion::testNoMemberAccess() PASS : TestCppCodeCompletion::testFunctionImplementation() PASS : TestCppCodeCompletion::testAliasDeclarationAccessPolicy() PASS : TestCppCodeCompletion::testKeywords() PASS : TestCppCodeCompletion::testInclude() PASS : TestCppCodeCompletion::testTypeConversion() "" New Context "Global" 0x261d1c0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class A" [ "A" ] 0x434b150 (internal ctx 0x30323d0 ) [ (0, 6) -> (0, 7) ] , defined, 1 use(s). " " File: "file:///internal/13" " " Use: [ (0, 46) -> (0, 47) ] " " Declaration: "class B" [ "B" ] 0x4349f70 (internal ctx 0x4364ae0 ) [ (0, 18) -> (0, 19) ] , defined, 1 use(s). " " File: "file:///internal/13" " " Use: [ (0, 129) -> (0, 130) ] " " Use: [ (0, 142) -> (0, 143) ] " " Declaration: "class C" [ "C" ] 0x4351600 (internal ctx 0x434c5d0 ) [ (0, 118) -> (0, 119) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x30323d0 " "A" " [ "" ] [ (0, 8) -> (0, 10) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x4364ae0 " "B" " [ "" ] [ (0, 20) -> (0, 110) ] " " 3 Declarations, 5 child-contexts " " ==import==> Context "Function" 0x4349aa0 " "B" " [ "B" ] [ (0, 40) -> (0, 48) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x434f930 " "B" " [ "B" ] [ (0, 62) -> (0, 72) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x434bb10 " "B" " [ "B" ] [ (0, 73) -> (0, 75) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x434f930 " "B" " [ "B" ] [ (0, 62) -> (0, 72) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x434d9c0 " "operator{...cast...}" " [ "operator{...cast...}" ] [ (0, 97) -> (0, 97) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4366ef0 " "operator{...cast...}" " [ "operator{...cast...}" ] [ (0, 105) -> (0, 107) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x434d9c0 " "operator{...cast...}" " [ "operator{...cast...}" ] [ (0, 97) -> (0, 97) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x434c5d0 " "C" " [ "" ] [ (0, 120) -> (0, 150) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Class" 0x4364ae0 " "B" " [ "" ] [ (0, 20) -> (0, 110) ] " " 3 Declarations, 5 child-contexts " " ==import==> Context "Function" 0x4349aa0 " "B" " [ "B" ] [ (0, 40) -> (0, 48) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x434f930 " "B" " [ "B" ] [ (0, 62) -> (0, 72) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x434bb10 " "B" " [ "B" ] [ (0, 73) -> (0, 75) ] " " 0 Declarations, 0 child-contexts " " skipping "B::B" because it was already printed " " ==import==> Context "Function" 0x434d9c0 " "operator{...cast...}" " [ "operator{...cast...}" ] [ (0, 97) -> (0, 97) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4366ef0 " "operator{...cast...}" " [ "operator{...cast...}" ] [ (0, 105) -> (0, 107) ] " " 0 Declarations, 0 child-contexts " " skipping "B::operator{...cast...}" because it was already printed " " ==import==> Context "Function" 0x303a010 " "C" " [ "C" ] [ (0, 142) -> (0, 143) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x437c2e0 " "C" " [ "C" ] [ (0, 145) -> (0, 147) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x303a010 " "C" " [ "C" ] [ (0, 142) -> (0, 143) ] " " 1 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testTypeConversion2() PASS : TestCppCodeCompletion::testCompletionContext() "" New Context "Global" 0x4360a80 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class C" [ "C" ] 0x43618b0 (internal ctx 0x434c5d0 ) [ (0, 6) -> (0, 7) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x434c5d0 " "C" " [ "" ] [ (0, 8) -> (0, 33) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x4351910 " "test" " [ "test" ] [ (0, 19) -> (0, 19) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4367450 " "test" " [ "test" ] [ (0, 21) -> (0, 23) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4351910 " "test" " [ "test" ] [ (0, 19) -> (0, 19) ] " " 0 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testPrivateVariableCompletion() PASS : TestCppCodeCompletion::testUnnamedNamespace() PASS : TestCppCodeCompletion::testIndirectImports() PASS : TestCppCodeCompletion::testSameNamespace() "" New Context "Global" 0x4360a80 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "void test ()" [ "test" ] 0x19f4870 (internal ctx 0x19f1e50 ) [ (1, 5) -> (1, 9) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x437c170 " "test" " [ "test" ] [ (1, 10) -> (1, 10) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x19f1e50 " "test" " [ "test" ] [ (1, 12) -> (1, 46) ] " " 0 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x437c170 " "test" " [ "test" ] [ (1, 10) -> (1, 10) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x43bd9d0 " "" " [ "test" ] [ (1, 33) -> (1, 33) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Other" 0x434e3f0 " "" " [ "test" ] [ (1, 33) -> (1, 33) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x437f6a0 " "" " [ "test" ] [ (1, 33) -> (1, 44) ] " " 0 Declarations, 2 child-contexts " " ==import==> Context "Other" 0x43bd9d0 " "" " [ "test" ] [ (1, 33) -> (1, 33) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Other" 0x434e3f0 " "" " [ "test" ] [ (1, 33) -> (1, 33) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4365cd0 " "" " [ "test" ] [ (1, 33) -> (1, 33) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Other" 0x43585a0 " "" " [ "test" ] [ (1, 33) -> (1, 33) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4383250 " "" " [ "test" ] [ (1, 33) -> (1, 44) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4365cd0 " "" " [ "test" ] [ (1, 33) -> (1, 33) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Other" 0x43585a0 " "" " [ "test" ] [ (1, 33) -> (1, 33) ] " " 0 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testUpdateChain() PASS : TestCppCodeCompletion::testHeaderSections() PASS : TestCppCodeCompletion::testCompletionPrefix() PASS : TestCppCodeCompletion::testForwardDeclaration() PASS : TestCppCodeCompletion::testArgumentMatching() PASS : TestCppCodeCompletion::testAcrossHeaderReferences() PASS : TestCppCodeCompletion::testMacroIncludeDirectives() PASS : TestCppCodeCompletion::testAcrossHeaderTemplateReferences() PASS : TestCppCodeCompletion::testAcrossHeaderTemplateResolution() PASS : TestCppCodeCompletion::testHeaderGuards() PASS : TestCppCodeCompletion::testEnvironmentMatching() PASS : TestCppCodeCompletion::testUsesThroughMacros() "" New Context "Global" 0x45d6be0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int allabamma" [ "allabamma" ] 0x43618b0 (internal ctx 0x0 ) [ (1, 7) -> (1, 7) ] , defined, 0 use(s). "" New Context "Global" 0x45da400 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int bbbbbb" [ "bbbbbb" ] 0x45d96d0 (internal ctx 0x0 ) [ (1, 8) -> (1, 8) ] , defined, 0 use(s). "" New Context "Global" 0x45dc9b0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class A" [ "A" ] 0x45d6ba0 (internal ctx 0x45d9c00 ) [ (1, 4) -> (1, 4) ] , defined, 0 use(s). " " Declaration: " NS" [ "NS" ] 0x43ae760 (internal ctx 0x45e48a0 ) [ (1, 4) -> (1, 4) ] , no definition, 0 use(s). " " Declaration: "int a" [ "a" ] 0x45e3b70 (internal ctx 0x0 ) [ (1, 10) -> (1, 11) ] , defined, 0 use(s). " " Declaration: "int b" [ "b" ] 0x45d71f0 (internal ctx 0x0 ) [ (1, 17) -> (1, 18) ] , defined, 0 use(s). " " Declaration: "int c" [ "c" ] 0x45d7640 (internal ctx 0x0 ) [ (1, 24) -> (1, 25) ] , defined, 0 use(s). " " Declaration: "int d" [ "d" ] 0x45dab30 (internal ctx 0x0 ) [ (1, 31) -> (1, 32) ] , defined, 0 use(s). " " Declaration: "int e" [ "e" ] 0x45f9b60 (internal ctx 0x0 ) [ (1, 37) -> (1, 38) ] , defined, 0 use(s). " " Declaration: "int f" [ "f" ] 0x43b75c0 (internal ctx 0x0 ) [ (1, 43) -> (1, 44) ] , defined, 0 use(s). " " Declaration: "int g" [ "g" ] 0x45d76b0 (internal ctx 0x0 ) [ (1, 49) -> (1, 50) ] , defined, 0 use(s). " " Declaration: "int h" [ "h" ] 0x45f8bd0 (internal ctx 0x0 ) [ (1, 55) -> (1, 56) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x45e48a0 " "NS" " [ "NS" ] [ (1, 4) -> (1, 4) ] " " 5 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x45d9c00 " "A" " [ "" ] [ (1, 4) -> (1, 4) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x43add50 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class HalloClass" [ "HalloClass" ] 0x45d8ab0 (internal ctx 0x43af310 ) [ (1, 5) -> (1, 11) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x43af310 " "HalloClass" " [ "" ] [ (1, 11) -> (1, 11) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x4608090 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class WorldHello" [ "WorldHello" ] 0x45dc460 (internal ctx 0x43ada50 ) [ (1, 12) -> (1, 18) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x43ada50 " "WorldHello" " [ "" ] [ (1, 18) -> (1, 18) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x4608480 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class HalloClass" [ "HalloClass" ] 0x4608270 (internal ctx 0x45dc060 ) [ (1, 11) -> (1, 11) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x45dc060 " "HalloClass" " [ "" ] [ (1, 11) -> (1, 11) ] " " 0 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testMacroExpansionRanges() "" New Context "Global" 0x4608150 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "void test1 ()" [ "test1" ] 0x4607de0 (internal ctx 0x45da540 ) [ (1, 12) -> (1, 17) ] , defined, 0 use(s). " " Declaration: "void test2 ()" [ "test2" ] 0x45dbc40 (internal ctx 0x4607820 ) [ (1, 41) -> (1, 46) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x4607ed0 " "test1" " [ "test1" ] [ (1, 20) -> (1, 20) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x45da540 " "test1" " [ "test1" ] [ (1, 20) -> (1, 20) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4607ed0 " "test1" " [ "test1" ] [ (1, 20) -> (1, 20) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x46091f0 " "test2" " [ "test2" ] [ (1, 47) -> (1, 47) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4607820 " "test2" " [ "test2" ] [ (1, 47) -> (1, 47) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x46091f0 " "test2" " [ "test2" ] [ (1, 47) -> (1, 47) ] " " 0 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testEmptyMacroArguments() PASS : TestCppCodeCompletion::testMacrosInCodeCompletion() "" New Context "Global" 0x460bcf0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "const char* str" [ "str" ] 0x460a160 (internal ctx 0x0 ) [ (0, 12) -> (0, 15) ] , defined, 0 use(s). PASS : TestCppCodeCompletion::testTimeMacro() "" New Context "Global" 0x4607690 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "const char* str" [ "str" ] 0x460ba10 (internal ctx 0x0 ) [ (0, 12) -> (0, 15) ] , defined, 0 use(s). PASS : TestCppCodeCompletion::testDateMacro() "" New Context "Global" 0x4609750 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "const char* str" [ "str" ] 0x46094a0 (internal ctx 0x0 ) [ (0, 12) -> (0, 15) ] , defined, 0 use(s). PASS : TestCppCodeCompletion::testFileMacro() "" New Context "Global" 0x45ff000 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct A" [ "A" ] 0x4607420 (internal ctx 0x4606b00 ) [ (4, 31) -> (4, 32) ] , defined, 0 use(s). " " Declaration: "struct T" [ "T" ] 0x460c210 (internal ctx 0x45fe8c0 ) [ (4, 67) -> (4, 68) ] , defined, 0 use(s). " " Declaration: "int main (int, char**)" [ "main" ] 0x45ffce0 (internal ctx 0x460d5c0 ) [ (4, 77) -> (4, 81) ] , defined, 0 use(s). " " ==import==> Context "Template" 0x460c170 " "" " [ "" ] [ (4, 11) -> (4, 22) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x4606b00 " "A" " [ "" ] [ (4, 33) -> (4, 35) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x460c170 " "" " [ "" ] [ (4, 11) -> (4, 22) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x45ff050 " "" " [ "" ] [ (4, 47) -> (4, 58) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x45fe8c0 " "T" " [ "" ] [ (4, 69) -> (4, 71) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x45ff050 " "" " [ "" ] [ (4, 47) -> (4, 58) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x460b790 " "main" " [ "main" ] [ (4, 82) -> (4, 104) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x460d5c0 " "main" " [ "main" ] [ (4, 106) -> (4, 155) ] " " 4 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x460b790 " "main" " [ "main" ] [ (4, 82) -> (4, 104) ] " " 2 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testPreprocessor() PASS : TestCppCodeCompletion::testNaiveMatching() PASS : TestCppCodeCompletion::testFriendVisibility() "" New Context "Global" 0x4614e10 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " Fuu" [ "Fuu" ] 0x4605230 (internal ctx 0x46141b0 ) [ (0, 10) -> (0, 13) ] , no definition, 1 use(s). " " File: "file:///internal/110" " " Use: [ (0, 64) -> (0, 67) ] " " Declaration: " Foo" [ "Foo" ] 0x4614400 (internal ctx 0x4615630 ) [ (0, 42) -> (0, 45) ] , no definition, 1 use(s). " " File: "file:///internal/110" " " Use: [ (0, 114) -> (0, 117) ] " " Declaration: "void Bar ()" [ "Bar" ] 0x4615a90 (internal ctx 0x4616a60 ) [ (0, 90) -> (0, 93) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x46141b0 " "Fuu" " [ "Fuu" ] [ (0, 14) -> (0, 30) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x45fce70 " "test0" " [ "Fuu::test0" ] [ (0, 26) -> (0, 26) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Namespace" 0x4615630 " "Foo" " [ "Foo" ] [ (0, 46) -> (0, 84) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x46155f0 " "test" " [ "Foo::test" ] [ (0, 78) -> (0, 78) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4616430 " "test" " [ "Foo::test" ] [ (0, 80) -> (0, 82) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x46155f0 " "test" " [ "Foo::test" ] [ (0, 78) -> (0, 78) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4615700 " "Bar" " [ "Bar" ] [ (0, 94) -> (0, 94) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4616a60 " "Bar" " [ "Bar" ] [ (0, 96) -> (0, 136) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4615700 " "Bar" " [ "Bar" ] [ (0, 94) -> (0, 94) ] " " 0 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testLocalUsingNamespace() PASS : TestCppCodeCompletion::testInheritanceVisibility() PASS : TestCppCodeCompletion::testConstVisibility() PASS : TestCppCodeCompletion::testNamespaceCompletion() PASS : TestCppCodeCompletion::testNamespaceAliasCompletion() PASS : TestCppCodeCompletion::testNamespaceAliasCycleCompletion() PASS : TestCppCodeCompletion::testTemplateMemberAccess() PASS : TestCppCodeCompletion::testTemplateArguments() PASS : TestCppCodeCompletion::testTemplateFunction() PASS : TestCppCodeCompletion::testImportTypedef() PASS : TestCppCodeCompletion::testConstructorCompletion() "" New Context "Global" 0x45fb980 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "void test ()" [ "test" ] 0x45fd450 (internal ctx 0x45dfb80 ) [ (1, 6) -> (1, 10) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x4628680 " "test" " [ "test" ] [ (1, 11) -> (1, 11) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x45dfb80 " "test" " [ "test" ] [ (1, 13) -> (1, 28) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4628680 " "test" " [ "test" ] [ (1, 11) -> (1, 11) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x46138c0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int n" [ "n" ] 0x4626a70 (internal ctx 0x0 ) [ (0, 4) -> (0, 5) ] , defined, 1 use(s). " " File: "file:///internal/127" " " Use: [ (0, 30) -> (0, 31) ] " " Declaration: "class C" [ "C" ] 0x4619c80 (internal ctx 0x43a9b20 ) [ (0, 13) -> (0, 14) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x43a9b20 " "C" " [ "" ] [ (0, 15) -> (0, 37) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x4632860 " "C" " [ "C" ] [ (0, 19) -> (0, 19) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4626090 " "C" " [ "C" ] [ (0, 21) -> (0, 35) ] " " 0 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x4632860 " "C" " [ "C" ] [ (0, 19) -> (0, 19) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4626050 " "" " [ "C" ] [ (0, 33) -> (0, 35) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x46138c0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class C" [ "C" ] 0x4628800 (internal ctx 0x4627a40 ) [ (0, 6) -> (0, 7) ] , defined, 1 use(s). " " File: "file:///internal/128" " " Use: [ (0, 25) -> (0, 26) ] " " Declaration: "void test ()" [ "test" ] 0x461b010 (internal ctx 0x4626300 ) [ (0, 17) -> (0, 21) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x4627a40 " "C" " [ "" ] [ (0, 8) -> (0, 10) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x45dfb80 " "test" " [ "test" ] [ (0, 22) -> (0, 22) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4626300 " "test" " [ "test" ] [ (0, 24) -> (0, 78) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x45dfb80 " "test" " [ "test" ] [ (0, 22) -> (0, 22) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x46282c0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class C" [ "C" ] 0x4627a40 (internal ctx 0x4632670 ) [ (0, 6) -> (0, 7) ] , defined, 1 use(s). " " File: "file:///internal/129" " " Use: [ (0, 25) -> (0, 26) ] " " Declaration: "void test ()" [ "test" ] 0x45dfb80 (internal ctx 0x46138c0 ) [ (0, 17) -> (0, 21) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x4632670 " "C" " [ "" ] [ (0, 8) -> (0, 10) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4626a70 " "test" " [ "test" ] [ (0, 22) -> (0, 22) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x46138c0 " "test" " [ "test" ] [ (0, 24) -> (0, 73) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4626a70 " "test" " [ "test" ] [ (0, 22) -> (0, 22) ] " " 0 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testAssistant() "" New Context "Global" 0x4625160 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class A" [ "A" ] 0x4628d90 (internal ctx 0x45dfcb0 ) [ (0, 6) -> (0, 7) ] , defined, 1 use(s). " " File: "file:///internal/130" " " Use: [ (0, 37) -> (0, 38) ] " " Use: [ (0, 60) -> (0, 61) ] " " Use: [ (0, 89) -> (0, 90) ] " " Use: [ (0, 111) -> (0, 112) ] " " Declaration: "void A::B::test ()" [ "A::B::test" ] 0x45fb4b0 (internal ctx 0x4625a30 ) [ (0, 95) -> (0, 99) ] , defined, 0 use(s). " " Declaration: "void A::B::C::test ()" [ "A::B::C::test" ] 0x461d9f0 (internal ctx 0x4632760 ) [ (0, 120) -> (0, 124) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x45dfcb0 " "A" " [ "" ] [ (0, 8) -> (0, 29) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Helper" 0x45fb3b0 " "A" " [ "A" ] [ (0, 31) -> (0, 52) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Class" 0x45dfcb0 " "A" " [ "" ] [ (0, 8) -> (0, 29) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x4632670 " "B" " [ "A" ] [ (0, 42) -> (0, 52) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Helper" 0x4626300 " "A::B" " [ "A::B" ] [ (0, 54) -> (0, 82) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Class" 0x4632670 " "B" " [ "A" ] [ (0, 42) -> (0, 52) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x45dfb80 " "C" " [ "A::B" ] [ (0, 67) -> (0, 82) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x46342f0 " "test" " [ "A::B::test" ] [ (0, 78) -> (0, 78) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x46254f0 " "A::B::test" " [ "A::B::test" ] [ (0, 100) -> (0, 100) ] " " 0 Declarations, 0 child-contexts " " skipping "A::B" because it was already printed " " ==import==> Context "Other" 0x4625a30 " "::A::B::test" " [ "A::B::test" ] [ (0, 102) -> (0, 104) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x46254f0 " "A::B::test" " [ "A::B::test" ] [ (0, 100) -> (0, 100) ] " " 0 Declarations, 0 child-contexts " " skipping "A::B" because it was already printed " " ==import==> Context "Function" 0x461db00 " "A::B::C::test" " [ "A::B::C::test" ] [ (0, 125) -> (0, 125) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x45dfb80 " "C" " [ "A::B" ] [ (0, 67) -> (0, 82) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x46342f0 " "test" " [ "A::B::test" ] [ (0, 78) -> (0, 78) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4632760 " "::A::B::C::test" " [ "A::B::C::test" ] [ (0, 127) -> (0, 129) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x461db00 " "A::B::C::test" " [ "A::B::C::test" ] [ (0, 125) -> (0, 125) ] " " 0 Declarations, 0 child-contexts " " skipping "A::B::C" because it was already printed PASS : TestCppCodeCompletion::testCompletionInExternalClassDefinition() "" New Context "Global" 0x45fda60 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct A" [ "A" ] 0x461d0e0 (internal ctx 0x4626300 ) [ (0, 25) -> (0, 26) ] , defined, 0 use(s). " " Declaration: "TInt TInt" [ "TInt" ] 0x4626a70 (internal ctx 0x0 ) [ (0, 60) -> (0, 64) ] , defined, 0 use(s). " " Declaration: "void test ()" [ "test" ] 0x45fb500 (internal ctx 0x45fb710 ) [ (0, 71) -> (0, 75) ] , defined, 0 use(s). " " ==import==> Context "Template" 0x4626010 " "" " [ "" ] [ (0, 9) -> (0, 16) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x4626300 " "A" " [ "" ] [ (0, 27) -> (0, 43) ] " " 2 Declarations, 1 child-contexts " " ==import==> Context "Template" 0x4626010 " "" " [ "" ] [ (0, 9) -> (0, 16) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x45fd740 " "A" " [ "A" ] [ (0, 31) -> (0, 32) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4633fb0 " "test" " [ "test" ] [ (0, 76) -> (0, 76) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x45fb710 " "test" " [ "test" ] [ (0, 78) -> (0, 80) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4633fb0 " "test" " [ "test" ] [ (0, 76) -> (0, 76) ] " " 0 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testCompletionBehindTypedeffedConstructor() "" New Context "Global" 0x46138c0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct " [ "" ] 0x46327f0 (internal ctx 0x4628800 ) [ (0, 8) -> (0, 8) ] , defined, 0 use(s). " " Declaration: "A A" [ "A" ] 0x45fb870 (internal ctx 0x0 ) [ (0, 27) -> (0, 28) ] , defined, 1 use(s). " " File: "file:///internal/132" " " Use: [ (0, 44) -> (0, 45) ] " " Declaration: "void test ()" [ "test" ] 0x4626010 (internal ctx 0x4619c80 ) [ (0, 35) -> (0, 39) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x4628800 " "" " [ "" ] [ (0, 8) -> (0, 26) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4628680 " "test" " [ "test" ] [ (0, 40) -> (0, 40) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4619c80 " "test" " [ "test" ] [ (0, 42) -> (0, 50) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4628680 " "test" " [ "test" ] [ (0, 40) -> (0, 40) ] " " 0 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testSubClassVisibility() "" New Context "Global" 0x45fda00 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "TE" [ "TE" ] 0x4628680 (internal ctx 0x0 ) [ (1, 7) -> (1, 9) ] , no definition, 1 use(s). " " File: "file:///internal/135" " " Use: [ (1, 77) -> (1, 79) ] " " Use: [ (1, 105) -> (1, 107) ] " " Use: [ (1, 195) -> (1, 197) ] " " Declaration: "class A" [ "A" ] 0x4628d90 (internal ctx 0x45fd450 ) [ (1, 17) -> (1, 18) ] , defined, 0 use(s). " " ==import==> Context "Global" 0x4632a30 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " 1 Declarations, 1 child-contexts " " ==import==> Context "Global" 0x4633e00 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x4633f40 " "QObject" " [ "" ] [ (1, 15) -> (1, 165) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x461e1d0 " "connect" " [ "connect" ] [ (1, 30) -> (1, 94) ] " " 4 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x461ecd0 " "connect" " [ "connect" ] [ (1, 110) -> (1, 161) ] " " 3 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x45fd450 " "A" " [ "" ] [ (1, 19) -> (1, 201) ] " " 6 Declarations, 8 child-contexts " " ==import==> Context "Class" 0x4633f40 " "QObject" " [ "" ] [ (1, 15) -> (1, 165) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x461e1d0 " "connect" " [ "connect" ] [ (1, 30) -> (1, 94) ] " " 4 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x461ecd0 " "connect" " [ "connect" ] [ (1, 110) -> (1, 161) ] " " 3 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4619c80 " "slot1" " [ "slot1" ] [ (1, 63) -> (1, 63) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4632210 " "slot2" " [ "slot2" ] [ (1, 77) -> (1, 80) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x46289f0 " "signal1" " [ "signal1" ] [ (1, 105) -> (1, 114) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x45dfb50 " "signal2" " [ "signal2" ] [ (1, 129) -> (1, 129) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x461cf50 " "test" " [ "test" ] [ (1, 150) -> (1, 150) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4626270 " "test" " [ "test" ] [ (1, 152) -> (1, 155) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x461cf50 " "test" " [ "test" ] [ (1, 150) -> (1, 150) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x461e460 " "slot3" " [ "slot3" ] [ (1, 201) -> (1, 201) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4633800 " "slot3" " [ "slot3" ] [ (1, 201) -> (1, 201) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x461e460 " "slot3" " [ "slot3" ] [ (1, 201) -> (1, 201) ] " " 1 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testSignalSlotCompletion() PASS : TestCppCodeCompletion::testStringProblem() QDEBUG : TestCppCodeCompletion::testArgumentList() input function is: "void foo(int arg[1]){}" QDEBUG : TestCppCodeCompletion::testArgumentList() input function is: "void foo(int arg[1][1]){}" QDEBUG : TestCppCodeCompletion::testArgumentList() input function is: "void foo(int arg[]){}" QDEBUG : TestCppCodeCompletion::testArgumentList() input function is: "void foo(int arg[][1]){}" QDEBUG : TestCppCodeCompletion::testArgumentList() input function is: "void foo(int arg[][1][1]){}" PASS : TestCppCodeCompletion::testArgumentList() XFAIL : TestCppCodeCompletion::testStaticMethods() non-static functions don't get filtered. comment in context.cpp: ///@todo what NOT to show on static member choose? Actually we cannot hide all non-static functions, because of function-pointers Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/languages/cpp/tests/test_cppcodecompletion.cpp(2227)] XFAIL : TestCppCodeCompletion::testStaticMethods() non-static functions don't get filtered. comment in context.cpp: ///@todo what NOT to show on static member choose? Actually we cannot hide all non-static functions, because of function-pointers Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/languages/cpp/tests/test_cppcodecompletion.cpp(2242)] PASS : TestCppCodeCompletion::testStaticMethods() PASS : TestCppCodeCompletion::testStringInComment() PASS : TestCppCodeCompletion::testProperties() PASS : TestCppCodeCompletion::testAnonStruct() PASS : TestCppCodeCompletion::testOverrideCtor() PASS : TestCppCodeCompletion::testFilterVoid() PASS : TestCppCodeCompletion::cleanupTestCase() Totals: 59 passed, 0 failed, 0 skipped ********* Finished testing of TestCppCodeCompletion ********* SpecialTemplateDeclarationData::m_specializations There were items left on destruction: 29 FunctionDeclarationData::m_defaultParameters There were items left on destruction: 20 DUContextData::m_importers There were items left on destruction: 93 DUContextData::m_importedContexts There were items left on destruction: 90 ClassFunctionDeclarationData::m_defaultParameters There were items left on destruction: 26 DUContextData::m_uses There were items left on destruction: 256 TopDUContextData::m_usedDeclarationIds There were items left on destruction: 84 DUContextData::m_childContexts There were items left on destruction: 257 ClassDeclarationData::baseClasses There were items left on destruction: 76 DUContextData::m_localDeclarations There were items left on destruction: 157 pp_macro::definition There were items left on destruction: 138 Test time = 0.91 sec ---------------------------------------------------------- Test Passed. "cppcodecompletiontest" end time: Mar 05 18:18 CET "cppcodecompletiontest" time elapsed: 00:00:00 ---------------------------------------------------------- 10/22 Testing: cppcodegentest 10/22 Test: cppcodegentest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/tests/cppcodegentest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/languages/cpp/tests "cppcodegentest" start time: Mar 05 18:18 CET Output: ---------------------------------------------------------- KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work ********* Start testing of TestCppCodegen ********* Config: Using QTest library 4.7.1, Qt 4.7.1 PASS : TestCppCodegen::initTestCase() QDEBUG : TestCppCodegen::testAssistants() qttest(19888)/kdevelop (cpp support) TestCppCodegen::testAssistants: ********************* Parsing step 1 QDEBUG : TestCppCodegen::testAssistants() qttest(19888)/kdevelop (cpp support) CppLanguageSupport::CppLanguageSupport: Quickopen not found QWARN : TestCppCodegen::testAssistants() QFileInfo::absolutePath: Constructed with empty filename PASS : TestCppCodegen::testAssistants() QDEBUG : TestCppCodegen::testSimplifiedUpdating() qttest(19888)/kdevelop (cpp support) TestCppCodegen::testSimplifiedUpdating: ********************* Parsing step 1 QWARN : TestCppCodegen::testSimplifiedUpdating() QFileInfo::absolutePath: Constructed with empty filename QWARN : TestCppCodegen::testSimplifiedUpdating() QFSFileEngine::open: No file name specified QDEBUG : TestCppCodegen::testSimplifiedUpdating() qttest(19888)/kdevelop (cpp support) KDevelop::ParseJob::readContents: Could not open file "artificial:test_assistants.cpp" (path "" ) QWARN : TestCppCodegen::testSimplifiedUpdating() QFileInfo::absolutePath: Constructed with empty filename QDEBUG : TestCppCodegen::testSimplifiedUpdating() qttest(19888)/kdevelop (cpp support) TestCppCodegen::testSimplifiedUpdating: ********************* Parsing step 1 QWARN : TestCppCodegen::testSimplifiedUpdating() QFileInfo::absolutePath: Constructed with empty filename QDEBUG : TestCppCodegen::testSimplifiedUpdating() qttest(19888)/kdevelop (cpp support) TestCppCodegen::testSimplifiedUpdating: ********************* Parsing step 2 QWARN : TestCppCodegen::testSimplifiedUpdating() QFileInfo::absolutePath: Constructed with empty filename QWARN : TestCppCodegen::testSimplifiedUpdating() QFileInfo::absolutePath: Constructed with empty filename QWARN : TestCppCodegen::testSimplifiedUpdating() QFileInfo::absolutePath: Constructed with empty filename QWARN : TestCppCodegen::testSimplifiedUpdating() QFileInfo::absolutePath: Constructed with empty filename "" New Context "Global" 0x1025a40 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class C" [ "C" ] 0xf36170 (internal ctx 0xf69150 ) [ (0, 6) -> (0, 7) ] , defined, 0 use(s). " " Declaration: "D" [ "D" ] 0xfba3d0 (internal ctx 0x0 ) [ (0, 16) -> (0, 17) ] , no definition, 1 use(s). " " File: "artificial:testsimplified.cpp" " " Use: [ (0, 16) -> (0, 17) ] " " ==import==> Context "Class" 0xf69150 " "C" " [ "" ] [ (0, 8) -> (0, 22) ] " " 1 Declarations, 0 child-contexts QWARN : TestCppCodegen::testSimplifiedUpdating() QFileInfo::absolutePath: Constructed with empty filename "" New Context "Global" 0x1025a40 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class C" [ "C" ] 0xf36170 (internal ctx 0xf69150 ) [ (0, 6) -> (0, 7) ] , defined, 0 use(s). " " Declaration: "D" [ "D" ] 0xfba3d0 (internal ctx 0x0 ) [ (0, 16) -> (0, 17) ] , no definition, 1 use(s). " " File: "artificial:testsimplified.cpp" " " Use: [ (0, 16) -> (0, 17) ] " " ==import==> Context "Class" 0xf69150 " "C" " [ "" ] [ (0, 8) -> (0, 22) ] " " 1 Declarations, 0 child-contexts QWARN : TestCppCodegen::testSimplifiedUpdating() QFileInfo::absolutePath: Constructed with empty filename "" New Context "Global" 0xfff3d0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class C" [ "C" ] 0xf8a2b0 (internal ctx 0xf68fd0 ) [ (0, 6) -> (0, 7) ] , defined, 0 use(s). " " Declaration: " test" [ "test" ] 0xee5e50 (internal ctx 0x0 ) [ (0, 38) -> (0, 42) ] , no definition, 0 use(s). " " Declaration: " i" [ "i" ] 0xe3ccb0 (internal ctx 0x0 ) [ (0, 55) -> (0, 56) ] , defined, 0 use(s). " " ==import==> Context "Class" 0xf68fd0 " "C" " [ "" ] [ (0, 8) -> (0, 31) ] " " 2 Declarations, 0 child-contexts QWARN : TestCppCodegen::testSimplifiedUpdating() QFileInfo::absolutePath: Constructed with empty filename QWARN : TestCppCodegen::testSimplifiedUpdating() QFileInfo::absolutePath: Constructed with empty filename QWARN : TestCppCodegen::testSimplifiedUpdating() QFileInfo::absolutePath: Constructed with empty filename QWARN : TestCppCodegen::testSimplifiedUpdating() QFileInfo::absolutePath: Constructed with empty filename QWARN : TestCppCodegen::testSimplifiedUpdating() QFileInfo::absolutePath: Constructed with empty filename PASS : TestCppCodegen::testSimplifiedUpdating() QWARN : TestCppCodegen::testAstDuChainMapping() QFileInfo::absolutePath: Constructed with empty filename QWARN : TestCppCodegen::testAstDuChainMapping() QFileInfo::absolutePath: Constructed with empty filename QWARN : TestCppCodegen::testAstDuChainMapping() QFileInfo::absolutePath: Constructed with empty filename PASS : TestCppCodegen::testAstDuChainMapping() PASS : TestCppCodegen::testClassGeneration() PASS : TestCppCodegen::testPrivateImplementation() PASS : TestCppCodegen::cleanupTestCase() Totals: 7 passed, 0 failed, 0 skipped ********* Finished testing of TestCppCodegen ********* pp_macro::definition There were items left on destruction: 138 Test time = 13.75 sec ---------------------------------------------------------- Test Passed. "cppcodegentest" end time: Mar 05 18:18 CET "cppcodegentest" time elapsed: 00:00:13 ---------------------------------------------------------- 11/22 Testing: cmake-parsertest 11/22 Test: cmake-parsertest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests/cmake-parsertest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests "cmake-parsertest" start time: Mar 05 18:18 CET Output: ---------------------------------------------------------- ********* Start testing of CMakeParserTest ********* Config: Using QTest library 4.7.1, Qt 4.7.1 PASS : CMakeParserTest::initTestCase() PASS : CMakeParserTest::testLexerCreation() PASS : CMakeParserTest::testLexerWithFile() PASS : CMakeParserTest::testParserWithGoodData() PASS : CMakeParserTest::testParserWithBadData() PASS : CMakeParserTest::cleanupTestCase() Totals: 6 passed, 0 failed, 0 skipped ********* Finished testing of CMakeParserTest ********* Test time = 0.09 sec ---------------------------------------------------------- Test Passed. "cmake-parsertest" end time: Mar 05 18:18 CET "cmake-parsertest" time elapsed: 00:00:00 ---------------------------------------------------------- 12/22 Testing: cmakecompliance 12/22 Test: cmakecompliance Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests/cmakecompliance.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests "cmakecompliance" start time: Mar 05 18:18 CET Output: ---------------------------------------------------------- KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kde4/share/apps/kdevplatform/sessions//{6895193d-8eae-4dcd-a6e7-586a10a700b9}/lock WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0/lock kdevplatform(20349)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version kdevplatform(20349)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0 has to be cleared." ********* Start testing of CMakeCompliance ********* Config: Using QTest library 4.7.1, Qt 4.7.1 PASS : CMakeCompliance::initTestCase() QDEBUG : CMakeCompliance::testEnumerate(/usr/bin/cmake) "define_property" is not supported QDEBUG : CMakeCompliance::testEnumerate(/usr/bin/cmake) "fltk_wrap_ui" is not supported QDEBUG : CMakeCompliance::testEnumerate(/usr/bin/cmake) "include_external_msproject" is not supported QDEBUG : CMakeCompliance::testEnumerate(/usr/bin/cmake) "install" is not supported QDEBUG : CMakeCompliance::testEnumerate(/usr/bin/cmake) "qt_wrap_cpp" is not supported QDEBUG : CMakeCompliance::testEnumerate(/usr/bin/cmake) "qt_wrap_ui" is not supported QDEBUG : CMakeCompliance::testEnumerate(/usr/bin/cmake) "unset" is not supported QDEBUG : CMakeCompliance::testEnumerate(/usr/bin/cmake) "variable_watch" is not supported PASS : CMakeCompliance::testEnumerate() PASS : CMakeCompliance::testCMakeTests() PASS : CMakeCompliance::cleanupTestCase() Totals: 4 passed, 0 failed, 0 skipped ********* Finished testing of CMakeCompliance ********* DUContextData::m_uses There were items left on destruction: 9 TopDUContextData::m_usedDeclarationIds There were items left on destruction: 9 DUContextData::m_localDeclarations There were items left on destruction: 11 DUContextData::m_importers There were items left on destruction: 12 DUContextData::m_importedContexts There were items left on destruction: 12 Test time = 2.66 sec ---------------------------------------------------------- Test Passed. "cmakecompliance" end time: Mar 05 18:18 CET "cmakecompliance" time elapsed: 00:00:02 ---------------------------------------------------------- 13/22 Testing: cmake-astfactorytest 13/22 Test: cmake-astfactorytest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests/cmake-astfactorytest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests "cmake-astfactorytest" start time: Mar 05 18:18 CET Output: ---------------------------------------------------------- ********* Start testing of AstFactoryTest ********* Config: Using QTest library 4.7.1, Qt 4.7.1 PASS : AstFactoryTest::initTestCase() PASS : AstFactoryTest::testNonRegisteredObject() PASS : AstFactoryTest::testUnregisterObject() PASS : AstFactoryTest::testRegisteredObject() PASS : AstFactoryTest::testCaseSensitivity() PASS : AstFactoryTest::testCreateObject() PASS : AstFactoryTest::cleanupTestCase() Totals: 7 passed, 0 failed, 0 skipped ********* Finished testing of AstFactoryTest ********* Test time = 0.09 sec ---------------------------------------------------------- Test Passed. "cmake-astfactorytest" end time: Mar 05 18:18 CET "cmake-astfactorytest" time elapsed: 00:00:00 ---------------------------------------------------------- 14/22 Testing: cmakeast-test 14/22 Test: cmakeast-test Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests/cmakeast-test.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests "cmakeast-test" start time: Mar 05 18:18 CET Output: ---------------------------------------------------------- ********* Start testing of CMakeAstTest ********* Config: Using QTest library 4.7.1, Qt 4.7.1 PASS : CMakeAstTest::initTestCase() PASS : CMakeAstTest::testAddDefinitionsGoodParse() PASS : CMakeAstTest::testAddDefinitionsBadParse() PASS : CMakeAstTest::testAddDependenciesGoodParse() PASS : CMakeAstTest::testAddDependenciesBadParse() PASS : CMakeAstTest::testAddExecutableGoodParse() PASS : CMakeAstTest::testAddExecutableBadParse() PASS : CMakeAstTest::testAddLibraryGoodParse() PASS : CMakeAstTest::testAddLibraryBadParse() PASS : CMakeAstTest::testAddSubdirectoryGoodParse() PASS : CMakeAstTest::testAddSubdirectoryBadParse() PASS : CMakeAstTest::testAddTestGoodParse() PASS : CMakeAstTest::testAddTestBadParse() PASS : CMakeAstTest::testAuxSourceDirectoryGoodParse() PASS : CMakeAstTest::testAuxSourceDirectoryBadParse() PASS : CMakeAstTest::testBreakGoodParse() PASS : CMakeAstTest::testBreakBadParse() PASS : CMakeAstTest::testBuildCommandGoodParse() PASS : CMakeAstTest::testBuildCommandBadParse() PASS : CMakeAstTest::testBuildNameGoodParse() PASS : CMakeAstTest::testBuildNameBadParse() PASS : CMakeAstTest::testCMakeMinimumRequiredGoodParse() PASS : CMakeAstTest::testCMakeMinimumRequiredBadParse() PASS : CMakeAstTest::testCMakePolicyGoodParse() PASS : CMakeAstTest::testCMakePolicyBadParse() PASS : CMakeAstTest::testConfigureFileGoodParse() PASS : CMakeAstTest::testConfigureFileBadParse() PASS : CMakeAstTest::testCustomCommandGoodParse() PASS : CMakeAstTest::testCustomCommandBadParse() PASS : CMakeAstTest::testCustomTargetGoodParse() PASS : CMakeAstTest::testCustomTargetBadParse() PASS : CMakeAstTest::testCreateTestSourcelistGoodParse() PASS : CMakeAstTest::testCreateTestSourcelistBadParse() PASS : CMakeAstTest::testEnableLanguageGoodParse() PASS : CMakeAstTest::testEnableLanguageBadParse() PASS : CMakeAstTest::testEnableTestingGoodParse() PASS : CMakeAstTest::testEnableTestingBadParse() PASS : CMakeAstTest::testExecProgramGoodParse() PASS : CMakeAstTest::testExecProgramBadParse() SKIP : CMakeAstTest::testExecuteProcessGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1256)] PASS : CMakeAstTest::testExecuteProcessGoodParse() SKIP : CMakeAstTest::testExecuteProcessBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1269)] PASS : CMakeAstTest::testExecuteProcessBadParse() PASS : CMakeAstTest::testExportGoodParse() PASS : CMakeAstTest::testExportBadParse() PASS : CMakeAstTest::testExportLibraryDepsGoodParse() PASS : CMakeAstTest::testExportLibraryDepsBadParse() PASS : CMakeAstTest::testFileGoodParse() PASS : CMakeAstTest::testFileBadParse() SKIP : CMakeAstTest::testFindFileGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1590)] PASS : CMakeAstTest::testFindFileGoodParse() SKIP : CMakeAstTest::testFindFileBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1603)] PASS : CMakeAstTest::testFindFileBadParse() PASS : CMakeAstTest::testFindLibraryGoodParse() PASS : CMakeAstTest::testFindLibraryBadParse() SKIP : CMakeAstTest::testFindPackageGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1674)] PASS : CMakeAstTest::testFindPackageGoodParse() SKIP : CMakeAstTest::testFindPackageBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1687)] PASS : CMakeAstTest::testFindPackageBadParse() SKIP : CMakeAstTest::testFindPathGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1709)] PASS : CMakeAstTest::testFindPathGoodParse() SKIP : CMakeAstTest::testFindPathBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1722)] PASS : CMakeAstTest::testFindPathBadParse() PASS : CMakeAstTest::testFindProgramGoodParse() PASS : CMakeAstTest::testFindProgramBadParse() SKIP : CMakeAstTest::testFltkWrapUiGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1805)] PASS : CMakeAstTest::testFltkWrapUiGoodParse() SKIP : CMakeAstTest::testFltkWrapUiBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1818)] PASS : CMakeAstTest::testFltkWrapUiBadParse() SKIP : CMakeAstTest::testForeachGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1840)] PASS : CMakeAstTest::testForeachGoodParse() SKIP : CMakeAstTest::testForeachBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1853)] PASS : CMakeAstTest::testForeachBadParse() SKIP : CMakeAstTest::testGetCMakePropertyGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1876)] PASS : CMakeAstTest::testGetCMakePropertyGoodParse() SKIP : CMakeAstTest::testGetCMakePropertyBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1889)] PASS : CMakeAstTest::testGetCMakePropertyBadParse() SKIP : CMakeAstTest::testGetDirPropertyGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1911)] PASS : CMakeAstTest::testGetDirPropertyGoodParse() SKIP : CMakeAstTest::testGetDirPropertyBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1924)] PASS : CMakeAstTest::testGetDirPropertyBadParse() SKIP : CMakeAstTest::testGetFilenameComponentGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1946)] PASS : CMakeAstTest::testGetFilenameComponentGoodParse() SKIP : CMakeAstTest::testGetFilenameComponentBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1959)] PASS : CMakeAstTest::testGetFilenameComponentBadParse() PASS : CMakeAstTest::testGetPropertyGoodParse() SKIP : CMakeAstTest::testGetPropertyBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3488)] PASS : CMakeAstTest::testGetPropertyBadParse() SKIP : CMakeAstTest::testGetSourceFilePropGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1981)] PASS : CMakeAstTest::testGetSourceFilePropGoodParse() SKIP : CMakeAstTest::testGetSourceFilePropBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1994)] PASS : CMakeAstTest::testGetSourceFilePropBadParse() SKIP : CMakeAstTest::testGetTargetPropGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2016)] PASS : CMakeAstTest::testGetTargetPropGoodParse() SKIP : CMakeAstTest::testGetTargetPropBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2029)] PASS : CMakeAstTest::testGetTargetPropBadParse() SKIP : CMakeAstTest::testGetTestPropGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2051)] PASS : CMakeAstTest::testGetTestPropGoodParse() SKIP : CMakeAstTest::testGetTestPropBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2064)] PASS : CMakeAstTest::testGetTestPropBadParse() PASS : CMakeAstTest::testIfGoodParse() PASS : CMakeAstTest::testIfBadParse() PASS : CMakeAstTest::testIncludeGoodParse() PASS : CMakeAstTest::testIncludeBadParse() PASS : CMakeAstTest::testIncludeDirectoriesGoodParse() PASS : CMakeAstTest::testIncludeDirectoriesBadParse() SKIP : CMakeAstTest::testIncludeExternalMsProjectGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2293)] PASS : CMakeAstTest::testIncludeExternalMsProjectGoodParse() SKIP : CMakeAstTest::testIncludeExternalMsProjectBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2306)] PASS : CMakeAstTest::testIncludeExternalMsProjectBadParse() SKIP : CMakeAstTest::testIncludeRegularExpressionGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2328)] PASS : CMakeAstTest::testIncludeRegularExpressionGoodParse() SKIP : CMakeAstTest::testIncludeRegularExpressionBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2341)] PASS : CMakeAstTest::testIncludeRegularExpressionBadParse() SKIP : CMakeAstTest::testInstallGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2363)] PASS : CMakeAstTest::testInstallGoodParse() SKIP : CMakeAstTest::testInstallBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2376)] PASS : CMakeAstTest::testInstallBadParse() SKIP : CMakeAstTest::testInstallFilesGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2398)] PASS : CMakeAstTest::testInstallFilesGoodParse() SKIP : CMakeAstTest::testInstallFilesBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2411)] PASS : CMakeAstTest::testInstallFilesBadParse() SKIP : CMakeAstTest::testInstallProgramsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2433)] PASS : CMakeAstTest::testInstallProgramsGoodParse() SKIP : CMakeAstTest::testInstallProgramsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2446)] PASS : CMakeAstTest::testInstallProgramsBadParse() SKIP : CMakeAstTest::testInstallTargetsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2468)] PASS : CMakeAstTest::testInstallTargetsGoodParse() SKIP : CMakeAstTest::testInstallTargetsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2481)] PASS : CMakeAstTest::testInstallTargetsBadParse() SKIP : CMakeAstTest::testLinkDirectoriesGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2503)] PASS : CMakeAstTest::testLinkDirectoriesGoodParse() SKIP : CMakeAstTest::testLinkDirectoriesBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2516)] PASS : CMakeAstTest::testLinkDirectoriesBadParse() SKIP : CMakeAstTest::testLinkLibrariesGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2538)] PASS : CMakeAstTest::testLinkLibrariesGoodParse() SKIP : CMakeAstTest::testLinkLibrariesBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2551)] PASS : CMakeAstTest::testLinkLibrariesBadParse() SKIP : CMakeAstTest::testListGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2573)] PASS : CMakeAstTest::testListGoodParse() SKIP : CMakeAstTest::testListBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2586)] PASS : CMakeAstTest::testListBadParse() SKIP : CMakeAstTest::testLoadCacheGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2608)] PASS : CMakeAstTest::testLoadCacheGoodParse() SKIP : CMakeAstTest::testLoadCacheBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2621)] PASS : CMakeAstTest::testLoadCacheBadParse() SKIP : CMakeAstTest::testLoadCommandGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2643)] PASS : CMakeAstTest::testLoadCommandGoodParse() SKIP : CMakeAstTest::testLoadCommandBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2656)] PASS : CMakeAstTest::testLoadCommandBadParse() PASS : CMakeAstTest::testMacroGoodParse() PASS : CMakeAstTest::testMacroBadParse() PASS : CMakeAstTest::testFunctionGoodParse() PASS : CMakeAstTest::testFunctionBadParse() SKIP : CMakeAstTest::testMakeDirectoryGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2793)] PASS : CMakeAstTest::testMakeDirectoryGoodParse() SKIP : CMakeAstTest::testMakeDirectoryBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2806)] PASS : CMakeAstTest::testMakeDirectoryBadParse() PASS : CMakeAstTest::testMarkAsAdvancedGoodParse() PASS : CMakeAstTest::testMarkAsAdvancedBadParse() PASS : CMakeAstTest::testMathGoodParse() PASS : CMakeAstTest::testMathBadParse() SKIP : CMakeAstTest::testMessageGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2965)] PASS : CMakeAstTest::testMessageGoodParse() SKIP : CMakeAstTest::testMessageBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2978)] PASS : CMakeAstTest::testMessageBadParse() SKIP : CMakeAstTest::testOptionGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3000)] PASS : CMakeAstTest::testOptionGoodParse() SKIP : CMakeAstTest::testOptionBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3013)] PASS : CMakeAstTest::testOptionBadParse() SKIP : CMakeAstTest::testOutputRequiredFilesGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3035)] PASS : CMakeAstTest::testOutputRequiredFilesGoodParse() SKIP : CMakeAstTest::testOutputRequiredFilesBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3048)] PASS : CMakeAstTest::testOutputRequiredFilesBadParse() PASS : CMakeAstTest::testProjectGoodParse() PASS : CMakeAstTest::testProjectBadParse() SKIP : CMakeAstTest::testQtWrapCppGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3144)] PASS : CMakeAstTest::testQtWrapCppGoodParse() SKIP : CMakeAstTest::testQtWrapCppBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3157)] PASS : CMakeAstTest::testQtWrapCppBadParse() SKIP : CMakeAstTest::testQtWrapUiGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3179)] PASS : CMakeAstTest::testQtWrapUiGoodParse() SKIP : CMakeAstTest::testQtWrapUiBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3192)] PASS : CMakeAstTest::testQtWrapUiBadParse() SKIP : CMakeAstTest::testRemoveGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3214)] PASS : CMakeAstTest::testRemoveGoodParse() SKIP : CMakeAstTest::testRemoveBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3227)] PASS : CMakeAstTest::testRemoveBadParse() SKIP : CMakeAstTest::testRemoveDefinitionsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3249)] PASS : CMakeAstTest::testRemoveDefinitionsGoodParse() SKIP : CMakeAstTest::testRemoveDefinitionsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3262)] PASS : CMakeAstTest::testRemoveDefinitionsBadParse() SKIP : CMakeAstTest::testReturnGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3284)] PASS : CMakeAstTest::testReturnGoodParse() SKIP : CMakeAstTest::testReturnBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3297)] PASS : CMakeAstTest::testReturnBadParse() SKIP : CMakeAstTest::testSeparateArgumentsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3319)] PASS : CMakeAstTest::testSeparateArgumentsGoodParse() SKIP : CMakeAstTest::testSeparateArgumentsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3332)] PASS : CMakeAstTest::testSeparateArgumentsBadParse() PASS : CMakeAstTest::testSetGoodParse() QDEBUG : CMakeAstTest::testSetBadParse() 0 PASS : CMakeAstTest::testSetBadParse() SKIP : CMakeAstTest::testSetDirectoryPropsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3507)] PASS : CMakeAstTest::testSetDirectoryPropsGoodParse() SKIP : CMakeAstTest::testSetDirectoryPropsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3520)] PASS : CMakeAstTest::testSetDirectoryPropsBadParse() SKIP : CMakeAstTest::testSetPropertyGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3434)] PASS : CMakeAstTest::testSetPropertyGoodParse() SKIP : CMakeAstTest::testSetPropertyBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3447)] PASS : CMakeAstTest::testSetPropertyBadParse() SKIP : CMakeAstTest::testSetSourceFilesPropsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3542)] PASS : CMakeAstTest::testSetSourceFilesPropsGoodParse() SKIP : CMakeAstTest::testSetSourceFilesPropsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3555)] PASS : CMakeAstTest::testSetSourceFilesPropsBadParse() SKIP : CMakeAstTest::testSetTargetPropsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3577)] PASS : CMakeAstTest::testSetTargetPropsGoodParse() SKIP : CMakeAstTest::testSetTargetPropsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3590)] PASS : CMakeAstTest::testSetTargetPropsBadParse() SKIP : CMakeAstTest::testSetTestsPropsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3612)] PASS : CMakeAstTest::testSetTestsPropsGoodParse() SKIP : CMakeAstTest::testSetTestsPropsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3625)] PASS : CMakeAstTest::testSetTestsPropsBadParse() SKIP : CMakeAstTest::testSiteNameGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3647)] PASS : CMakeAstTest::testSiteNameGoodParse() SKIP : CMakeAstTest::testSiteNameBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3660)] PASS : CMakeAstTest::testSiteNameBadParse() SKIP : CMakeAstTest::testSourceGroupGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3682)] PASS : CMakeAstTest::testSourceGroupGoodParse() SKIP : CMakeAstTest::testSourceGroupBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3695)] PASS : CMakeAstTest::testSourceGroupBadParse() PASS : CMakeAstTest::testStringGoodParse() SKIP : CMakeAstTest::testStringBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3745)] PASS : CMakeAstTest::testStringBadParse() SKIP : CMakeAstTest::testSubdirDependsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3759)] PASS : CMakeAstTest::testSubdirDependsGoodParse() SKIP : CMakeAstTest::testSubdirDependsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3772)] PASS : CMakeAstTest::testSubdirDependsBadParse() SKIP : CMakeAstTest::testSubdirsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3794)] PASS : CMakeAstTest::testSubdirsGoodParse() SKIP : CMakeAstTest::testSubdirsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3807)] PASS : CMakeAstTest::testSubdirsBadParse() PASS : CMakeAstTest::testTargetLinkLibrariesGoodParse() PASS : CMakeAstTest::testTargetLinkLibrariesBadParse() PASS : CMakeAstTest::testTargetLinkLibrariesMembers() PASS : CMakeAstTest::testTryCompileGoodParse() PASS : CMakeAstTest::testTryCompileBadParse() SKIP : CMakeAstTest::testTryRunGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3965)] PASS : CMakeAstTest::testTryRunGoodParse() SKIP : CMakeAstTest::testTryRunBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3978)] PASS : CMakeAstTest::testTryRunBadParse() SKIP : CMakeAstTest::testUseMangledMesaGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4000)] PASS : CMakeAstTest::testUseMangledMesaGoodParse() SKIP : CMakeAstTest::testUseMangledMesaBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4013)] PASS : CMakeAstTest::testUseMangledMesaBadParse() SKIP : CMakeAstTest::testUtilitySourceGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4035)] PASS : CMakeAstTest::testUtilitySourceGoodParse() SKIP : CMakeAstTest::testUtilitySourceBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4048)] PASS : CMakeAstTest::testUtilitySourceBadParse() SKIP : CMakeAstTest::testVariableRequiresGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4070)] PASS : CMakeAstTest::testVariableRequiresGoodParse() SKIP : CMakeAstTest::testVariableRequiresBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4083)] PASS : CMakeAstTest::testVariableRequiresBadParse() SKIP : CMakeAstTest::testVtkMakeInstantiatorGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4105)] PASS : CMakeAstTest::testVtkMakeInstantiatorGoodParse() SKIP : CMakeAstTest::testVtkMakeInstantiatorBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4118)] PASS : CMakeAstTest::testVtkMakeInstantiatorBadParse() SKIP : CMakeAstTest::testVtkWrapJavaGoodParse(0) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4140)] SKIP : CMakeAstTest::testVtkWrapJavaGoodParse(1) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4140)] PASS : CMakeAstTest::testVtkWrapJavaGoodParse() SKIP : CMakeAstTest::testVtkWrapJavaBadParse(0) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4175)] SKIP : CMakeAstTest::testVtkWrapJavaBadParse(1) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4175)] SKIP : CMakeAstTest::testVtkWrapJavaBadParse(2) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4175)] PASS : CMakeAstTest::testVtkWrapJavaBadParse() SKIP : CMakeAstTest::testVtkWrapPythonGoodParse(0) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4219)] SKIP : CMakeAstTest::testVtkWrapPythonGoodParse(1) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4219)] PASS : CMakeAstTest::testVtkWrapPythonGoodParse() SKIP : CMakeAstTest::testVtkWrapPythonBadParse(0) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4254)] SKIP : CMakeAstTest::testVtkWrapPythonBadParse(1) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4254)] SKIP : CMakeAstTest::testVtkWrapPythonBadParse(2) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4254)] PASS : CMakeAstTest::testVtkWrapPythonBadParse() SKIP : CMakeAstTest::testVtkWrapTclGoodParse(0) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4298)] SKIP : CMakeAstTest::testVtkWrapTclGoodParse(1) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4298)] SKIP : CMakeAstTest::testVtkWrapTclGoodParse(2) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4298)] SKIP : CMakeAstTest::testVtkWrapTclGoodParse(3) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4298)] SKIP : CMakeAstTest::testVtkWrapTclGoodParse(4) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4298)] SKIP : CMakeAstTest::testVtkWrapTclGoodParse(5) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4298)] PASS : CMakeAstTest::testVtkWrapTclGoodParse() SKIP : CMakeAstTest::testVtkWrapTclBadParse(0) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4352)] SKIP : CMakeAstTest::testVtkWrapTclBadParse(1) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4352)] SKIP : CMakeAstTest::testVtkWrapTclBadParse(2) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4352)] SKIP : CMakeAstTest::testVtkWrapTclBadParse(3) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4352)] SKIP : CMakeAstTest::testVtkWrapTclBadParse(4) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4352)] PASS : CMakeAstTest::testVtkWrapTclBadParse() SKIP : CMakeAstTest::testWhileGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4400)] PASS : CMakeAstTest::testWhileGoodParse() SKIP : CMakeAstTest::testWhileBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4413)] PASS : CMakeAstTest::testWhileBadParse() PASS : CMakeAstTest::testWriteFileGoodParse() PASS : CMakeAstTest::testWriteFileBadParse() PASS : CMakeAstTest::cleanupTestCase() Totals: 181 passed, 0 failed, 119 skipped ********* Finished testing of CMakeAstTest ********* Test time = 0.13 sec ---------------------------------------------------------- Test Passed. "cmakeast-test" end time: Mar 05 18:18 CET "cmakeast-test" time elapsed: 00:00:00 ---------------------------------------------------------- 15/22 Testing: cmake-cmakecondition 15/22 Test: cmake-cmakecondition Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests/cmake-cmakecondition.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests "cmake-cmakecondition" start time: Mar 05 18:18 CET Output: ---------------------------------------------------------- ********* Start testing of CMakeConditionTest ********* Config: Using QTest library 4.7.1, Qt 4.7.1 PASS : CMakeConditionTest::initTestCase() PASS : CMakeConditionTest::testGoodParse() PASS : CMakeConditionTest::testBadParse() PASS : CMakeConditionTest::cleanupTestCase() Totals: 4 passed, 0 failed, 0 skipped ********* Finished testing of CMakeConditionTest ********* Test time = 0.05 sec ---------------------------------------------------------- Test Passed. "cmake-cmakecondition" end time: Mar 05 18:18 CET "cmake-cmakecondition" time elapsed: 00:00:00 ---------------------------------------------------------- 16/22 Testing: cmakeduchaintest 16/22 Test: cmakeduchaintest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests/cmakeduchaintest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests "cmakeduchaintest" start time: Mar 05 18:18 CET Output: ---------------------------------------------------------- KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kde4/share/apps/kdevplatform/sessions//{6895193d-8eae-4dcd-a6e7-586a10a700b9}/lock WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0/lock kdevplatform(20480)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version kdevplatform(20480)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0 has to be cleared." ********* Start testing of CMakeDUChainTest ********* Config: Using QTest library 4.7.1, Qt 4.7.1 PASS : CMakeDUChainTest::initTestCase() QDEBUG : CMakeDUChainTest::testUses(empty) nyeeee 0x3017c90 QVector() QDEBUG : CMakeDUChainTest::testUses(defanduse) nyeeee 0x3029790 QVector(0x2ff07f0, 0x3034850) QDEBUG : CMakeDUChainTest::testUses(include) nyeeee 0x1986be0 QVector(0x2fef1c0, 0x36a7d90) QDEBUG : CMakeDUChainTest::testUses(macro) nyeeee 0x36a2550 QVector(0x36aa860) QDEBUG : CMakeDUChainTest::testUses(conditional) nyeeee 0x25a5610 QVector(0x369d680) QDEBUG : CMakeDUChainTest::testUses(included_macro) nyeeee 0x30319f0 QVector(0x36aea50) PASS : CMakeDUChainTest::testUses() PASS : CMakeDUChainTest::testDUChainWalk() PASS : CMakeDUChainTest::cleanupTestCase() Totals: 4 passed, 0 failed, 0 skipped ********* Finished testing of CMakeDUChainTest ********* DUContextData::m_importers There were items left on destruction: 2 DUContextData::m_importedContexts There were items left on destruction: 2 DUContextData::m_localDeclarations There were items left on destruction: 2 DUContextData::m_uses There were items left on destruction: 1 TopDUContextData::m_usedDeclarationIds There were items left on destruction: 1 Test time = 0.44 sec ---------------------------------------------------------- Test Passed. "cmakeduchaintest" end time: Mar 05 18:18 CET "cmakeduchaintest" time elapsed: 00:00:00 ---------------------------------------------------------- 17/22 Testing: cmakeprojectvisitortest 17/22 Test: cmakeprojectvisitortest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests/cmakeprojectvisitortest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests "cmakeprojectvisitortest" start time: Mar 05 18:18 CET Output: ---------------------------------------------------------- KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kde-unit-test/share/apps/qttest/sessions//{911c25ea-2d5d-4e83-9258-f759451bd354}/lock WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{911c25ea-2d5d-4e83-9258-f759451bd354}/0/lock qttest(20501)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version qttest(20501)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{911c25ea-2d5d-4e83-9258-f759451bd354}/0 has to be cleared." ********* Start testing of CMakeProjectVisitorTest ********* Config: Using QTest library 4.7.1, Qt 4.7.1 PASS : CMakeProjectVisitorTest::initTestCase() PASS : CMakeProjectVisitorTest::testVariables() FAIL! : CMakeProjectVisitorTest::testRun(get_filename_component) Compared values are not the same Actual (vm.value(vp.first).join(QString(";"))): /lib64 Expected (vp.second): /lib Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmake_cmakeprojectvisitor_test.cpp(460)] PASS : CMakeProjectVisitorTest::testFinder_init() PASS : CMakeProjectVisitorTest::testFinder() PASS : CMakeProjectVisitorTest::testGlobs() PASS : CMakeProjectVisitorTest::testForeachLines() PASS : CMakeProjectVisitorTest::cleanupTestCase() Totals: 7 passed, 1 failed, 0 skipped ********* Finished testing of CMakeProjectVisitorTest ********* DUContextData::m_uses There were items left on destruction: 43 TopDUContextData::m_usedDeclarationIds There were items left on destruction: 41 DUContextData::m_localDeclarations There were items left on destruction: 45 DUContextData::m_importers There were items left on destruction: 58 DUContextData::m_importedContexts There were items left on destruction: 58 Test time = 6.92 sec ---------------------------------------------------------- Test Failed. "cmakeprojectvisitortest" end time: Mar 05 18:18 CET "cmakeprojectvisitortest" time elapsed: 00:00:06 ---------------------------------------------------------- 18/22 Testing: cmakeparserutilstest 18/22 Test: cmakeparserutilstest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests/cmakeparserutilstest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests "cmakeparserutilstest" start time: Mar 05 18:18 CET Output: ---------------------------------------------------------- ********* Start testing of CMakeParserUtilsTest ********* Config: Using QTest library 4.7.1, Qt 4.7.1 PASS : CMakeParserUtilsTest::initTestCase() PASS : CMakeParserUtilsTest::validVersionsTest() PASS : CMakeParserUtilsTest::invalidVersionsTest() PASS : CMakeParserUtilsTest::cleanupTestCase() Totals: 4 passed, 0 failed, 0 skipped ********* Finished testing of CMakeParserUtilsTest ********* Test time = 0.08 sec ---------------------------------------------------------- Test Passed. "cmakeparserutilstest" end time: Mar 05 18:18 CET "cmakeparserutilstest" time elapsed: 00:00:00 ---------------------------------------------------------- 19/22 Testing: cmakeloadprojecttest 19/22 Test: cmakeloadprojecttest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests/cmakeloadprojecttest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests "cmakeloadprojecttest" start time: Mar 05 18:18 CET Output: ---------------------------------------------------------- KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kde4/share/apps/kdevplatform/sessions//{6895193d-8eae-4dcd-a6e7-586a10a700b9}/lock WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0/lock kdevplatform(20892)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version kdevplatform(20892)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{6895193d-8eae-4dcd-a6e7-586a10a700b9}/0 has to be cleared." ********* Start testing of CMakeLoadProjectTest ********* Config: Using QTest library 4.7.1, Qt 4.7.1 PASS : CMakeLoadProjectTest::initTestCase() PASS : CMakeLoadProjectTest::testTinyCMakeProject() PASS : CMakeLoadProjectTest::testSmallQt4Project() PASS : CMakeLoadProjectTest::testSmallKDE4Project() PASS : CMakeLoadProjectTest::cleanupTestCase() Totals: 5 passed, 0 failed, 0 skipped ********* Finished testing of CMakeLoadProjectTest ********* DUContextData::m_uses There were items left on destruction: 45 TopDUContextData::m_usedDeclarationIds There were items left on destruction: 43 DUContextData::m_localDeclarations There were items left on destruction: 46 DUContextData::m_importers There were items left on destruction: 54 DUContextData::m_importedContexts There were items left on destruction: 54 Test time = 7.13 sec ---------------------------------------------------------- Test Passed. "cmakeloadprojecttest" end time: Mar 05 18:18 CET "cmakeloadprojecttest" time elapsed: 00:00:07 ---------------------------------------------------------- 20/22 Testing: cmakemanagertest 20/22 Test: cmakemanagertest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests/cmakemanagertest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/projectmanagers/cmake/tests "cmakemanagertest" start time: Mar 05 18:18 CET Output: ---------------------------------------------------------- KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kde-unit-test/share/apps/qttest/sessions//{911c25ea-2d5d-4e83-9258-f759451bd354}/lock WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{911c25ea-2d5d-4e83-9258-f759451bd354}/0/lock qttest(21275)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version qttest(21275)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{911c25ea-2d5d-4e83-9258-f759451bd354}/0 has to be cleared." qttest(21275) KXMLGUIClient::setXMLFile: cannot find .rc file "qttestui.rc" for component "qttest" save extern script: 0x114b710 QModelIndex(0,0,0x126b010,QStandardItemModel(0x126aff0) ) save extern script: 0x1145870 QModelIndex(1,0,0x126b010,QStandardItemModel(0x126aff0) ) save extern script: 0x1151720 QModelIndex(2,0,0x126b010,QStandardItemModel(0x126aff0) ) qttest(21275)/kdecore (KLibrary) findLibraryInternal: plugins should not have a 'lib' prefix: "libkonsolepart.so" qttest(21275) Konsole::Session::run: Session::run() - program to run not set. ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: ignored. Object::disconnect: No such slot KDirOperator::_k_slotDoubleClicked(const QModelIndex&) ********* Start testing of CMakeManagerTest ********* Config: Using QTest library 4.7.1, Qt 4.7.1 PASS : CMakeManagerTest::initTestCase() FAIL! : CMakeManagerTest::testWithBuildDirProject() Compared values are not the same Actual (source_dir): Expected (expected_source_Dir): /home/xxx/kdesvn/src/KDE/kdevelop/projectmanagers/cmake/tests/manual/with_build_dir Loc: [/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/projectmanagers/cmake/tests/cmakemanagertest.cpp(63)] PASS : CMakeManagerTest::cleanupTestCase() Totals: 2 passed, 1 failed, 0 skipped ********* Finished testing of CMakeManagerTest ********* qttest(21275) Konsole::SessionManager::~SessionManager: Konsole SessionManager destroyed with sessions still alive Test time = 3.54 sec ---------------------------------------------------------- Test Failed. "cmakemanagertest" end time: Mar 05 18:18 CET "cmakemanagertest" time elapsed: 00:00:03 ---------------------------------------------------------- 21/22 Testing: gdbtest 21/22 Test: gdbtest Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/debuggers/gdb/gdbtest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/debuggers/gdb "gdbtest" start time: Mar 05 18:18 CET Output: ---------------------------------------------------------- KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work ********* Start testing of GDBDebugger::GdbTest ********* Config: Using QTest library 4.7.1, Qt 4.7.1 PASS : GDBDebugger::GdbTest::initTestCase() QWARN : GDBDebugger::GdbTest::testStdOut() WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kde-unit-test/share/apps/qttest/sessions//{911c25ea-2d5d-4e83-9258-f759451bd354}/lock QWARN : GDBDebugger::GdbTest::testStdOut() WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{911c25ea-2d5d-4e83-9258-f759451bd354}/0/lock QDEBUG : GDBDebugger::GdbTest::testStdOut() qttest(21363)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version QDEBUG : GDBDebugger::GdbTest::testStdOut() qttest(21363)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /var/tmp/portage/dev-util/kdevelop-4.2.0/homedir/.kdevduchain/{911c25ea-2d5d-4e83-9258-f759451bd354}/0 has to be cleared." QWARN : GDBDebugger::GdbTest::testStdOut() Object::connect: No such signal GDBDebugger::TestDebugSession::showStepInSource(KUrl, int) QDEBUG : GDBDebugger::GdbTest::testStdOut() qttest(21363)/kdevelop (gdb debugger) GDBDebugger::GdbTest::waitForState: current state 1 waiting for 6 QFATAL : GDBDebugger::GdbTest::testStdOut() qttest(21363)/kdevelop (gdb debugger): "Didn't reach state in /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0/debuggers/gdb/unittests/gdbtest.cpp:182" FAIL! : GDBDebugger::GdbTest::testStdOut() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped ********* Finished testing of GDBDebugger::GdbTest ********* /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/debuggers/gdb/gdbtest.shell: Zeile 4: 21363 Abgebrochen (Speicherabzug geschrieben) LD_LIBRARY_PATH=/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/lib/./:/usr/lib64:/usr/lib64:/usr/lib64/qt4${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/debuggers/gdb/gdbtest" "$@" Test time = 11.64 sec ---------------------------------------------------------- Test Failed. "gdbtest" end time: Mar 05 18:18 CET "gdbtest" time elapsed: 00:00:11 ---------------------------------------------------------- 22/22 Testing: qtprinters 22/22 Test: qtprinters Command: "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/debuggers/gdb/printers/tests/qtprinters.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/debuggers/gdb/printers/tests "qtprinters" start time: Mar 05 18:18 CET Output: ---------------------------------------------------------- ********* Start testing of GDBDebugger::QtPrintersTest ********* Config: Using QTest library 4.7.1, Qt 4.7.1 PASS : GDBDebugger::QtPrintersTest::initTestCase() QDEBUG : GDBDebugger::QtPrintersTest::testQString() ">>>>>Traceback (most recent call last): File "", line 3, in ImportError: No module named qt4 Error while executing Python code." QFATAL : GDBDebugger::QtPrintersTest::testQString() Unexpected Python Exception FAIL! : GDBDebugger::QtPrintersTest::testQString() Received a fatal error. Loc: [Unknown file(0)] Totals: 1 passed, 1 failed, 0 skipped ********* Finished testing of GDBDebugger::QtPrintersTest ********* /var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/debuggers/gdb/printers/tests/qtprinters.shell: Zeile 4: 21801 Abgebrochen (Speicherabzug geschrieben) LD_LIBRARY_PATH=/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/lib/./:/usr/lib64:/usr/lib64:/usr/lib64/qt4${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} "/var/tmp/portage/dev-util/kdevelop-4.2.0/work/kdevelop-4.2.0_build/debuggers/gdb/printers/tests/qtprinters" "$@" Test time = 0.09 sec ---------------------------------------------------------- Test Failed. "qtprinters" end time: Mar 05 18:18 CET "qtprinters" time elapsed: 00:00:00 ---------------------------------------------------------- End testing: Mar 05 18:18 CET