Start testing: Mar 29 01:07 EDT ---------------------------------------------------------- 1/24 Testing: astyletest 1/24 Test: astyletest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/formatters/astyle/tests/astyletest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/formatters/astyle/tests "astyletest" start time: Mar 29 01:07 EDT Output: ---------------------------------------------------------- ********* Start testing of AstyleTest ********* Config: Using QTest library 4.8.0, Qt 4.8.0 PASS : AstyleTest::initTestCase() QDEBUG : AstyleTest::testFuzzyMatching() extracted "a[0]" formatted "void b() {// some comment if( a[0] ) { q; } } " PASS : AstyleTest::testFuzzyMatching() PASS : AstyleTest::testTabMatching() 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::testMultipleFormatters() PASS : AstyleTest::testMacroFormatting() PASS : AstyleTest::testContext() PASS : AstyleTest::testTabIndentation() PASS : AstyleTest::cleanupTestCase() Totals: 11 passed, 0 failed, 0 skipped ********* Finished testing of AstyleTest ********* Test time = 0.05 sec ---------------------------------------------------------- Test Passed. "astyletest" end time: Mar 29 01:07 EDT "astyletest" time elapsed: 00:00:00 ---------------------------------------------------------- 2/24 Testing: parsertest 2/24 Test: parsertest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/parser/tests/parsertest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/parser/tests "parsertest" start time: Mar 29 01:07 EDT Output: ---------------------------------------------------------- ********* Start testing of TestParser ********* Config: Using QTest library 4.8.0, Qt 4.8.0 Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. kbuildsycoca4 running... kbuildsycoca4(11334) KConfigGroup::readXdgListEntry: List entry MimeType in ".hidden/kommander.desktop" is not compliant with XDG standard (missing trailing semicolon). kbuildsycoca4(11334) KConfigGroup::readXdgListEntry: List entry Categories in "/usr/share/applications/kde4/bluedevil-network-dun.desktop" is not compliant with XDG standard (missing trailing semicolon). kbuildsycoca4(11334) KConfigGroup::readXdgListEntry: List entry Categories in "/usr/share/applications/kde4/bluedevil-network-panu.desktop" is not compliant with XDG standard (missing trailing semicolon). kbuildsycoca4(11334) KConfigGroup::readXdgListEntry: List entry Categories in "/usr/share/applications/google-earth.desktop" is not compliant with XDG standard (missing trailing semicolon). kbuildsycoca4(11334) KConfigGroup::readXdgListEntry: List entry MimeType in "/usr/share/applications/google-earth.desktop" is not compliant with XDG standard (missing trailing semicolon). kbuildsycoca4(11334) KConfigGroup::readXdgListEntry: List entry MimeType in "/usr/share/applications/fluid.desktop" is not compliant with XDG standard (missing trailing semicolon). kbuildsycoca4(11334) kdemain: Emitting notifyDatabaseChanged ("servicetypes", "xdgdata-mime", "services", "apps") "KConfigIni: In file /var/tmp/portage/dev-util/kdevelop-4.3.0/temp/kde-portage/kconf_updateP11368.tmp, line 1: " Invalid entry (missing '=') QWARN : TestParser::initTestCase() QMetaMethod::invoke: Unable to handle unregistered datatype 'KUrl::List' PASS : TestParser::initTestCase() PASS : TestParser::testSymbolTable() PASS : TestParser::testTokenTable() QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 27 ] "struct A { int i ; A ( ) : i ( 5 ) { } virtual void test ( ) = 0 ; } ; " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 1 , 27 ] "struct A { int i ; A ( ) : i ( 5 ) { } virtual void test ( ) = 0 ; } ; " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier [ 1 , 26 ] "struct A { int i ; A ( ) : i ( 5 ) { } virtual void test ( ) = 0 ; } " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 3 ] "A " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "A " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 4 , 7 ] "int i ; " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 4 , 5 ] "int " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 5 , 6 ] "i " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 5 , 6 ] "i " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Name [ 5 , 6 ] "i " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 5 , 6 ] "i " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 7 , 17 ] "A ( ) : i ( 5 ) { } " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 7 , 10 ] "A ( ) " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Name [ 7 , 8 ] "A " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 7 , 8 ] "A " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 9 , 9 ] "" QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): CtorInitializer [ 10 , 15 ] ": i ( 5 ) " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): MemInitializer [ 11 , 15 ] "i ( 5 ) " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Name [ 11 , 12 ] "i " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 11 , 12 ] "i " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): InitializerList [ 13 , 14 ] "5 " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 13 , 14 ] "5 " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 13 , 14 ] "5 " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): InitializerList QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): MemInitializer QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): CtorInitializer QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 15 , 17 ] "{ } " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 17 , 25 ] "virtual void test ( ) = 0 ; " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 18 , 19 ] "void " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 19 , 24 ] "test ( ) = 0 " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 19 , 22 ] "test ( ) " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Name [ 19 , 20 ] "test " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 19 , 20 ] "test " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 21 , 21 ] "" QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Initializer [ 22 , 24 ] "= 0 " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 23 , 24 ] "0 " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 23 , 24 ] "0 " QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): Initializer QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testParser() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit PASS : TestParser::testParser() PASS : TestParser::testTemplateArguments() PASS : TestParser::testTemplatedDTor() QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 29 ] "void TestParser :: test ( ) { if ( val < f && val < val1 && val < val2 && val < val3 ) { } } " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 1 , 29 ] "void TestParser :: test ( ) { if ( val < f && val < val1 && val < val2 && val < val3 ) { } } " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "void " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 7 ] "TestParser :: test ( ) " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 5 ] "TestParser :: test " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "TestParser " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 4 , 5 ] "test " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 6 , 6 ] "" QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 7 , 29 ] "{ if ( val < f && val < val1 && val < val2 && val < val3 ) { } } " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): IfStatement [ 8 , 28 ] "if ( val < f && val < val1 && val < val2 && val < val3 ) { } " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Condition [ 10 , 25 ] "val < f && val < val1 && val < val2 && val < val3 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 25 ] "val < f && val < val1 && val < val2 && val < val3 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 21 ] "val < f && val < val1 && val < val2 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 17 ] "val < f && val < val1 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 13 ] "val < f " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 10 , 11 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 10 , 11 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 10 , 11 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 12 , 13 ] "f " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 12 , 13 ] "f " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 12 , 13 ] "f " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 14 , 17 ] "val < val1 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 14 , 15 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 14 , 15 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 14 , 15 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 16 , 17 ] "val1 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 16 , 17 ] "val1 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 16 , 17 ] "val1 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 18 , 21 ] "val < val2 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 18 , 19 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 18 , 19 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 18 , 19 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 20 , 21 ] "val2 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 20 , 21 ] "val2 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 20 , 21 ] "val2 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 22 , 25 ] "val < val3 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 22 , 23 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 22 , 23 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 22 , 23 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 24 , 25 ] "val3 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 24 , 25 ] "val3 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 24 , 25 ] "val3 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Condition QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 26 , 28 ] "{ } " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): IfStatement QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 121 ] "void TestParser :: test ( ) { if ( val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 && val < val15 && val < val16 && val < val17 && val < val18 && val < val19 && val < val20 && val < val21 && val < val22 && val < val23 && val < val24 && val < val25 && val < val26 ) { } } " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 1 , 121 ] "void TestParser :: test ( ) { if ( val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 && val < val15 && val < val16 && val < val17 && val < val18 && val < val19 && val < val20 && val < val21 && val < val22 && val < val23 && val < val24 && val < val25 && val < val26 ) { } } " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "void " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 7 ] "TestParser :: test ( ) " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 5 ] "TestParser :: test " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "TestParser " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 4 , 5 ] "test " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 6 , 6 ] "" QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 7 , 121 ] "{ if ( val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 && val < val15 && val < val16 && val < val17 && val < val18 && val < val19 && val < val20 && val < val21 && val < val22 && val < val23 && val < val24 && val < val25 && val < val26 ) { } } " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): IfStatement [ 8 , 120 ] "if ( val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 && val < val15 && val < val16 && val < val17 && val < val18 && val < val19 && val < val20 && val < val21 && val < val22 && val < val23 && val < val24 && val < val25 && val < val26 ) { } " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Condition [ 10 , 117 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 && val < val15 && val < val16 && val < val17 && val < val18 && val < val19 && val < val20 && val < val21 && val < val22 && val < val23 && val < val24 && val < val25 && val < val26 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 117 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 && val < val15 && val < val16 && val < val17 && val < val18 && val < val19 && val < val20 && val < val21 && val < val22 && val < val23 && val < val24 && val < val25 && val < val26 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 113 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 && val < val15 && val < val16 && val < val17 && val < val18 && val < val19 && val < val20 && val < val21 && val < val22 && val < val23 && val < val24 && val < val25 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 109 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 && val < val15 && val < val16 && val < val17 && val < val18 && val < val19 && val < val20 && val < val21 && val < val22 && val < val23 && val < val24 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 105 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 && val < val15 && val < val16 && val < val17 && val < val18 && val < val19 && val < val20 && val < val21 && val < val22 && val < val23 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 101 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 && val < val15 && val < val16 && val < val17 && val < val18 && val < val19 && val < val20 && val < val21 && val < val22 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 97 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 && val < val15 && val < val16 && val < val17 && val < val18 && val < val19 && val < val20 && val < val21 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 93 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 && val < val15 && val < val16 && val < val17 && val < val18 && val < val19 && val < val20 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 89 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 && val < val15 && val < val16 && val < val17 && val < val18 && val < val19 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 85 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 && val < val15 && val < val16 && val < val17 && val < val18 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 81 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 && val < val15 && val < val16 && val < val17 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 77 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 && val < val15 && val < val16 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 73 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 && val < val15 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 69 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 && val < val14 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 65 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 && val < val13 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 61 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 && val < val12 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 57 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 && val < val11 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 53 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 && val < val10 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 49 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 && val < val9 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 45 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 && val < val8 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 41 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 && val < val7 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 37 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 && val < val6 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 33 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 && val < val5 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 29 ] "val < f && val < val1 && val < val2 && val < val3 && val < val4 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 25 ] "val < f && val < val1 && val < val2 && val < val3 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 21 ] "val < f && val < val1 && val < val2 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 17 ] "val < f && val < val1 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 13 ] "val < f " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 10 , 11 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 10 , 11 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 10 , 11 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 12 , 13 ] "f " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 12 , 13 ] "f " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 12 , 13 ] "f " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 14 , 17 ] "val < val1 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 14 , 15 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 14 , 15 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 14 , 15 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 16 , 17 ] "val1 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 16 , 17 ] "val1 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 16 , 17 ] "val1 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 18 , 21 ] "val < val2 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 18 , 19 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 18 , 19 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 18 , 19 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 20 , 21 ] "val2 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 20 , 21 ] "val2 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 20 , 21 ] "val2 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 22 , 25 ] "val < val3 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 22 , 23 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 22 , 23 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 22 , 23 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 24 , 25 ] "val3 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 24 , 25 ] "val3 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 24 , 25 ] "val3 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 26 , 29 ] "val < val4 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 26 , 27 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 26 , 27 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 26 , 27 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 28 , 29 ] "val4 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 28 , 29 ] "val4 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 28 , 29 ] "val4 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 30 , 33 ] "val < val5 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 30 , 31 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 30 , 31 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 30 , 31 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 32 , 33 ] "val5 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 32 , 33 ] "val5 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 32 , 33 ] "val5 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 34 , 37 ] "val < val6 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 34 , 35 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 34 , 35 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 34 , 35 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 36 , 37 ] "val6 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 36 , 37 ] "val6 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 36 , 37 ] "val6 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 38 , 41 ] "val < val7 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 38 , 39 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 38 , 39 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 38 , 39 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 40 , 41 ] "val7 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 40 , 41 ] "val7 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 40 , 41 ] "val7 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 42 , 45 ] "val < val8 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 42 , 43 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 42 , 43 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 42 , 43 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 44 , 45 ] "val8 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 44 , 45 ] "val8 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 44 , 45 ] "val8 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 46 , 49 ] "val < val9 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 46 , 47 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 46 , 47 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 46 , 47 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 48 , 49 ] "val9 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 48 , 49 ] "val9 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 48 , 49 ] "val9 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 50 , 53 ] "val < val10 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 50 , 51 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 50 , 51 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 50 , 51 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 52 , 53 ] "val10 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 52 , 53 ] "val10 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 52 , 53 ] "val10 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 54 , 57 ] "val < val11 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 54 , 55 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 54 , 55 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 54 , 55 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 56 , 57 ] "val11 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 56 , 57 ] "val11 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 56 , 57 ] "val11 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 58 , 61 ] "val < val12 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 58 , 59 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 58 , 59 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 58 , 59 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 60 , 61 ] "val12 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 60 , 61 ] "val12 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 60 , 61 ] "val12 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 62 , 65 ] "val < val13 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 62 , 63 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 62 , 63 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 62 , 63 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 64 , 65 ] "val13 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 64 , 65 ] "val13 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 64 , 65 ] "val13 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 66 , 69 ] "val < val14 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 66 , 67 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 66 , 67 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 66 , 67 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 68 , 69 ] "val14 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 68 , 69 ] "val14 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 68 , 69 ] "val14 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 70 , 73 ] "val < val15 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 70 , 71 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 70 , 71 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 70 , 71 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 72 , 73 ] "val15 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 72 , 73 ] "val15 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 72 , 73 ] "val15 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 74 , 77 ] "val < val16 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 74 , 75 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 74 , 75 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 74 , 75 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 76 , 77 ] "val16 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 76 , 77 ] "val16 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 76 , 77 ] "val16 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 78 , 81 ] "val < val17 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 78 , 79 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 78 , 79 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 78 , 79 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 80 , 81 ] "val17 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 80 , 81 ] "val17 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 80 , 81 ] "val17 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 82 , 85 ] "val < val18 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 82 , 83 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 82 , 83 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 82 , 83 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 84 , 85 ] "val18 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 84 , 85 ] "val18 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 84 , 85 ] "val18 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 86 , 89 ] "val < val19 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 86 , 87 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 86 , 87 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 86 , 87 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 88 , 89 ] "val19 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 88 , 89 ] "val19 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 88 , 89 ] "val19 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 90 , 93 ] "val < val20 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 90 , 91 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 90 , 91 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 90 , 91 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 92 , 93 ] "val20 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 92 , 93 ] "val20 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 92 , 93 ] "val20 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 94 , 97 ] "val < val21 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 94 , 95 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 94 , 95 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 94 , 95 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 96 , 97 ] "val21 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 96 , 97 ] "val21 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 96 , 97 ] "val21 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 98 , 101 ] "val < val22 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 98 , 99 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 98 , 99 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 98 , 99 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 100 , 101 ] "val22 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 100 , 101 ] "val22 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 100 , 101 ] "val22 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 102 , 105 ] "val < val23 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 102 , 103 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 102 , 103 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 102 , 103 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 104 , 105 ] "val23 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 104 , 105 ] "val23 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 104 , 105 ] "val23 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 106 , 109 ] "val < val24 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 106 , 107 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 106 , 107 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 106 , 107 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 108 , 109 ] "val24 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 108 , 109 ] "val24 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 108 , 109 ] "val24 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 110 , 113 ] "val < val25 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 110 , 111 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 110 , 111 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 110 , 111 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 112 , 113 ] "val25 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 112 , 113 ] "val25 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 112 , 113 ] "val25 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 114 , 117 ] "val < val26 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 114 , 115 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 114 , 115 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 114 , 115 ] "val " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 116 , 117 ] "val26 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name [ 116 , 117 ] "val26 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 116 , 117 ] "val26 " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): Condition QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 118 , 120 ] "{ } " QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): IfStatement QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testManyComparisons() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit PASS : TestParser::testManyComparisons() PASS : TestParser::testParserFail() PASS : TestParser::testPartialParseFail() QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 11 ] "void TestParser :: A :: test ( ) { } " QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 1 , 11 ] "void TestParser :: A :: test ( ) { } " QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "void " QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 9 ] "TestParser :: A :: test ( ) " QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 7 ] "TestParser :: A :: test " QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "TestParser " QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 4 , 5 ] "A " QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 6 , 7 ] "test " QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 8 , 8 ] "" QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 9 , 11 ] "{ } " QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testParseMethod() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit 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() XFAIL : TestParser::testPreprocessor() Backslash incorrectly handled Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/parser/tests/test_parser.cpp(486)] XFAIL : TestParser::testPreprocessor() Backslash incorrectly handled Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/parser/tests/test_parser.cpp(489)] XFAIL : TestParser::testPreprocessor() Empty expansions incorrectly handled Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/parser/tests/test_parser.cpp(492)] XFAIL : TestParser::testPreprocessor() Variadic macros unsupported Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/parser/tests/test_parser.cpp(495)] XFAIL : TestParser::testPreprocessor() Variadic macros unsupported Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/parser/tests/test_parser.cpp(498)] XFAIL : TestParser::testPreprocessor() No problems reported for missmatching macro-parameter-lists Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/parser/tests/test_parser.cpp(501)] XFAIL : TestParser::testPreprocessor() No problems reported for missmatching macro-parameter-lists Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/parser/tests/test_parser.cpp(504)] XFAIL : TestParser::testPreprocessor() No problems reported for macro-redefinition Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/parser/tests/test_parser.cpp(507)] PASS : TestParser::testPreprocessor() XFAIL : TestParser::testPreprocessorStringify() # incorrectly handled Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/parser/tests/test_parser.cpp(515)] PASS : TestParser::testPreprocessorStringify() PASS : TestParser::testStringConcatenation() QDEBUG : TestParser::testEmptyInclude() "invalid include directive" PASS : TestParser::testEmptyInclude() QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 14 ] "bool i = ( small < big || big > small ) ; " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 1 , 14 ] "bool i = ( small < big || big > small ) ; " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "bool " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 2 , 13 ] "i = ( small < big || big > small ) " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 3 ] "i " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 3 ] "i " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "i " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): Initializer [ 3 , 13 ] "= ( small < big || big > small ) " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 4 , 13 ] "( small < big || big > small ) " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 4 , 13 ] "( small < big || big > small ) " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 5 , 12 ] "small < big || big > small " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 5 , 8 ] "small < big " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 5 , 6 ] "small " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): Name [ 5 , 6 ] "small " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 5 , 6 ] "small " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 7 , 8 ] "big " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): Name [ 7 , 8 ] "big " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 7 , 8 ] "big " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 9 , 12 ] "big > small " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 9 , 10 ] "big " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): Name [ 9 , 10 ] "big " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 9 , 10 ] "big " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 11 , 12 ] "small " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): Name [ 11 , 12 ] "small " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 11 , 12 ] "small " QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): Initializer QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testCondition() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit PASS : TestParser::testCondition() QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 21 ] "void TestParser :: expression ( ) { if ( a < b || c > d ) { } } " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 1 , 21 ] "void TestParser :: expression ( ) { if ( a < b || c > d ) { } } " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "void " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 7 ] "TestParser :: expression ( ) " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 5 ] "TestParser :: expression " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "TestParser " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 4 , 5 ] "expression " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 6 , 6 ] "" QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 7 , 21 ] "{ if ( a < b || c > d ) { } } " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): IfStatement [ 8 , 20 ] "if ( a < b || c > d ) { } " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): Condition [ 10 , 17 ] "a < b || c > d " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 17 ] "a < b || c > d " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 10 , 13 ] "a < b " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 10 , 11 ] "a " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): Name [ 10 , 11 ] "a " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 10 , 11 ] "a " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 12 , 13 ] "b " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): Name [ 12 , 13 ] "b " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 12 , 13 ] "b " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 14 , 17 ] "c > d " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 14 , 15 ] "c " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): Name [ 14 , 15 ] "c " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 14 , 15 ] "c " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 16 , 17 ] "d " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): Name [ 16 , 17 ] "d " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 16 , 17 ] "d " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): Condition QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 18 , 20 ] "{ } " QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): IfStatement QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testNonTemplateDeclaration() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit PASS : TestParser::testNonTemplateDeclaration() QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 12 ] "const int foo [ ] = { 1 , } ; " QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 1 , 12 ] "const int foo [ ] = { 1 , } ; " QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 2 , 3 ] "int " QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 3 , 11 ] "foo [ ] = { 1 , } " QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 3 , 6 ] "foo [ ] " QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): Name [ 3 , 4 ] "foo " QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 3 , 4 ] "foo " QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): Initializer [ 6 , 11 ] "= { 1 , } " QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 7 , 11 ] "{ 1 , } " QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): BracedInitList [ 7 , 11 ] "{ 1 , } " QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): BracedInitList QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): Initializer QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testInitListTrailingComma() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit PASS : TestParser::testInitListTrailingComma() QDEBUG : TestParser::testAsmVolatile() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 54 ] "__asm__ __volatile__ ( "cld; rep; " "stosq" : "=c" ( __d0 ) , "=D" ( __d1 ) : "a" ( 0 ) , "0" ( sizeof ( fd_set ) / sizeof ( __fd_mask ) ) , "1" ( & ( ( & rfds ) -> __fds_bits ) [ 0 ] ) : "memory" ) ; " QDEBUG : TestParser::testAsmVolatile() kdevplatform(11316)/kdevelop (cpp support): AsmDefinition [ 1 , 54 ] "__asm__ __volatile__ ( "cld; rep; " "stosq" : "=c" ( __d0 ) , "=D" ( __d1 ) : "a" ( 0 ) , "0" ( sizeof ( fd_set ) / sizeof ( __fd_mask ) ) , "1" ( & ( ( & rfds ) -> __fds_bits ) [ 0 ] ) : "memory" ) ; " QDEBUG : TestParser::testAsmVolatile() kdevplatform(11316)/kdevelop (cpp support): AsmDefinition QDEBUG : TestParser::testAsmVolatile() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit PASS : TestParser::testAsmVolatile() QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 8 ] "void TestParser :: incr ( ) ; " QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 1 , 8 ] "void TestParser :: incr ( ) ; " QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "void " QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 2 , 7 ] "TestParser :: incr ( ) " QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 7 ] "TestParser :: incr ( ) " QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 5 ] "TestParser :: incr " QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "TestParser " QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 4 , 5 ] "incr " QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 6 , 6 ] "" QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testIncrIdentifier() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit PASS : TestParser::testIncrIdentifier() PASS : TestParser::testParseFile() PASS : TestParser::testQProperty() QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 15 ] "void TestParser :: setView ( ) { setView ( m_view ) ; // } " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 1 , 15 ] "void TestParser :: setView ( ) { setView ( m_view ) ; // } " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "void " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 7 ] "TestParser :: setView ( ) " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 5 ] "TestParser :: setView " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "TestParser " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 4 , 5 ] "setView " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 6 , 6 ] "" QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 7 , 15 ] "{ setView ( m_view ) ; // } " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): ExpressionOrDeclarationStatement [ 8 , 13 ] "setView ( m_view ) ; " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement [ 8 , 13 ] "setView ( m_view ) ; " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): PostfixExpression [ 8 , 12 ] "setView ( m_view ) " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 8 , 9 ] "setView " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "setView " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "setView " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): FunctionCall [ 9 , 12 ] "( m_view ) " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): InitializerList [ 10 , 11 ] "m_view " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 10 , 11 ] "m_view " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 10 , 11 ] "m_view " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): Name [ 10 , 11 ] "m_view " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 10 , 11 ] "m_view " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): InitializerList QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): FunctionCall QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): PostfixExpression QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement [ 8 , 13 ] "setView ( m_view ) ; " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 8 , 13 ] "setView ( m_view ) ; " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 8 , 9 ] "setView " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "setView " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "setView " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 9 , 12 ] "( m_view ) " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 9 , 12 ] "( m_view ) " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 10 , 11 ] "m_view " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): Name [ 10 , 11 ] "m_view " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 10 , 11 ] "m_view " QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): ExpressionOrDeclarationStatement QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testCommentAfterFunctionCall() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit PASS : TestParser::testCommentAfterFunctionCall() PASS : TestParser::testPtrToMemberAst() PASS : TestParser::testSwitchStatement() PASS : TestParser::testNamedOperators() PASS : TestParser::testOperators() QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 12 ] "int main ( ) { typeid ( int ) ; } " QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 1 , 12 ] "int main ( ) { typeid ( int ) ; } " QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "int " QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 5 ] "main ( ) " QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 3 ] "main " QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "main " QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 4 , 4 ] "" QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 5 , 12 ] "{ typeid ( int ) ; } " QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement [ 6 , 11 ] "typeid ( int ) ; " QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): TypeIDOperator [ 6 , 10 ] "typeid ( int ) " QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): TypeId [ 8 , 9 ] "int " QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 8 , 9 ] "int " QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): TypeId QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): TypeIDOperator QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testTypeID(typeid-type) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 12 ] "int main ( ) { typeid ( 5 ) ; } " QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 1 , 12 ] "int main ( ) { typeid ( 5 ) ; } " QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "int " QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 5 ] "main ( ) " QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 3 ] "main " QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "main " QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 4 , 4 ] "" QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 5 , 12 ] "{ typeid ( 5 ) ; } " QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement [ 6 , 11 ] "typeid ( 5 ) ; " QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): TypeIDOperator [ 6 , 10 ] "typeid ( 5 ) " QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 8 , 9 ] "5 " QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): TypeIDOperator QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testTypeID(typeid-value) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 15 ] "int main ( ) { float f ; typeid ( f ) ; } " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 1 , 15 ] "int main ( ) { float f ; typeid ( f ) ; } " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "int " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 5 ] "main ( ) " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 3 ] "main " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "main " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 4 , 4 ] "" QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 5 , 15 ] "{ float f ; typeid ( f ) ; } " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement [ 6 , 9 ] "float f ; " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 6 , 9 ] "float f ; " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 6 , 7 ] "float " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 7 , 8 ] "f " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 7 , 8 ] "f " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): Name [ 7 , 8 ] "f " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 7 , 8 ] "f " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement [ 9 , 14 ] "typeid ( f ) ; " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): TypeIDOperator [ 9 , 13 ] "typeid ( f ) " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): TypeId [ 11 , 12 ] "f " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 11 , 12 ] "f " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): Name [ 11 , 12 ] "f " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 11 , 12 ] "f " QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): TypeId QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): TypeIDOperator QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testTypeID(typeid-var) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 16 ] "int main ( ) { typeid ( 1 ) . name ( ) ; } " QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 1 , 16 ] "int main ( ) { typeid ( 1 ) . name ( ) ; } " QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "int " QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 5 ] "main ( ) " QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 3 ] "main " QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "main " QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 4 , 4 ] "" QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 5 , 16 ] "{ typeid ( 1 ) . name ( ) ; } " QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement [ 6 , 15 ] "typeid ( 1 ) . name ( ) ; " QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): TypeIDOperator [ 6 , 14 ] "typeid ( 1 ) . name ( ) " QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 8 , 9 ] "1 " QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): ClassMemberAccess [ 10 , 12 ] ". name " QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): Name [ 11 , 12 ] "name " QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 11 , 12 ] "name " QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): ClassMemberAccess QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): FunctionCall [ 12 , 14 ] "( ) " QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): FunctionCall QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): TypeIDOperator QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testTypeID(type_info-name) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 20 ] "int main ( ) { cout << typeid ( 1 ) . name ( ) << endl ; } " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 1 , 20 ] "int main ( ) { cout << typeid ( 1 ) . name ( ) << endl ; } " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "int " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 5 ] "main ( ) " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 3 ] "main " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "main " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 4 , 4 ] "" QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 5 , 20 ] "{ cout << typeid ( 1 ) . name ( ) << endl ; } " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement [ 6 , 19 ] "cout << typeid ( 1 ) . name ( ) << endl ; " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 6 , 18 ] "cout << typeid ( 1 ) . name ( ) << endl " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 6 , 16 ] "cout << typeid ( 1 ) . name ( ) " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 6 , 7 ] "cout " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): Name [ 6 , 7 ] "cout " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 6 , 7 ] "cout " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): TypeIDOperator [ 8 , 16 ] "typeid ( 1 ) . name ( ) " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 10 , 11 ] "1 " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): ClassMemberAccess [ 12 , 14 ] ". name " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): Name [ 13 , 14 ] "name " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 13 , 14 ] "name " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): ClassMemberAccess QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): FunctionCall [ 14 , 16 ] "( ) " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): FunctionCall QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): TypeIDOperator QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 17 , 18 ] "endl " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): Name [ 17 , 18 ] "endl " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 17 , 18 ] "endl " QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testTypeID(type_info-name-stream) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 20 ] "int main ( ) { bool b = typeid ( 1 ) == typeid ( int ) ; } " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 1 , 20 ] "int main ( ) { bool b = typeid ( 1 ) == typeid ( int ) ; } " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "int " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 5 ] "main ( ) " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 3 ] "main " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "main " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 4 , 4 ] "" QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 5 , 20 ] "{ bool b = typeid ( 1 ) == typeid ( int ) ; } " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement [ 6 , 19 ] "bool b = typeid ( 1 ) == typeid ( int ) ; " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 6 , 19 ] "bool b = typeid ( 1 ) == typeid ( int ) ; " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 6 , 7 ] "bool " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 7 , 18 ] "b = typeid ( 1 ) == typeid ( int ) " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 7 , 8 ] "b " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): Name [ 7 , 8 ] "b " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 7 , 8 ] "b " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): Initializer [ 8 , 18 ] "= typeid ( 1 ) == typeid ( int ) " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 9 , 18 ] "typeid ( 1 ) == typeid ( int ) " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 9 , 18 ] "typeid ( 1 ) == typeid ( int ) " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): TypeIDOperator [ 9 , 13 ] "typeid ( 1 ) " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 11 , 12 ] "1 " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): TypeIDOperator QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): TypeIDOperator [ 14 , 18 ] "typeid ( int ) " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): TypeId [ 16 , 17 ] "int " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 16 , 17 ] "int " QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): TypeId QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): TypeIDOperator QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): Initializer QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testTypeID(type_info-op) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit PASS : TestParser::testTypeID() QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 15 ] "void foo ( ) { register int i ; int register j ; } " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 1 , 15 ] "void foo ( ) { register int i ; int register j ; } " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "void " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 5 ] "foo ( ) " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 3 ] "foo " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "foo " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 4 , 4 ] "" QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 5 , 15 ] "{ register int i ; int register j ; } " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement [ 6 , 10 ] "register int i ; " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 6 , 10 ] "register int i ; " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 7 , 8 ] "int " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 8 , 9 ] "i " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 8 , 9 ] "i " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "i " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "i " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement [ 10 , 14 ] "int register j ; " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 10 , 14 ] "int register j ; " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 10 , 11 ] "int " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 12 , 13 ] "j " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 12 , 13 ] "j " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): Name [ 12 , 13 ] "j " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 12 , 13 ] "j " QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testRegister() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit PASS : TestParser::testRegister() QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 13 ] "template < typename T > inline void a ( ) { } " QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration [ 1 , 13 ] "template < typename T > inline void a ( ) { } " QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): TemplateParameter [ 3 , 5 ] "typename T " QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): TypeParameter [ 3 , 5 ] "typename T " QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): Name [ 4 , 5 ] "T " QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 4 , 5 ] "T " QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): TypeParameter QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): TemplateParameter QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 6 , 13 ] "inline void a ( ) { } " QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 7 , 8 ] "void " QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 8 , 11 ] "a ( ) " QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "a " QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "a " QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 10 , 10 ] "" QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 11 , 13 ] "{ } " QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration QDEBUG : TestParser::inlineTemplate() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit PASS : TestParser::inlineTemplate() QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 18 ] "int main ( ) { const char * a = "?" ; a = 0 ; } " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 1 , 18 ] "int main ( ) { const char * a = "?" ; a = 0 ; } " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "int " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 5 ] "main ( ) " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 3 ] "main " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "main " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 4 , 4 ] "" QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 5 , 18 ] "{ const char * a = "?" ; a = 0 ; } " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement [ 6 , 13 ] "const char * a = "?" ; " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 6 , 13 ] "const char * a = "?" ; " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 7 , 8 ] "char " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 8 , 12 ] "* a = "?" " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 8 , 10 ] "* a " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): PtrOperator [ 8 , 9 ] "* " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): PtrOperator QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): Name [ 9 , 10 ] "a " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 9 , 10 ] "a " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): Initializer [ 10 , 12 ] "= "?" " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 11 , 12 ] ""?" " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 11 , 12 ] ""?" " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): StringLiteral [ 11 , 12 ] ""?" " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): StringLiteral QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): Initializer QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement [ 13 , 17 ] "a = 0 ; " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 13 , 16 ] "a = 0 " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 13 , 14 ] "a " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): Name [ 13 , 14 ] "a " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 13 , 14 ] "a " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 15 , 16 ] "0 " QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testMultiByteCStrings() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit XFAIL : TestParser::testMultiByteCStrings() the wide ??-char takes two indizes in a QByteArray, which breaks our lexer Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/parser/tests/test_parser.cpp(876)] PASS : TestParser::testMultiByteCStrings() QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 12 ] "int a = 1 ; /* ? */ int b = 0 ; " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 1 , 5 ] "int a = 1 " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "int " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 2 , 5 ] "a = 1 " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 3 ] "a " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 3 ] "a " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "a " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): Initializer [ 3 , 5 ] "= 1 " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 4 , 5 ] "1 " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 4 , 5 ] "1 " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): Initializer QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 7 , 12 ] "int b = 0 ; " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 7 , 8 ] "int " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 8 , 11 ] "b = 0 " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 8 , 9 ] "b " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "b " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "b " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): Initializer [ 9 , 11 ] "= 0 " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 10 , 11 ] "0 " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 10 , 11 ] "0 " QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): Initializer QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testMultiByteComments() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit XFAIL : TestParser::testMultiByteComments() the wide ??-char takes two indizes in a QByteArray, which breaks our lexer Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/parser/tests/test_parser.cpp(897)] PASS : TestParser::testMultiByteComments() QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 9 ] "int a = false ? : 0 ; " QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 1 , 9 ] "int a = false ? : 0 ; " QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "int " QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 2 , 8 ] "a = false ? : 0 " QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 3 ] "a " QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 3 ] "a " QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "a " QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): Initializer [ 3 , 8 ] "= false ? : 0 " QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 4 , 8 ] "false ? : 0 " QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): ConditionalExpression [ 4 , 8 ] "false ? : 0 " QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 4 , 5 ] "false " QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 7 , 8 ] "0 " QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): ConditionalExpression QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): Initializer QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testTernaryEmptyExpression() kdevplatform(11316)/kdevelop (cpp support): TranslationUnit PASS : TestParser::testTernaryEmptyExpression() PASS : TestParser::testRangeBasedFor() PASS : TestParser::testRValueReference() QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 12 ] "class A { A ( ) = default ; } ; " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 1 , 12 ] "class A { A ( ) = default ; } ; " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier [ 1 , 11 ] "class A { A ( ) = default ; } " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 3 ] "A " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "A " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 4 , 10 ] "A ( ) = default ; " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 4 , 7 ] "A ( ) " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): Name [ 4 , 5 ] "A " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 4 , 5 ] "A " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 6 , 6 ] "" QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testDefaultDeletedFunctions(member-default) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 12 ] "class A { A ( ) = delete ; } ; " QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 1 , 12 ] "class A { A ( ) = delete ; } ; " QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier [ 1 , 11 ] "class A { A ( ) = delete ; } " QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 3 ] "A " QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "A " QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 4 , 10 ] "A ( ) = delete ; " QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 4 , 7 ] "A ( ) " QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): Name [ 4 , 5 ] "A " QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 4 , 5 ] "A " QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 6 , 6 ] "" QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testDefaultDeletedFunctions(member-delete) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 18 ] "class A { A ( ) ; } ; A :: A ( ) = default ; " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 1 , 10 ] "class A { A ( ) ; } ; " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier [ 1 , 9 ] "class A { A ( ) ; } " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 3 ] "A " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "A " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 4 , 8 ] "A ( ) ; " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 4 , 7 ] "A ( ) " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 4 , 7 ] "A ( ) " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): Name [ 4 , 5 ] "A " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 4 , 5 ] "A " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 6 , 6 ] "" QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 10 , 18 ] "A :: A ( ) = default ; " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 10 , 15 ] "A :: A ( ) " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): Name [ 10 , 13 ] "A :: A " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 10 , 11 ] "A " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 12 , 13 ] "A " QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 14 , 14 ] "" QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testDefaultDeletedFunctions(member-default-outside) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 9 ] "void foo ( int ) = delete ; " QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 1 , 9 ] "void foo ( int ) = delete ; " QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 1 , 2 ] "void " QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 2 , 6 ] "foo ( int ) " QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): Name [ 2 , 3 ] "foo " QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 2 , 3 ] "foo " QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 4 , 5 ] "int " QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclaration [ 4 , 5 ] "int " QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 4 , 5 ] "int " QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclaration QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testDefaultDeletedFunctions(non-member-delete) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit PASS : TestParser::testDefaultDeletedFunctions() QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 12 ] "template < class ... Arg > class A { } ; " QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration [ 1 , 12 ] "template < class ... Arg > class A { } ; " QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter [ 3 , 6 ] "class ... Arg " QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): TypeParameter [ 3 , 6 ] "class ... Arg " QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): Name [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): TypeParameter QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 7 , 12 ] "class A { } ; " QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier [ 7 , 11 ] "class A { } " QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration QDEBUG : TestParser::testVariadicTemplates(template-pack-class) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 12 ] "template < typename ... Arg > class A { } ; " QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration [ 1 , 12 ] "template < typename ... Arg > class A { } ; " QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter [ 3 , 6 ] "typename ... Arg " QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): TypeParameter [ 3 , 6 ] "typename ... Arg " QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): Name [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): TypeParameter QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 7 , 12 ] "class A { } ; " QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier [ 7 , 11 ] "class A { } " QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration QDEBUG : TestParser::testVariadicTemplates(template-pack-typename) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 16 ] "template < class ... Arg > class A : public Arg ... { } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration [ 1 , 16 ] "template < class ... Arg > class A : public Arg ... { } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter [ 3 , 6 ] "class ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): TypeParameter [ 3 , 6 ] "class ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): Name [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): TypeParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 7 , 16 ] "class A : public Arg ... { } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier [ 7 , 15 ] "class A : public Arg ... { } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): BaseClause [ 9 , 13 ] ": public Arg ... " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): BaseSpecifier [ 10 , 13 ] "public Arg ... " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): Name [ 11 , 12 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 11 , 12 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): BaseSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): BaseClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclasses) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 19 ] "template < class ... Arg > class A : public B < Arg ... > { } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration [ 1 , 19 ] "template < class ... Arg > class A : public B < Arg ... > { } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter [ 3 , 6 ] "class ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): TypeParameter [ 3 , 6 ] "class ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): Name [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): TypeParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 7 , 19 ] "class A : public B < Arg ... > { } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier [ 7 , 18 ] "class A : public B < Arg ... > { } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): BaseClause [ 9 , 16 ] ": public B < Arg ... > " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): BaseSpecifier [ 10 , 16 ] "public B < Arg ... > " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): Name [ 11 , 16 ] "B < Arg ... > " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 11 , 16 ] "B < Arg ... > " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): TemplateArgument [ 13 , 15 ] "Arg ... " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): TypeId [ 13 , 14 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 13 , 14 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): Name [ 13 , 14 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 13 , 14 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): TypeId QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): TemplateArgument QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): BaseSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): BaseClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-baseclass) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 25 ] "template < class ... Arg > class A { A ( ) { A < Arg ... > ( ) ; } } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration [ 1 , 25 ] "template < class ... Arg > class A { A ( ) { A < Arg ... > ( ) ; } } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter [ 3 , 6 ] "class ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): TypeParameter [ 3 , 6 ] "class ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): Name [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): TypeParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 7 , 25 ] "class A { A ( ) { A < Arg ... > ( ) ; } } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier [ 7 , 24 ] "class A { A ( ) { A < Arg ... > ( ) ; } } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 10 , 23 ] "A ( ) { A < Arg ... > ( ) ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 10 , 13 ] "A ( ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): Name [ 10 , 11 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 10 , 11 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 12 , 12 ] "" QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 13 , 23 ] "{ A < Arg ... > ( ) ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement [ 14 , 22 ] "A < Arg ... > ( ) ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): PostfixExpression [ 14 , 21 ] "A < Arg ... > ( ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 14 , 19 ] "A < Arg ... > " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): Name [ 14 , 19 ] "A < Arg ... > " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 14 , 19 ] "A < Arg ... > " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): TemplateArgument [ 16 , 18 ] "Arg ... " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): TypeId [ 16 , 17 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 16 , 17 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): Name [ 16 , 17 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 16 , 17 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): TypeId QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): TemplateArgument QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): FunctionCall [ 19 , 21 ] "( ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): FunctionCall QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): PostfixExpression QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-tplarg) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 16 ] "template < typename ... Arg > void A ( Arg ... params ) { } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration [ 1 , 16 ] "template < typename ... Arg > void A ( Arg ... params ) { } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter [ 3 , 6 ] "typename ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): TypeParameter [ 3 , 6 ] "typename ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): Name [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): TypeParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 7 , 16 ] "void A ( Arg ... params ) { } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 7 , 8 ] "void " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 8 , 14 ] "A ( Arg ... params ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 10 , 13 ] "Arg ... params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclaration [ 10 , 13 ] "Arg ... params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 10 , 11 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): Name [ 10 , 11 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 10 , 11 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 11 , 13 ] "... params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): Name [ 12 , 13 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 12 , 13 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 14 , 16 ] "{ } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 22 ] "template < typename ... Arg > void A ( Arg ... params ) { A ( params ... ) ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration [ 1 , 22 ] "template < typename ... Arg > void A ( Arg ... params ) { A ( params ... ) ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter [ 3 , 6 ] "typename ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): TypeParameter [ 3 , 6 ] "typename ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): Name [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): TypeParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 7 , 22 ] "void A ( Arg ... params ) { A ( params ... ) ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 7 , 8 ] "void " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 8 , 14 ] "A ( Arg ... params ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 10 , 13 ] "Arg ... params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclaration [ 10 , 13 ] "Arg ... params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 10 , 11 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): Name [ 10 , 11 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 10 , 11 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 11 , 13 ] "... params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): Name [ 12 , 13 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 12 , 13 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 14 , 22 ] "{ A ( params ... ) ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement [ 15 , 21 ] "A ( params ... ) ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): PostfixExpression [ 15 , 20 ] "A ( params ... ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 15 , 16 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): Name [ 15 , 16 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 15 , 16 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): FunctionCall [ 16 , 20 ] "( params ... ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): InitializerList [ 17 , 19 ] "params ... " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 17 , 18 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 17 , 18 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): Name [ 17 , 18 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 17 , 18 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): InitializerList QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): FunctionCall QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): PostfixExpression QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): ExpressionStatement QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-params-call) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 30 ] "template < class ... Mixins > class A : public Mixins ... { A ( Mixins ... args ) : Mixins ( args ) ... { } } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration [ 1 , 30 ] "template < class ... Mixins > class A : public Mixins ... { A ( Mixins ... args ) : Mixins ( args ) ... { } } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter [ 3 , 6 ] "class ... Mixins " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): TypeParameter [ 3 , 6 ] "class ... Mixins " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Name [ 5 , 6 ] "Mixins " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 5 , 6 ] "Mixins " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): TypeParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 7 , 30 ] "class A : public Mixins ... { A ( Mixins ... args ) : Mixins ( args ) ... { } } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier [ 7 , 29 ] "class A : public Mixins ... { A ( Mixins ... args ) : Mixins ( args ) ... { } } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): BaseClause [ 9 , 13 ] ": public Mixins ... " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): BaseSpecifier [ 10 , 13 ] "public Mixins ... " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Name [ 11 , 12 ] "Mixins " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 11 , 12 ] "Mixins " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): BaseSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): BaseClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 14 , 28 ] "A ( Mixins ... args ) : Mixins ( args ) ... { } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 14 , 20 ] "A ( Mixins ... args ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Name [ 14 , 15 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 14 , 15 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 16 , 19 ] "Mixins ... args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclaration [ 16 , 19 ] "Mixins ... args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 16 , 17 ] "Mixins " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Name [ 16 , 17 ] "Mixins " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 16 , 17 ] "Mixins " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 17 , 19 ] "... args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Name [ 18 , 19 ] "args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 18 , 19 ] "args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): CtorInitializer [ 20 , 26 ] ": Mixins ( args ) ... " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): MemInitializer [ 21 , 26 ] "Mixins ( args ) ... " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Name [ 21 , 22 ] "Mixins " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 21 , 22 ] "Mixins " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): InitializerList [ 23 , 24 ] "args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 23 , 24 ] "args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 23 , 24 ] "args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Name [ 23 , 24 ] "args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 23 , 24 ] "args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): InitializerList QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): MemInitializer QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): CtorInitializer QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 26 , 28 ] "{ } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 37 ] "template < class ... Args > class A : public B < Args ... > { A ( Args ... args ) : B < Args ... > ( args ... ) { } } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration [ 1 , 37 ] "template < class ... Args > class A : public B < Args ... > { A ( Args ... args ) : B < Args ... > ( args ... ) { } } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter [ 3 , 6 ] "class ... Args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): TypeParameter [ 3 , 6 ] "class ... Args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name [ 5 , 6 ] "Args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 5 , 6 ] "Args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): TypeParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 7 , 37 ] "class A : public B < Args ... > { A ( Args ... args ) : B < Args ... > ( args ... ) { } } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier [ 7 , 36 ] "class A : public B < Args ... > { A ( Args ... args ) : B < Args ... > ( args ... ) { } } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): BaseClause [ 9 , 16 ] ": public B < Args ... > " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): BaseSpecifier [ 10 , 16 ] "public B < Args ... > " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name [ 11 , 16 ] "B < Args ... > " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 11 , 16 ] "B < Args ... > " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): TemplateArgument [ 13 , 15 ] "Args ... " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): TypeId [ 13 , 14 ] "Args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 13 , 14 ] "Args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name [ 13 , 14 ] "Args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 13 , 14 ] "Args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): TypeId QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): TemplateArgument QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): BaseSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): BaseClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 17 , 35 ] "A ( Args ... args ) : B < Args ... > ( args ... ) { } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 17 , 23 ] "A ( Args ... args ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name [ 17 , 18 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 17 , 18 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 19 , 22 ] "Args ... args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclaration [ 19 , 22 ] "Args ... args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 19 , 20 ] "Args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name [ 19 , 20 ] "Args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 19 , 20 ] "Args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 20 , 22 ] "... args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name [ 21 , 22 ] "args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 21 , 22 ] "args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): CtorInitializer [ 23 , 33 ] ": B < Args ... > ( args ... ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): MemInitializer [ 24 , 33 ] "B < Args ... > ( args ... ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name [ 24 , 29 ] "B < Args ... > " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 24 , 29 ] "B < Args ... > " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): TemplateArgument [ 26 , 28 ] "Args ... " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): TypeId [ 26 , 27 ] "Args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 26 , 27 ] "Args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name [ 26 , 27 ] "Args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 26 , 27 ] "Args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): TypeId QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): TemplateArgument QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): InitializerList [ 30 , 32 ] "args ... " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 30 , 31 ] "args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 30 , 31 ] "args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name [ 30 , 31 ] "args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 30 , 31 ] "args " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): InitializerList QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): MemInitializer QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): CtorInitializer QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 33 , 35 ] "{ } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): ClassSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-mem-initlist-arg) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 24 ] "template < typename ... Arg > void A ( Arg ... params ) { SomeList list = { params ... } ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration [ 1 , 24 ] "template < typename ... Arg > void A ( Arg ... params ) { SomeList list = { params ... } ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter [ 3 , 6 ] "typename ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): TypeParameter [ 3 , 6 ] "typename ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Name [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): TypeParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 7 , 24 ] "void A ( Arg ... params ) { SomeList list = { params ... } ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 7 , 8 ] "void " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 8 , 14 ] "A ( Arg ... params ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 10 , 13 ] "Arg ... params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclaration [ 10 , 13 ] "Arg ... params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 10 , 11 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Name [ 10 , 11 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 10 , 11 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 11 , 13 ] "... params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Name [ 12 , 13 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 12 , 13 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 14 , 24 ] "{ SomeList list = { params ... } ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement [ 15 , 23 ] "SomeList list = { params ... } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 15 , 23 ] "SomeList list = { params ... } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 15 , 16 ] "SomeList " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Name [ 15 , 16 ] "SomeList " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 15 , 16 ] "SomeList " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 16 , 22 ] "list = { params ... } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 16 , 17 ] "list " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Name [ 16 , 17 ] "list " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 16 , 17 ] "list " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Initializer [ 17 , 22 ] "= { params ... } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 18 , 22 ] "{ params ... } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): BracedInitList [ 18 , 22 ] "{ params ... } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): InitializerList [ 19 , 21 ] "params ... " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 19 , 20 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 19 , 20 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Name [ 19 , 20 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 19 , 20 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): InitializerList QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): BracedInitList QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): Initializer QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 26 ] "template < typename ... Arg > void A ( Arg ... params ) { int a [ ] = { params ... } ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration [ 1 , 26 ] "template < typename ... Arg > void A ( Arg ... params ) { int a [ ] = { params ... } ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter [ 3 , 6 ] "typename ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): TypeParameter [ 3 , 6 ] "typename ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Name [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): TypeParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 7 , 26 ] "void A ( Arg ... params ) { int a [ ] = { params ... } ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 7 , 8 ] "void " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 8 , 14 ] "A ( Arg ... params ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 10 , 13 ] "Arg ... params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclaration [ 10 , 13 ] "Arg ... params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 10 , 11 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Name [ 10 , 11 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 10 , 11 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 11 , 13 ] "... params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Name [ 12 , 13 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 12 , 13 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 14 , 26 ] "{ int a [ ] = { params ... } ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement [ 15 , 25 ] "int a [ ] = { params ... } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 15 , 25 ] "int a [ ] = { params ... } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 15 , 16 ] "int " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 16 , 24 ] "a [ ] = { params ... } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 16 , 19 ] "a [ ] " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Name [ 16 , 17 ] "a " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 16 , 17 ] "a " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Initializer [ 19 , 24 ] "= { params ... } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 20 , 24 ] "{ params ... } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): BracedInitList [ 20 , 24 ] "{ params ... } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): InitializerList [ 21 , 23 ] "params ... " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 21 , 22 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 21 , 22 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Name [ 21 , 22 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 21 , 22 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): InitializerList QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): BracedInitList QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): Initializer QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist2) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 30 ] "template < typename ... Arg > void A ( Arg ... params ) { int a [ ] = { ( params + 10 ) ... } ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration [ 1 , 30 ] "template < typename ... Arg > void A ( Arg ... params ) { int a [ ] = { ( params + 10 ) ... } ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter [ 3 , 6 ] "typename ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): TypeParameter [ 3 , 6 ] "typename ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Name [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): TypeParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 7 , 30 ] "void A ( Arg ... params ) { int a [ ] = { ( params + 10 ) ... } ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 7 , 8 ] "void " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 8 , 14 ] "A ( Arg ... params ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 10 , 13 ] "Arg ... params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclaration [ 10 , 13 ] "Arg ... params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 10 , 11 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Name [ 10 , 11 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 10 , 11 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 11 , 13 ] "... params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Name [ 12 , 13 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 12 , 13 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement [ 14 , 30 ] "{ int a [ ] = { ( params + 10 ) ... } ; } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement [ 15 , 29 ] "int a [ ] = { ( params + 10 ) ... } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration [ 15 , 29 ] "int a [ ] = { ( params + 10 ) ... } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 15 , 16 ] "int " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): InitDeclarator [ 16 , 28 ] "a [ ] = { ( params + 10 ) ... } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 16 , 19 ] "a [ ] " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Name [ 16 , 17 ] "a " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 16 , 17 ] "a " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Declarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Initializer [ 19 , 28 ] "= { ( params + 10 ) ... } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 20 , 28 ] "{ ( params + 10 ) ... } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): BracedInitList [ 20 , 28 ] "{ ( params + 10 ) ... } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): InitializerList [ 21 , 27 ] "( params + 10 ) ... " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): InitializerClause [ 21 , 26 ] "( params + 10 ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 21 , 26 ] "( params + 10 ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): BinaryExpression [ 22 , 25 ] "params + 10 " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 22 , 23 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Name [ 22 , 23 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 22 , 23 ] "params " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression [ 24 , 25 ] "10 " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): BinaryExpression QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): PrimaryExpression QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): InitializerList QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): BracedInitList QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): InitializerClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): Initializer QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): InitDeclarator QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): SimpleDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): DeclarationStatement QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): CompoundStatement QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration QDEBUG : TestParser::testVariadicTemplates(pack-expansion-initlist3) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): TranslationUnit [ 1 , 19 ] "template < typename ... Arg > void A ( ) throw ( Arg ... ) { } ; " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): TemplateDeclaration [ 1 , 18 ] "template < typename ... Arg > void A ( ) throw ( Arg ... ) { } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter [ 3 , 6 ] "typename ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): TypeParameter [ 3 , 6 ] "typename ... Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): Name [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 5 , 6 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): TypeParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): TemplateParameter QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): FunctionDefinition [ 7 , 18 ] "void A ( ) throw ( Arg ... ) { } " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 7 , 8 ] "void " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): Declarator [ 8 , 16 ] "A ( ) throw ( Arg ... ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): Name [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 8 , 9 ] "A " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause [ 10 , 10 ] "" QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): ParameterDeclarationClause QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): ExceptionSpecification [ 11 , 16 ] "throw ( Arg ... ) " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): TypeId [ 13 , 14 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier [ 13 , 14 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): Name [ 13 , 14 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName [ 13 , 14 ] "Arg " QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): UnqualifiedName QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): Name QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): SimpleTypeSpecifier QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): TypeId QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): ExceptionSpecification QDEBUG : TestParser::testVariadicTemplates(pack-expansion-throw) kdevplatform(11316)/kdevelop (cpp support): Declarator QSYSTEM: TestParser::testVariadicTemplates(pack-expansion-throw) Maximum amount of warnings exceeded. Use -maxwarnings to override. XFAIL : TestParser::testVariadicTemplates(pack-expansion-is_function) function pointer is improperly parsed Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/parser/tests/test_parser_cpp2011.cpp(109)] PASS : TestParser::testVariadicTemplates() PASS : TestParser::testStaticAssert() PASS : TestParser::testConstExpr() PASS : TestParser::testEnumClass() PASS : TestParser::testRightAngleBrackets() PASS : TestParser::testCharacterTypes() PASS : TestParser::testRawStrings() PASS : TestParser::testNullPtr() PASS : TestParser::testInlineNamespace() PASS : TestParser::testDecltype() PASS : TestParser::testAlternativeFunctionSyntax() PASS : TestParser::testLambda() PASS : TestParser::testInitList() PASS : TestParser::testInitListFalsePositives() PASS : TestParser::memberVirtSpec() PASS : TestParser::classVirtSpec() PASS : TestParser::testUsingAlias() PASS : TestParser::cleanupTestCase() Totals: 61 passed, 0 failed, 0 skipped ********* Finished testing of TestParser ********* Test time = 1500.00 sec ---------------------------------------------------------- Test Failed. "parsertest" end time: Mar 29 01:32 EDT "parsertest" time elapsed: 00:25:00 ---------------------------------------------------------- 3/24 Testing: generatortest 3/24 Test: generatortest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/parser/tests/generatortest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/parser/tests "generatortest" start time: Mar 29 01:32 EDT Output: ---------------------------------------------------------- ********* Start testing of TestGenerator ********* Config: Using QTest library 4.8.0, Qt 4.8.0 QWARN : TestGenerator::initTestCase() QMetaMethod::invoke: Unable to handle unregistered datatype 'KUrl::List' 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.15 sec ---------------------------------------------------------- Test Passed. "generatortest" end time: Mar 29 01:32 EDT "generatortest" time elapsed: 00:00:00 ---------------------------------------------------------- 4/24 Testing: pooltest 4/24 Test: pooltest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/parser/tests/pooltest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/parser/tests "pooltest" start time: Mar 29 01:32 EDT Output: ---------------------------------------------------------- ********* Start testing of TestPool ********* Config: Using QTest library 4.8.0, Qt 4.8.0 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 29 01:32 EDT "pooltest" time elapsed: 00:00:00 ---------------------------------------------------------- 5/24 Testing: cppexpressionparsertest 5/24 Test: cppexpressionparsertest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/cppduchain/tests/cppexpressionparsertest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/cppduchain/tests "cppexpressionparsertest" start time: Mar 29 01:32 EDT Output: ---------------------------------------------------------- ********* Start testing of TestExpressionParser ********* Config: Using QTest library 4.8.0, Qt 4.8.0 QWARN : TestExpressionParser::initTestCase() QMetaMethod::invoke: Unable to handle unregistered datatype 'KUrl::List' PASS : TestExpressionParser::initTestCase() PASS : TestExpressionParser::testIntegralType() PASS : TestExpressionParser::testSimpleExpression() "" New Context "Global" 0x48422d0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct C" [ "C" ] 0x31be6d0 (internal ctx 0x39cb690 ) [ (0, 7) -> (0, 8) ] , defined, 1 use(s). " " File: "file:///internal/2" " " Use: [ (0, 25) -> (0, 26) ] " " Declaration: "C c" [ "c" ] 0x4631c80 (internal ctx 0x0 ) [ (0, 27) -> (0, 28) ] , defined, 0 use(s). " " Declaration: "n.m() foo (T)" [ "foo" ] 0x46324d0 (internal ctx 0x4630370 ) [ (0, 53) -> (0, 56) ] , no definition, 0 use(s). " " Declaration: "T foo2 (T)" [ "foo2" ] 0x4c78c70 (internal ctx 0x31be5c0 ) [ (0, 105) -> (0, 109) ] , no definition, 0 use(s). " " ==import==> Context "Class" 0x39cb690 " "C" " [ "" ] [ (0, 9) -> (0, 23) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x4632320 " "m" " [ "m" ] [ (0, 19) -> (0, 19) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x46303b0 " "" " [ "" ] [ (0, 39) -> (0, 46) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4630370 " "foo" " [ "foo" ] [ (0, 57) -> (0, 60) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x46303b0 " "" " [ "" ] [ (0, 39) -> (0, 46) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x462f2e0 " "" " [ "" ] [ (0, 91) -> (0, 98) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x31be5c0 " "foo2" " [ "foo2" ] [ (0, 110) -> (0, 113) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x462f2e0 " "" " [ "" ] [ (0, 91) -> (0, 98) ] " " 1 Declarations, 0 child-contexts PASS : TestExpressionParser::testAutoTemplate() 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" 0x39bd0f0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class C" [ "C" ] 0x39cd990 (internal ctx 0x39dd400 ) [ (0, 6) -> (0, 7) ] , defined, 1 use(s). " " File: "file:///internal/11" " " Use: [ (0, 84) -> (0, 85) ] " " Declaration: "class B" [ "B" ] 0x4e91930 (internal ctx 0x4630d20 ) [ (0, 58) -> (0, 59) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x39dd400 " "C" " [ "" ] [ (0, 8) -> (0, 50) ] " " 2 Declarations, 3 child-contexts " " ==import==> Context "Template" 0x4c7f250 " "" " [ "" ] [ (0, 28) -> (0, 35) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x39cbca0 " "test" " [ "test" ] [ (0, 44) -> (0, 44) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x4c7f250 " "" " [ "" ] [ (0, 28) -> (0, 35) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4842640 " "test" " [ "test" ] [ (0, 46) -> (0, 48) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x39cbca0 " "test" " [ "test" ] [ (0, 44) -> (0, 44) ] " " 0 Declarations, 0 child-contexts " " skipping "C" because it was already printed " " ==import==> Context "Class" 0x4630d20 " "B" " [ "" ] [ (0, 60) -> (0, 92) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x4c802f0 " "test" " [ "test" ] [ (0, 81) -> (0, 81) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4c7f300 " "test" " [ "test" ] [ (0, 83) -> (0, 90) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x4c802f0 " "test" " [ "test" ] [ (0, 81) -> (0, 81) ] " " 0 Declarations, 0 child-contexts PASS : TestExpressionParser::testTemplates2() PASS : TestExpressionParser::testOperators() "" New Context "Global" 0x46320a0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "T test (T)" [ "test" ] 0x4c7f6e0 (internal ctx 0x4c80280 ) [ (0, 20) -> (0, 24) ] , defined, 0 use(s). " " ==import==> Context "Template" 0x4630500 " "" " [ "" ] [ (0, 9) -> (0, 16) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x39cda20 " "test" " [ "test" ] [ (0, 25) -> (0, 28) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x4630500 " "" " [ "" ] [ (0, 9) -> (0, 16) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x4c80280 " "test" " [ "test" ] [ (0, 30) -> (0, 32) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x39cda20 " "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::testTypeID() PASS : TestExpressionParser::testConstness() PASS : TestExpressionParser::testConstnessOverload() PASS : TestExpressionParser::testConstnessOverloadSubscript() PASS : TestExpressionParser::testReference() XFAIL : TestExpressionParser::testCharacterTypes(wchar_t-str) not yet supported, see ExpressionVisitor::visitStringLiteral Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_expressionparser.cpp(1361)] XFAIL : TestExpressionParser::testCharacterTypes(char16_t-str) not yet supported, see ExpressionVisitor::visitStringLiteral Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_expressionparser.cpp(1361)] XFAIL : TestExpressionParser::testCharacterTypes(char32_t-str) not yet supported, see ExpressionVisitor::visitStringLiteral Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_expressionparser.cpp(1361)] PASS : TestExpressionParser::testCharacterTypes() PASS : TestExpressionParser::cleanupTestCase() Totals: 26 passed, 0 failed, 0 skipped ********* Finished testing of TestExpressionParser ********* FunctionDeclarationData::m_defaultParameters There were items left on destruction: 1 DUContextData::m_importers There were items left on destruction: 1 DUContextData::m_importedContexts There were items left on destruction: 1 ClassFunctionDeclarationData::m_defaultParameters There were items left on destruction: 5 ClassDeclarationData::baseClasses There were items left on destruction: 4 DUContextData::m_localDeclarations There were items left on destruction: 12 DUContextData::m_uses There were items left on destruction: 21 TopDUContextData::m_usedDeclarationIds There were items left on destruction: 14 DUContextData::m_childContexts There were items left on destruction: 26 Test time = 0.21 sec ---------------------------------------------------------- Test Passed. "cppexpressionparsertest" end time: Mar 29 01:32 EDT "cppexpressionparsertest" time elapsed: 00:00:00 ---------------------------------------------------------- 6/24 Testing: duchaintest 6/24 Test: duchaintest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/cppduchain/tests/duchaintest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/cppduchain/tests "duchaintest" start time: Mar 29 01:32 EDT Output: ---------------------------------------------------------- ********* Start testing of TestDUChain ********* Config: Using QTest library 4.8.0, Qt 4.8.0 QWARN : TestDUChain::initTestCase() QMetaMethod::invoke: Unable to handle unregistered datatype 'KUrl::List' 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" 0x35077c0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " A" [ "A" ] 0x3507250 (internal ctx 0x3508400 ) [ (0, 10) -> (0, 11) ] , no definition, 1 use(s). " " File: "/internal/12" " " Use: [ (0, 59) -> (0, 60) ] " " Declaration: " A" [ "A" ] 0x28a30c0 (internal ctx 0x3507ba0 ) [ (0, 49) -> (0, 50) ] , no definition, 1 use(s). " " File: "/internal/12" " " Use: [ (0, 59) -> (0, 60) ] " " ==import==> Context "Namespace" 0x3508400 " "A" " [ "A" ] [ (0, 12) -> (0, 38) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Class" 0x3507660 " "B" " [ "A" ] [ (0, 22) -> (0, 34) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Namespace" 0x3507ba0 " "A" " [ "A" ] [ (0, 51) -> (0, 73) ] " " 0 Declarations, 1 child-contexts " " ==import==> Context "Helper" 0x3507360 " "B" " [ "A::B" ] [ (0, 53) -> (0, 70) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Class" 0x3507660 " "B" " [ "A" ] [ (0, 22) -> (0, 34) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x392db40 " "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" 0x28a0d70 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " foo" [ "foo" ] 0x3507250 (internal ctx 0x3507840 ) [ (0, 10) -> (0, 13) ] , no definition, 1 use(s). " " File: "/internal/21" " " Use: [ (0, 59) -> (0, 62) ] " " Declaration: "int test ()" [ "test" ] 0x289ea10 (internal ctx 0x392c7b0 ) [ (0, 33) -> (0, 37) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x3507840 " "foo" " [ "foo" ] [ (0, 14) -> (0, 28) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x3b4d3e0 " "bar" " [ "foo::bar" ] [ (0, 24) -> (0, 24) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4cd00 " "test" " [ "test" ] [ (0, 38) -> (0, 38) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x392c7b0 " "test" " [ "test" ] [ (0, 40) -> (0, 78) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4cd00 " "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.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_duchain.cpp(2583)] 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" 0x35077c0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " foo" [ "foo" ] 0x3b50910 (internal ctx 0x392c7a0 ) [ (0, 10) -> (0, 13) ] , no definition, 1 use(s). " " File: "/internal/40" " " Use: [ (0, 84) -> (0, 87) ] " " Declaration: "int test ()" [ "test" ] 0x3b4d050 (internal ctx 0x392d830 ) [ (0, 70) -> (0, 74) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x392c7a0 " "foo" " [ "foo" ] [ (0, 14) -> (0, 66) ] " " 3 Declarations, 5 child-contexts " " ==import==> Context "Class" 0x3b66dd0 " "A" " [ "foo" ] [ (0, 25) -> (0, 27) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4cd50 " "bar" " [ "foo::bar" ] [ (0, 37) -> (0, 44) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b4cc90 " "bar" " [ "foo::bar" ] [ (0, 46) -> (0, 48) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4cd50 " "bar" " [ "foo::bar" ] [ (0, 37) -> (0, 44) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4cd10 " "f" " [ "foo::f" ] [ (0, 56) -> (0, 61) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b67e30 " "f" " [ "foo::f" ] [ (0, 63) -> (0, 65) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4cd10 " "f" " [ "foo::f" ] [ (0, 56) -> (0, 61) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b68170 " "test" " [ "test" ] [ (0, 75) -> (0, 75) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x392d830 " "test" " [ "test" ] [ (0, 77) -> (0, 94) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b68170 " "test" " [ "test" ] [ (0, 75) -> (0, 75) ] " " 0 Declarations, 0 child-contexts PASS : TestDUChain::testADLFunctionByName() PASS : TestDUChain::testADLEnumerationType() "" New Context "Global" 0x3b683e0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " foo" [ "foo" ] 0x3b67520 (internal ctx 0x35083d0 ) [ (0, 10) -> (0, 13) ] , no definition, 1 use(s). " " File: "/internal/43" " " Use: [ (0, 84) -> (0, 87) ] " " Declaration: "int test ()" [ "test" ] 0x392d6e0 (internal ctx 0x3b4cc90 ) [ (0, 70) -> (0, 74) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x35083d0 " "foo" " [ "foo" ] [ (0, 14) -> (0, 66) ] " " 2 Declarations, 3 child-contexts " " ==import==> Context "Class" 0x3b68430 " "A" " [ "foo" ] [ (0, 25) -> (0, 40) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4ccf0 " "bar" " [ "foo::bar" ] [ (0, 51) -> (0, 60) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x392e4e0 " "bar" " [ "foo::bar" ] [ (0, 62) -> (0, 64) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4ccf0 " "bar" " [ "foo::bar" ] [ (0, 51) -> (0, 60) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b68320 " "test" " [ "test" ] [ (0, 75) -> (0, 75) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b4cc90 " "test" " [ "test" ] [ (0, 77) -> (0, 102) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b68320 " "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.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_duchain.cpp(2075)] PASS : TestDUChain::testADLClassMembers() "" New Context "Global" 0x392d4e0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " foo" [ "foo" ] 0x28a0b60 (internal ctx 0x392c330 ) [ (0, 10) -> (0, 13) ] , no definition, 1 use(s). " " File: "/internal/44" " " Use: [ (0, 96) -> (0, 99) ] " " Use: [ (0, 113) -> (0, 116) ] " " Declaration: "int test ()" [ "test" ] 0x3b6bbf0 (internal ctx 0x392d320 ) [ (0, 81) -> (0, 85) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x392c330 " "foo" " [ "foo" ] [ (0, 14) -> (0, 77) ] " " 2 Declarations, 3 child-contexts " " ==import==> Context "Class" 0x392d530 " "A" " [ "foo" ] [ (0, 25) -> (0, 46) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3b6bb70 " "mem_fun" " [ "foo::mem_fun" ] [ (0, 40) -> (0, 40) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b4cd30 " "mem_fun" " [ "foo::mem_fun" ] [ (0, 42) -> (0, 44) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b6bb70 " "mem_fun" " [ "foo::mem_fun" ] [ (0, 40) -> (0, 40) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4d4c0 " "bar" " [ "foo::bar" ] [ (0, 57) -> (0, 71) ] " " 2 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x392d6e0 " "" " [ "foo::bar" ] [ (0, 70) -> (0, 70) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4d4c0 " "bar" " [ "foo::bar" ] [ (0, 57) -> (0, 71) ] " " 2 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x392d6e0 " "" " [ "foo::bar" ] [ (0, 70) -> (0, 70) ] " " 0 Declarations, 0 child-contexts " " skipping "foo::bar" because it was already printed " " ==import==> Context "Other" 0x3b68170 " "bar" " [ "foo::bar" ] [ (0, 73) -> (0, 75) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x392d6e0 " "" " [ "foo::bar" ] [ (0, 70) -> (0, 70) ] " " 0 Declarations, 0 child-contexts " " skipping "foo::bar" because it was already printed " " ==import==> Context "Function" 0x392d260 " "test" " [ "test" ] [ (0, 86) -> (0, 86) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x392d320 " "test" " [ "test" ] [ (0, 88) -> (0, 139) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x392d260 " "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.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_duchain.cpp(2093)] PASS : TestDUChain::testADLMemberFunction() "" New Context "Global" 0x392cb00 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " foo" [ "foo" ] 0x3b6bc30 (internal ctx 0x3b4d3e0 ) [ (0, 10) -> (0, 13) ] , no definition, 1 use(s). " " File: "/internal/45" " " Use: [ (0, 86) -> (0, 89) ] " " Declaration: "int test ()" [ "test" ] 0x3b67690 (internal ctx 0x3b50590 ) [ (0, 72) -> (0, 76) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x3b4d3e0 " "foo" " [ "foo" ] [ (0, 14) -> (0, 68) ] " " 2 Declarations, 3 child-contexts " " ==import==> Context "Class" 0x3b67870 " "A" " [ "foo" ] [ (0, 25) -> (0, 45) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3b50510 " "f" " [ "foo::f" ] [ (0, 34) -> (0, 39) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b4cd50 " "f" " [ "foo::f" ] [ (0, 41) -> (0, 43) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b50510 " "f" " [ "foo::f" ] [ (0, 34) -> (0, 39) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b501e0 " "bar" " [ "foo::bar" ] [ (0, 55) -> (0, 62) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b68270 " "bar" " [ "foo::bar" ] [ (0, 64) -> (0, 66) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b501e0 " "bar" " [ "foo::bar" ] [ (0, 55) -> (0, 62) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b67760 " "test" " [ "test" ] [ (0, 77) -> (0, 77) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b50590 " "test" " [ "test" ] [ (0, 79) -> (0, 99) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b67760 " "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.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_duchain.cpp(2139)] PASS : TestDUChain::testADLMemberFunctionByName() "" New Context "Global" 0x392d3b0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " foo" [ "foo" ] 0x3b50680 (internal ctx 0x289ea30 ) [ (0, 10) -> (0, 13) ] , no definition, 1 use(s). " " File: "/internal/47" " " Use: [ (0, 75) -> (0, 78) ] " " Declaration: "int test ()" [ "test" ] 0x3b50510 (internal ctx 0x392c290 ) [ (0, 66) -> (0, 70) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x289ea30 " "foo" " [ "foo" ] [ (0, 14) -> (0, 62) ] " " 2 Declarations, 3 child-contexts " " ==import==> Context "Class" 0x392cb00 " "A" " [ "foo" ] [ (0, 25) -> (0, 28) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4cc90 " "operator+" " [ "foo::operator+" ] [ (0, 43) -> (0, 56) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x392e4e0 " "operator+" " [ "foo::operator+" ] [ (0, 58) -> (0, 60) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4cc90 " "operator+" " [ "foo::operator+" ] [ (0, 43) -> (0, 56) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4cfc0 " "test" " [ "test" ] [ (0, 71) -> (0, 71) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x392c290 " "test" " [ "test" ] [ (0, 73) -> (0, 101) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4cfc0 " "test" " [ "test" ] [ (0, 71) -> (0, 71) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x28a4e90 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " foo" [ "foo" ] 0x3b50160 (internal ctx 0x3b67650 ) [ (0, 10) -> (0, 13) ] , no definition, 1 use(s). " " File: "/internal/48" " " Use: [ (0, 70) -> (0, 73) ] " " Declaration: "int test ()" [ "test" ] 0x392c2f0 (internal ctx 0x3b4cd60 ) [ (0, 61) -> (0, 65) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x3b67650 " "foo" " [ "foo" ] [ (0, 14) -> (0, 57) ] " " 2 Declarations, 3 child-contexts " " ==import==> Context "Class" 0x35083d0 " "A" " [ "foo" ] [ (0, 25) -> (0, 28) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4d3e0 " "operator-" " [ "foo::operator-" ] [ (0, 43) -> (0, 51) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x392c330 " "operator-" " [ "foo::operator-" ] [ (0, 53) -> (0, 55) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4d3e0 " "operator-" " [ "foo::operator-" ] [ (0, 43) -> (0, 51) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4cc90 " "test" " [ "test" ] [ (0, 66) -> (0, 66) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b4cd60 " "test" " [ "test" ] [ (0, 68) -> (0, 93) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4cc90 " "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" 0x392cb30 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "function int* () " [ "" ] 0x35083d0 (internal ctx 0x28a4b70 ) [ (0, 12) -> (0, 21) ] , no definition, 0 use(s). " " Declaration: "func func" [ "func" ] 0x3b66d20 (internal ctx 0x0 ) [ (0, 14) -> (0, 18) ] , defined, 1 use(s). " " File: "/internal/68" " " Use: [ (0, 23) -> (0, 27) ] " " Declaration: "func f" [ "f" ] 0x3b69c10 (internal ctx 0x0 ) [ (0, 28) -> (0, 29) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x28a4b70 " "" " [ "" ] [ (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.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_duchain.cpp(3364)] 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.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_duchain.cpp(3511)] 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::testAssignedContexts() PASS : TestDUChain::testTryCatch() PASS : TestDUChain::testEnum() PASS : TestDUChain::testCaseUse() PASS : TestDUChain::testConstructorOperatorUses() PASS : TestDUChain::testSizeofUse() PASS : TestDUChain::testDefinitionUse() "" New Context "Global" 0x3de9390 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct Fruk" [ "Fruk" ] 0x3deda30 (internal ctx 0x3dc47e0 ) [ (0, 25) -> (0, 29) ] , defined, 1 use(s). " " File: "/internal/147" " " Use: [ (0, 102) -> (0, 106) ] " " Declaration: "Fruk< int > f" [ "f" ] 0x3dc9210 (internal ctx 0x0 ) [ (0, 71) -> (0, 72) ] , defined, 1 use(s). " " File: "/internal/147" " " Use: [ (0, 110) -> (0, 111) ] " " Declaration: "void test ()" [ "test" ] 0x3dc15c0 (internal ctx 0x3dcc690 ) [ (0, 79) -> (0, 83) ] , defined, 0 use(s). " " ==import==> Context "Template" 0x3dc2fb0 " "" " [ "" ] [ (0, 9) -> (0, 16) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3dc47e0 " "Fruk" " [ "" ] [ (0, 30) -> (0, 59) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Template" 0x3dc2fb0 " "" " [ "" ] [ (0, 9) -> (0, 16) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dcb6a0 " "operator[]" " [ "operator[]" ] [ (0, 52) -> (0, 55) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x392d170 " "test" " [ "test" ] [ (0, 84) -> (0, 84) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dcc690 " "test" " [ "test" ] [ (0, 85) -> (0, 120) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x392d170 " "test" " [ "test" ] [ (0, 84) -> (0, 84) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x3b669d0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct foo" [ "foo" ] 0x3ded7a0 (internal ctx 0x3df17b0 ) [ (0, 7) -> (0, 10) ] , defined, 1 use(s). " " File: "/internal/150" " " Use: [ (0, 35) -> (0, 38) ] " " Use: [ (1, 13) -> (1, 16) ] " " Use: [ (1, 21) -> (1, 24) ] " " Declaration: "int main ()" [ "main" ] 0x3de94a0 (internal ctx 0x3b67780 ) [ (1, 4) -> (1, 8) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3df17b0 " "foo" " [ "" ] [ (0, 11) -> (0, 44) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3deb320 " "operator==" " [ "operator==" ] [ (0, 29) -> (0, 39) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x392d280 " "operator==" " [ "operator==" ] [ (0, 40) -> (0, 42) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3deb320 " "operator==" " [ "operator==" ] [ (0, 29) -> (0, 39) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3de8e10 " "main" " [ "main" ] [ (1, 9) -> (1, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b67780 " "main" " [ "main" ] [ (1, 11) -> (3, 30) ] " " 4 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3de8e10 " "main" " [ "main" ] [ (1, 9) -> (1, 9) ] " " 0 Declarations, 0 child-contexts PASS : TestDUChain::testOperatorUses() PASS : TestDUChain::testDeclareSubClass() PASS : TestDUChain::testDeclarationId() PASS : TestDUChain::testConst() PASS : TestDUChain::testEnumOverride() PASS : TestDUChain::testDoWhile() PASS : TestDUChain::testCodeModel() PASS : TestDUChain::testLoopNamespaceImport() "" New Context "Global" 0x3b67680 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct A" [ "A" ] 0x3dcb450 (internal ctx 0x3dc92e0 ) [ (0, 7) -> (0, 8) ] , defined, 1 use(s). " " File: "/internal/162" " " 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" ] 0x3de95e0 (internal ctx 0x3dc87e0 ) [ (0, 33) -> (0, 37) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3dc92e0 " "A" " [ "" ] [ (0, 9) -> (0, 26) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3df17b0 " "A" " [ "A" ] [ (0, 13) -> (0, 14) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4cfc0 " "A" " [ "A" ] [ (0, 19) -> (0, 22) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3de7bd0 " "test" " [ "test" ] [ (0, 38) -> (0, 38) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc87e0 " "test" " [ "test" ] [ (0, 40) -> (0, 71) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3de7bd0 " "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.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_duchain.cpp(3135)] PASS : TestDUChain::testConstructorUses() "" New Context "Global" 0x3dc0620 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct A" [ "A" ] 0x3dc8a30 (internal ctx 0x3dc1020 ) [ (0, 7) -> (0, 8) ] , defined, 1 use(s). " " File: "/internal/165" " " Use: [ (1, 4) -> (1, 5) ] " " ==import==> Context "Class" 0x3dc1020 " "A" " [ "" ] [ (0, 9) -> (0, 26) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Helper" 0x3dcb450 " "A" " [ "A" ] [ (1, 4) -> (1, 12) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3dc1020 " "A" " [ "" ] [ (0, 9) -> (0, 26) ] " " 1 Declarations, 0 child-contexts PASS : TestDUChain::testExternalMemberDeclaration() PASS : TestDUChain::testSeparateVariableDefinition() XFAIL : TestDUChain::testBaseUses() Cookie for the one fixing that! Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_duchain.cpp(677)] PASS : TestDUChain::testBaseUses() "" New Context "Global" 0x3b669d0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct A" [ "A" ] 0x3b4cd20 (internal ctx 0x3dc7870 ) [ (0, 7) -> (0, 8) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3dc7870 " "A" " [ "" ] [ (0, 9) -> (0, 36) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3dc47e0 " "A" " [ "A" ] [ (0, 13) -> (0, 13) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3deb760 " "A" " [ "A" ] [ (0, 15) -> (0, 27) ] " " 0 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x3dc47e0 " "A" " [ "A" ] [ (0, 13) -> (0, 13) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dcd130 " "" " [ "A" ] [ (0, 24) -> (0, 27) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x3dcc530 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct A" [ "A" ] 0x3dee030 (internal ctx 0x3dc4130 ) [ (0, 7) -> (0, 8) ] , defined, 0 use(s). " " Declaration: "A r" [ "r" ] 0x3b68630 (internal ctx 0x0 ) [ (0, 37) -> (0, 38) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3dc4130 " "A" " [ "" ] [ (0, 9) -> (0, 36) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3dc92d0 " "A" " [ "A" ] [ (0, 13) -> (0, 13) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3de8920 " "A" " [ "A" ] [ (0, 15) -> (0, 27) ] " " 0 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x3dc92d0 " "A" " [ "A" ] [ (0, 13) -> (0, 13) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3de88e0 " "" " [ "A" ] [ (0, 24) -> (0, 27) ] " " 0 Declarations, 0 child-contexts PASS : TestDUChain::testProblematicUses() PASS : TestDUChain::testCStruct() PASS : TestDUChain::testCStruct2() "" New Context "Global" 0x3dcc530 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class Foo" [ "Foo" ] 0x3dc6920 (internal ctx 0x392c2a0 ) [ (0, 6) -> (0, 9) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x392c2a0 " "Foo" " [ "" ] [ (0, 10) -> (0, 71) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x3dcb580 " "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() XFAIL : TestDUChain::testMultiByteCStrings() The wide ??-char is seen as two, breaking anything afterwards. see also parser test of same name Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_duchain.cpp(340)] PASS : TestDUChain::testMultiByteCStrings() "" New Context "Global" 0x3dea8a0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class GenericArgument" [ "GenericArgument" ] 0x3de9a80 (internal ctx 0x3de95a0 ) [ (0, 6) -> (0, 21) ] , defined, 1 use(s). " " File: "/internal/189" " " 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" ] 0x3dc7750 (internal ctx 0x3dc38e0 ) [ (8, 6) -> (8, 14) ] , defined, 0 use(s). " " Declaration: "class A" [ "A" ] 0x3dc7280 (internal ctx 0x3dc0d50 ) [ (16, 6) -> (16, 7) ] , defined, 1 use(s). " " File: "/internal/189" " " Use: [ (21, 6) -> (21, 7) ] " " Use: [ (24, 23) -> (24, 24) ] " " Use: [ (25, 23) -> (25, 24) ] " " ==import==> Context "Class" 0x3de95a0 " "GenericArgument" " [ "" ] [ (1, 0) -> (5, 1) ] " " 2 Declarations, 4 child-contexts " " ==import==> Context "Function" 0x3dea8f0 " "GenericArgument" " [ "GenericArgument" ] [ (3, 20) -> (3, 20) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3df16b0 " "GenericArgument" " [ "GenericArgument" ] [ (3, 22) -> (3, 24) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dea8f0 " "GenericArgument" " [ "GenericArgument" ] [ (3, 20) -> (3, 20) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc0150 " "GenericArgument" " [ "GenericArgument" ] [ (4, 21) -> (4, 45) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b67430 " "GenericArgument" " [ "GenericArgument" ] [ (4, 48) -> (4, 50) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc0150 " "GenericArgument" " [ "GenericArgument" ] [ (4, 21) -> (4, 45) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3b68ca0 " "" " [ "" ] [ (7, 10) -> (7, 17) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3dc38e0 " "Argument" " [ "" ] [ (8, 15) -> (14, 1) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Template" 0x3b68ca0 " "" " [ "" ] [ (7, 10) -> (7, 17) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3de95a0 " "GenericArgument" " [ "" ] [ (1, 0) -> (5, 1) ] " " 2 Declarations, 4 child-contexts " " ==import==> Context "Function" 0x3dea8f0 " "GenericArgument" " [ "GenericArgument" ] [ (3, 20) -> (3, 20) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3df16b0 " "GenericArgument" " [ "GenericArgument" ] [ (3, 22) -> (3, 24) ] " " 0 Declarations, 0 child-contexts " " skipping "GenericArgument::GenericArgument" because it was already printed " " ==import==> Context "Function" 0x3dc0150 " "GenericArgument" " [ "GenericArgument" ] [ (4, 21) -> (4, 45) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b67430 " "GenericArgument" " [ "GenericArgument" ] [ (4, 48) -> (4, 50) ] " " 0 Declarations, 0 child-contexts " " skipping "GenericArgument::GenericArgument" because it was already printed " " ==import==> Context "Function" 0x3dc2f50 " "Argument" " [ "Argument" ] [ (11, 14) -> (11, 46) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc75e0 " "Argument" " [ "Argument" ] [ (12, 6) -> (13, 6) ] " " 0 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x3dc2f50 " "Argument" " [ "Argument" ] [ (11, 14) -> (11, 46) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc73c0 " "" " [ "Argument" ] [ (13, 4) -> (13, 6) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3dc0d50 " "A" " [ "" ] [ (17, 0) -> (26, 1) ] " " 3 Declarations, 6 child-contexts " " ==import==> Context "Function" 0x3dc0650 " "A" " [ "A" ] [ (19, 6) -> (19, 6) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3de8c80 " "A" " [ "A" ] [ (20, 4) -> (22, 5) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc0650 " "A" " [ "A" ] [ (19, 6) -> (19, 6) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc03f0 " "invokeMethod" " [ "invokeMethod" ] [ (24, 23) -> (24, 99) ] " " 4 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dee130 " "invokeMethod" " [ "invokeMethod" ] [ (24, 102) -> (24, 104) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc03f0 " "invokeMethod" " [ "invokeMethod" ] [ (24, 23) -> (24, 99) ] " " 4 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3de8370 " "invokeMethod" " [ "invokeMethod" ] [ (25, 23) -> (25, 62) ] " " 3 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc0030 " "invokeMethod" " [ "invokeMethod" ] [ (25, 65) -> (25, 67) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3de8370 " "invokeMethod" " [ "invokeMethod" ] [ (25, 23) -> (25, 62) ] " " 3 Declarations, 0 child-contexts PASS : TestDUChain::testUses() "" New Context "Global" 0x3dcc530 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class A" [ "A" ] 0x3dc7870 (internal ctx 0x3dea8f0 ) [ (0, 6) -> (0, 7) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3dea8f0 " "A" " [ "" ] [ (1, 0) -> (7, 1) ] " " 4 Declarations, 8 child-contexts " " ==import==> Context "Function" 0x3b4cfc0 " "A" " [ "A" ] [ (3, 6) -> (3, 6) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3deb7a0 " "A" " [ "A" ] [ (3, 8) -> (3, 10) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b4cfc0 " "A" " [ "A" ] [ (3, 6) -> (3, 6) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3ded450 " "A" " [ "A" ] [ (4, 7) -> (4, 10) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3de7bd0 " "A" " [ "A" ] [ (4, 13) -> (4, 15) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3ded450 " "A" " [ "A" ] [ (4, 7) -> (4, 10) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc04f0 " "A" " [ "A" ] [ (5, 7) -> (5, 11) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dcd130 " "A" " [ "A" ] [ (5, 14) -> (5, 16) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc04f0 " "A" " [ "A" ] [ (5, 7) -> (5, 11) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3df1920 " "A" " [ "A" ] [ (6, 7) -> (6, 15) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc87c0 " "A" " [ "A" ] [ (6, 18) -> (6, 20) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3df1920 " "A" " [ "A" ] [ (6, 7) -> (6, 15) ] " " 2 Declarations, 0 child-contexts PASS : TestDUChain::testCtorTypes() "" New Context "Global" 0x3deb7a0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int x" [ "x" ] 0x22957b0 (internal ctx 0x0 ) [ (0, 5) -> (0, 6) ] , defined, 0 use(s). "" New Context "Global" 0x3dc0b70 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "double x" [ "x" ] 0x3de8a20 (internal ctx 0x0 ) [ (0, 5) -> (0, 6) ] , defined, 0 use(s). "" New Context "Global" 0x3b669d0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "bool x" [ "x" ] 0x3dcb580 (internal ctx 0x0 ) [ (0, 5) -> (0, 6) ] , defined, 0 use(s). "" New Context "Global" 0x3de9550 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int a" [ "a" ] 0x3dc7990 (internal ctx 0x0 ) [ (0, 4) -> (0, 5) ] , defined, 1 use(s). " " File: "/internal/194" " " Use: [ (0, 26) -> (0, 27) ] " " Declaration: "const int x" [ "x" ] 0x3dee0e0 (internal ctx 0x0 ) [ (0, 22) -> (0, 23) ] , defined, 0 use(s). PASS : TestDUChain::testAutoTypeIntegral() "" New Context "Global" 0x3b685d0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct Foo" [ "Foo" ] 0x3de88e0 (internal ctx 0x3dcd170 ) [ (0, 7) -> (0, 10) ] , defined, 1 use(s). " " File: "/internal/195" " " Use: [ (1, 16) -> (1, 19) ] " " Use: [ (1, 32) -> (1, 35) ] " " Declaration: "int main ()" [ "main" ] 0x3de8a20 (internal ctx 0x3de8c20 ) [ (0, 18) -> (0, 22) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3dcd170 " "Foo" " [ "" ] [ (0, 10) -> (0, 12) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc4130 " "main" " [ "main" ] [ (0, 23) -> (0, 23) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3de8c20 " "main" " [ "main" ] [ (0, 25) -> (1, 69) ] " " 4 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc4130 " "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.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_duchain.cpp(5355)] PASS : TestDUChain::testAutoTypes() "" New Context "Global" 0x3507a80 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "View" [ "View" ] 0x3b685d0 (internal ctx 0x0 ) [ (0, 6) -> (0, 10) ] , no definition, 1 use(s). " " File: "/internal/196" " " Use: [ (1, 13) -> (1, 17) ] " " Declaration: "void setView (View*)" [ "setView" ] 0x3de7c30 (internal ctx 0x3507ad0 ) [ (1, 5) -> (1, 12) ] , defined, 1 use(s). " " File: "/internal/196" " " Use: [ (2, 2) -> (2, 9) ] " " Use: [ (3, 2) -> (3, 9) ] " " ==import==> Context "Function" 0x3de8c20 " "setView" " [ "setView" ] [ (1, 13) -> (1, 25) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3507ad0 " "setView" " [ "setView" ] [ (1, 27) -> (4, 1) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3de8c20 " "setView" " [ "setView" ] [ (1, 13) -> (1, 25) ] " " 1 Declarations, 0 child-contexts PASS : TestDUChain::testCommentAfterFunctionCall() "" New Context "Global" 0x3507a80 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct AA" [ "AA" ] 0x3dc92a0 (internal ctx 0x3dc92e0 ) [ (0, 7) -> (0, 9) ] , defined, 1 use(s). " " File: "/internal/197" " " Use: [ (4, 6) -> (4, 8) ] " " Use: [ (6, 11) -> (6, 13) ] " " Use: [ (8, 6) -> (8, 8) ] " " Declaration: "struct BB" [ "BB" ] 0x3ded450 (internal ctx 0x22957b0 ) [ (3, 7) -> (3, 9) ] , defined, 1 use(s). " " File: "/internal/197" " " Use: [ (7, 2) -> (7, 4) ] " " Use: [ (8, 12) -> (8, 14) ] " " Use: [ (8, 23) -> (8, 25) ] " " Declaration: "void f (int AA::*)" [ "f" ] 0x3dc1580 (internal ctx 0x3dc01f0 ) [ (6, 5) -> (6, 6) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3dc92e0 " "AA" " [ "" ] [ (0, 10) -> (2, 1) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x22957b0 " "BB" " [ "" ] [ (3, 9) -> (5, 1) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3de8be0 " "f" " [ "f" ] [ (6, 7) -> (6, 20) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc01f0 " "f" " [ "f" ] [ (6, 21) -> (10, 1) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3de8be0 " "f" " [ "f" ] [ (6, 7) -> (6, 20) ] " " 1 Declarations, 0 child-contexts PASS : TestDUChain::testPointerToMember() PASS : TestDUChain::testMemberPtrCrash() XFAIL : TestDUChain::testNestedNamespace() uses are still associated incorreclty, probably to be fixed in TypeASTVisitor::visitSimpleTypeSpecifier Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_duchain.cpp(5434)] PASS : TestDUChain::testNestedNamespace() "" New Context "Global" 0x3dc1580 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int a" [ "a" ] 0x3dc47e0 (internal ctx 0x0 ) [ (0, 4) -> (0, 5) ] , defined, 1 use(s). " " File: "/internal/200" " " Use: [ (1, 15) -> (1, 16) ] " " Declaration: "int b" [ "b" ] 0x3dc7870 (internal ctx 0x0 ) [ (0, 6) -> (0, 7) ] , defined, 1 use(s). " " File: "/internal/200" " " Use: [ (1, 23) -> (1, 24) ] " " Declaration: "int c" [ "c" ] 0x3dcc610 (internal ctx 0x0 ) [ (0, 8) -> (0, 9) ] , defined, 0 use(s). " " Declaration: "int d" [ "d" ] 0x3dcb610 (internal ctx 0x0 ) [ (0, 10) -> (0, 11) ] , defined, 0 use(s). " " Declaration: "void f ()" [ "f" ] 0x3deb780 (internal ctx 0x3dc6550 ) [ (1, 5) -> (1, 6) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x3de88e0 " "f" " [ "f" ] [ (1, 7) -> (1, 7) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc6550 " "f" " [ "f" ] [ (1, 9) -> (1, 31) ] " " 0 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3de88e0 " "f" " [ "f" ] [ (1, 7) -> (1, 7) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc0150 " "" " [ "f" ] [ (1, 15) -> (1, 16) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3df1910 " "" " [ "f" ] [ (1, 18) -> (1, 30) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc0150 " "" " [ "f" ] [ (1, 15) -> (1, 16) ] " " 0 Declarations, 0 child-contexts PASS : TestDUChain::testDeclarationHasUses() "" New Context "Global" 0x3deb760 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int main ()" [ "main" ] 0x3de8a20 (internal ctx 0x3de92a0 ) [ (0, 4) -> (0, 8) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x3dcc610 " "main" " [ "main" ] [ (0, 9) -> (0, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3de92a0 " "main" " [ "main" ] [ (0, 11) -> (5, 1) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3dcc610 " "main" " [ "main" ] [ (0, 9) -> (0, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc3830 " "" " [ "main" ] [ (2, 6) -> (2, 15) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dea8e0 " "" " [ "main" ] [ (2, 17) -> (4, 3) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc3830 " "" " [ "main" ] [ (2, 6) -> (2, 15) ] " " 1 Declarations, 0 child-contexts PASS : TestDUChain::testRangeBasedFor() "" New Context "Global" 0x3dc0c60 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct MyType" [ "MyType" ] 0x3deda70 (internal ctx 0x3dcb5c0 ) [ (0, 7) -> (0, 13) ] , defined, 1 use(s). " " File: "/internal/202" " " Use: [ (2, 2) -> (2, 8) ] " " Declaration: "struct Iterator" [ "Iterator" ] 0x3dcb580 (internal ctx 0x3dc5900 ) [ (1, 7) -> (1, 15) ] , defined, 1 use(s). " " File: "/internal/202" " " Use: [ (3, 24) -> (3, 32) ] " " Use: [ (4, 2) -> (4, 10) ] " " Use: [ (6, 17) -> (6, 25) ] " " Use: [ (6, 40) -> (6, 48) ] " " Use: [ (7, 17) -> (7, 25) ] " " Use: [ (7, 47) -> (7, 55) ] " " Declaration: "struct List1" [ "List1" ] 0x3dc58c0 (internal ctx 0x3deb160 ) [ (6, 7) -> (6, 12) ] , defined, 1 use(s). " " File: "/internal/202" " " Use: [ (6, 32) -> (6, 37) ] " " Use: [ (6, 53) -> (6, 58) ] " " Use: [ (9, 2) -> (9, 7) ] " " Declaration: "Iterator begin (List1)" [ "begin" ] 0x3deb1e0 (internal ctx 0x3dc3dd0 ) [ (6, 26) -> (6, 31) ] , no definition, 0 use(s). " " Declaration: "Iterator end (List1)" [ "end" ] 0x3b665a0 (internal ctx 0x3b665e0 ) [ (6, 49) -> (6, 52) ] , no definition, 0 use(s). " " Declaration: "struct List2" [ "List2" ] 0x3dc3830 (internal ctx 0x3dc2980 ) [ (7, 7) -> (7, 12) ] , defined, 1 use(s). " " File: "/internal/202" " " Use: [ (7, 38) -> (7, 43) ] " " Use: [ (7, 66) -> (7, 71) ] " " Use: [ (11, 2) -> (11, 7) ] " " Declaration: "Iterator begin (const List2&)" [ "begin" ] 0x3dc0d90 (internal ctx 0x3dc0dd0 ) [ (7, 26) -> (7, 31) ] , no definition, 0 use(s). " " Declaration: "Iterator end (const List2&)" [ "end" ] 0x3dc71c0 (internal ctx 0x3dc7200 ) [ (7, 56) -> (7, 59) ] , no definition, 0 use(s). " " Declaration: "int main ()" [ "main" ] 0x3dc2940 (internal ctx 0x3dc3790 ) [ (8, 4) -> (8, 8) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3dcb5c0 " "MyType" " [ "" ] [ (0, 13) -> (0, 15) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3dc5900 " "Iterator" " [ "" ] [ (1, 15) -> (5, 1) ] " " 3 Declarations, 6 child-contexts " " ==import==> Context "Function" 0x3de7da0 " "operator*" " [ "operator*" ] [ (2, 19) -> (2, 19) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dcc4a0 " "operator*" " [ "operator*" ] [ (2, 20) -> (2, 31) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3de7da0 " "operator*" " [ "operator*" ] [ (2, 19) -> (2, 19) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b67410 " "operator!=" " [ "operator!=" ] [ (3, 18) -> (3, 33) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b68ca0 " "operator!=" " [ "operator!=" ] [ (3, 34) -> (3, 49) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b67410 " "operator!=" " [ "operator!=" ] [ (3, 18) -> (3, 33) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3df1720 " "operator++" " [ "operator++" ] [ (4, 23) -> (4, 23) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc2e90 " "operator++" " [ "operator++" ] [ (4, 24) -> (4, 39) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3df1720 " "operator++" " [ "operator++" ] [ (4, 23) -> (4, 23) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3deb160 " "List1" " [ "" ] [ (6, 12) -> (6, 15) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc3dd0 " "begin" " [ "begin" ] [ (6, 32) -> (6, 37) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b665e0 " "end" " [ "end" ] [ (6, 53) -> (6, 58) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3dc2980 " "List2" " [ "" ] [ (7, 12) -> (7, 15) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc0dd0 " "begin" " [ "begin" ] [ (7, 32) -> (7, 44) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc7200 " "end" " [ "end" ] [ (7, 60) -> (7, 72) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc0f30 " "main" " [ "main" ] [ (8, 9) -> (8, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc3790 " "main" " [ "main" ] [ (8, 11) -> (13, 1) ] " " 2 Declarations, 4 child-contexts " " ==import==> Context "Function" 0x3dc0f30 " "main" " [ "main" ] [ (8, 9) -> (8, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc1220 " "" " [ "main" ] [ (10, 6) -> (10, 17) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dedb90 " "" " [ "main" ] [ (10, 19) -> (10, 22) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc1220 " "" " [ "main" ] [ (10, 6) -> (10, 17) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc4710 " "" " [ "main" ] [ (12, 6) -> (12, 17) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc56e0 " "" " [ "main" ] [ (12, 19) -> (12, 22) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc4710 " "" " [ "main" ] [ (12, 6) -> (12, 17) ] " " 1 Declarations, 0 child-contexts PASS : TestDUChain::testRangeBasedForClass() "" New Context "Global" 0x3dc0b70 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class A" [ "A" ] 0x3de8370 (internal ctx 0x3dc24b0 ) [ (0, 6) -> (0, 7) ] , defined, 1 use(s). " " File: "/internal/203" " " Use: [ (2, 0) -> (2, 1) ] " " Declaration: "int&& intRef" [ "intRef" ] 0x3dcd170 (internal ctx 0x0 ) [ (1, 6) -> (1, 12) ] , defined, 0 use(s). " " Declaration: "A&& aRef" [ "aRef" ] 0x3dc2900 (internal ctx 0x0 ) [ (2, 4) -> (2, 8) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3dc24b0 " "A" " [ "" ] [ (0, 8) -> (0, 10) ] " " 0 Declarations, 0 child-contexts PASS : TestDUChain::testRValueReference() "" New Context "Global" 0x3dc92a0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class A" [ "A" ] 0x3dcd170 (internal ctx 0x3deb760 ) [ (0, 6) -> (0, 7) ] , defined, 1 use(s). " " File: "/internal/204" " " Use: [ (2, 10) -> (2, 11) ] " " Use: [ (5, 0) -> (5, 1) ] " " Declaration: " A::~A ()" [ "A::~A" ] 0x3dedba0 (internal ctx 0x3de92a0 ) [ (5, 4) -> (5, 5) ] , defined, 0 use(s). " " Declaration: "void foo (int)" [ "foo" ] 0x3de8c20 (internal ctx 0x3dedb20 ) [ (6, 5) -> (6, 8) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3deb760 " "A" " [ "" ] [ (0, 8) -> (4, 1) ] " " 3 Declarations, 3 child-contexts " " ==import==> Context "Function" 0x3dcba40 " "A" " [ "A" ] [ (1, 4) -> (1, 4) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3deb9c0 " "A" " [ "A" ] [ (2, 4) -> (2, 12) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3deb980 " "~A" " [ "~A" ] [ (3, 13) -> (3, 13) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3de92a0 " "A::~A" " [ "A::~A" ] [ (5, 6) -> (5, 6) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3deb760 " "A" " [ "" ] [ (0, 8) -> (4, 1) ] " " 3 Declarations, 3 child-contexts " " ==import==> Context "Function" 0x3dcba40 " "A" " [ "A" ] [ (1, 4) -> (1, 4) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3deb9c0 " "A" " [ "A" ] [ (2, 4) -> (2, 12) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3deb980 " "~A" " [ "~A" ] [ (3, 13) -> (3, 13) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dedb20 " "foo" " [ "foo" ] [ (6, 9) -> (6, 12) ] " " 1 Declarations, 0 child-contexts PASS : TestDUChain::testDefaultDelete() PASS : TestDUChain::testDelete_Bug278781() "" New Context "Global" 0x3de8370 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "Foo Foo" [ "Foo" ] 0x3deb980 (internal ctx 0x3dedb20 ) [ (0, 5) -> (0, 8) ] , defined, 0 use(s). " " ==import==> Context "Enum" 0x3dedb20 " "" " [ "" ] [ (0, 0) -> (0, 15) ] " " 2 Declarations, 0 child-contexts "" New Context "Global" 0x3df1670 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "Foo Foo" [ "Foo" ] 0x3dc3e20 (internal ctx 0x3de88e0 ) [ (0, 5) -> (0, 8) ] , defined, 0 use(s). " " ==import==> Context "Enum" 0x3de88e0 " "" " [ "" ] [ (0, 0) -> (0, 11) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x392d7d0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "Foo Foo" [ "Foo" ] 0x3dc1400 (internal ctx 0x3507aa0 ) [ (0, 11) -> (0, 14) ] , defined, 0 use(s). " " ==import==> Context "Enum" 0x3507aa0 " "Foo" " [ "Foo" ] [ (0, 0) -> (0, 21) ] " " 2 Declarations, 0 child-contexts "" New Context "Global" 0x3dcba40 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "Foo Foo" [ "Foo" ] 0x3dc4130 (internal ctx 0x3de88e0 ) [ (0, 12) -> (0, 15) ] , defined, 0 use(s). " " ==import==> Context "Enum" 0x3de88e0 " "Foo" " [ "Foo" ] [ (0, 0) -> (0, 22) ] " " 2 Declarations, 0 child-contexts "" New Context "Global" 0x3df0470 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "Foo Foo" [ "Foo" ] 0x3b673a0 (internal ctx 0x3de8370 ) [ (0, 5) -> (0, 8) ] , defined, 0 use(s). " " ==import==> Context "Enum" 0x3de8370 " "" " [ "" ] [ (0, 0) -> (0, 21) ] " " 2 Declarations, 0 child-contexts "" New Context "Global" 0x3deb9c0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "Foo" [ "Foo" ] 0x3b673e0 (internal ctx 0x3b68710 ) [ (0, 5) -> (0, 8) ] , no definition, 0 use(s). " " ==import==> Context "Enum" 0x3b68710 " "" " [ "" ] [ (0, 0) -> (0, 8) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x3dcba40 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "Foo" [ "Foo" ] 0x3de7d90 (internal ctx 0x3dcb9d0 ) [ (0, 11) -> (0, 14) ] , no definition, 0 use(s). " " ==import==> Context "Enum" 0x3dcb9d0 " "Foo" " [ "Foo" ] [ (0, 0) -> (0, 14) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x3dc2e90 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "Foo" [ "Foo" ] 0x3dc7700 (internal ctx 0x3dc24b0 ) [ (0, 11) -> (0, 14) ] , no definition, 0 use(s). " " ==import==> Context "Enum" 0x3dc24b0 " "Foo" " [ "Foo" ] [ (0, 0) -> (0, 21) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x3dcba40 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "Foo" [ "Foo" ] 0x3de7c30 (internal ctx 0x3de7df0 ) [ (0, 5) -> (0, 8) ] , no definition, 0 use(s). " " ==import==> Context "Enum" 0x3de7df0 " "" " [ "" ] [ (0, 0) -> (0, 23) ] " " 0 Declarations, 0 child-contexts PASS : TestDUChain::testEnum2011() "" New Context "Global" 0x22957b0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "const int&& foo ()" [ "foo" ] 0x3de92e0 (internal ctx 0x3de9470 ) [ (0, 12) -> (0, 15) ] , no definition, 1 use(s). " " File: "/internal/215" " " Use: [ (4, 9) -> (4, 12) ] " " Declaration: "int i" [ "i" ] 0x3de9a80 (internal ctx 0x0 ) [ (1, 4) -> (1, 5) ] , defined, 1 use(s). " " File: "/internal/215" " " Use: [ (4, 21) -> (4, 22) ] " " Use: [ (5, 9) -> (5, 10) ] " " Use: [ (8, 15) -> (8, 16) ] " " Use: [ (10, 10) -> (10, 11) ] " " Use: [ (12, 10) -> (12, 11) ] " " Declaration: "struct A" [ "A" ] 0x3dc3e20 (internal ctx 0x3deb940 ) [ (2, 7) -> (2, 8) ] , defined, 1 use(s). " " File: "/internal/215" " " Use: [ (3, 6) -> (3, 7) ] " " Use: [ (3, 17) -> (3, 18) ] " " Declaration: "const A* a" [ "a" ] 0x3dcd060 (internal ctx 0x0 ) [ (3, 9) -> (3, 10) ] , defined, 1 use(s). " " File: "/internal/215" " " Use: [ (6, 9) -> (6, 10) ] " " Use: [ (7, 10) -> (7, 11) ] " " Declaration: "const int&& x1" [ "x1" ] 0x3dcb610 (internal ctx 0x0 ) [ (4, 16) -> (4, 18) ] , defined, 0 use(s). " " Declaration: "int x2" [ "x2" ] 0x3deb9c0 (internal ctx 0x0 ) [ (5, 12) -> (5, 14) ] , defined, 0 use(s). " " Declaration: "double x3" [ "x3" ] 0x3dc01b0 (internal ctx 0x0 ) [ (6, 15) -> (6, 17) ] , defined, 0 use(s). " " Declaration: "const double& x4" [ "x4" ] 0x3dcb2e0 (internal ctx 0x0 ) [ (7, 17) -> (7, 19) ] , defined, 0 use(s). " " Declaration: "const int& j" [ "j" ] 0x3df03c0 (internal ctx 0x0 ) [ (8, 11) -> (8, 12) ] , defined, 1 use(s). " " File: "/internal/215" " " Use: [ (9, 10) -> (9, 11) ] " " Declaration: "const int& x5" [ "x5" ] 0x3df0480 (internal ctx 0x0 ) [ (9, 14) -> (9, 16) ] , defined, 0 use(s). " " Declaration: "int& j2" [ "j2" ] 0x3dc71e0 (internal ctx 0x0 ) [ (10, 5) -> (10, 7) ] , defined, 1 use(s). " " File: "/internal/215" " " Use: [ (11, 10) -> (11, 12) ] " " Declaration: "int& x6" [ "x6" ] 0x3b68700 (internal ctx 0x0 ) [ (11, 15) -> (11, 17) ] , defined, 0 use(s). " " Declaration: "int& x7" [ "x7" ] 0x3dc7430 (internal ctx 0x0 ) [ (12, 14) -> (12, 16) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x3de9470 " "foo" " [ "foo" ] [ (0, 16) -> (0, 16) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3deb940 " "A" " [ "" ] [ (2, 9) -> (2, 22) ] " " 1 Declarations, 0 child-contexts PASS : TestDUChain::testDecltype() "" New Context "Global" 0x3dc1580 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int c" [ "c" ] 0x3dc47e0 (internal ctx 0x0 ) [ (0, 4) -> (0, 5) ] , defined, 1 use(s). " " File: "/internal/216" " " Use: [ (0, 16) -> (0, 17) ] " " Use: [ (0, 37) -> (0, 38) ] " " Declaration: "int c2" [ "c2" ] 0x3dc7700 (internal ctx 0x0 ) [ (0, 19) -> (0, 21) ] , defined, 1 use(s). " " File: "/internal/216" " " Use: [ (0, 33) -> (0, 35) ] PASS : TestDUChain::testDecltypeUses() "" New Context "Global" 0x3dc2e90 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int foo ()" [ "foo" ] 0x3dcc610 (internal ctx 0x3de7df0 ) [ (0, 5) -> (0, 8) ] , no definition, 0 use(s). " " ==import==> Context "Function" 0x3de7df0 " "foo" " [ "foo" ] [ (0, 9) -> (0, 9) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x3b67650 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class A" [ "A" ] 0x3dcb9d0 (internal ctx 0x3de7df0 ) [ (0, 6) -> (0, 7) ] , defined, 1 use(s). " " File: "/internal/218" " " Use: [ (0, 29) -> (0, 30) ] " " Declaration: "int foo (A*)" [ "foo" ] 0x3deb790 (internal ctx 0x3de7c30 ) [ (0, 25) -> (0, 28) ] , no definition, 0 use(s). " " ==import==> Context "Class" 0x3de7df0 " "A" " [ "" ] [ (0, 8) -> (0, 18) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3de7c30 " "foo" " [ "foo" ] [ (0, 29) -> (0, 35) ] " " 1 Declarations, 0 child-contexts QDEBUG : TestDUChain::testTrailingReturnType() "int" "" New Context "Global" 0x3b669d0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int*[4] f ()" [ "f" ] 0x3dcc610 (internal ctx 0x3de88e0 ) [ (0, 5) -> (0, 6) ] , no definition, 0 use(s). " " ==import==> Context "Function" 0x3de88e0 " "f" " [ "f" ] [ (0, 7) -> (0, 7) ] " " 2 Declarations, 0 child-contexts QDEBUG : TestDUChain::testTrailingReturnType() "int*[4]" XFAIL : TestDUChain::testTrailingReturnType() type is parsed as 'array[4] of pointer to int, which is wrong. Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_duchain_cpp2011.cpp(420)] "" New Context "Global" 0x3df1580 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "void func ()" [ "func" ] 0x3dcc610 (internal ctx 0x3dcd170 ) [ (0, 5) -> (0, 9) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x3de7df0 " "func" " [ "func" ] [ (0, 10) -> (0, 10) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dcd170 " "func" " [ "func" ] [ (0, 12) -> (0, 44) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3de7df0 " "func" " [ "func" ] [ (0, 10) -> (0, 10) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc3890 " "" " [ "func" ] [ (0, 26) -> (0, 26) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc0190 " "" " [ "func" ] [ (0, 28) -> (0, 41) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc3890 " "" " [ "func" ] [ (0, 26) -> (0, 26) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x3df1580 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "void func ()" [ "func" ] 0x3dcc610 (internal ctx 0x3dcd170 ) [ (0, 5) -> (0, 9) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x3de7df0 " "func" " [ "func" ] [ (0, 10) -> (0, 10) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dcd170 " "func" " [ "func" ] [ (0, 12) -> (0, 51) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3de7df0 " "func" " [ "func" ] [ (0, 10) -> (0, 10) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3deb9d0 " "" " [ "func" ] [ (0, 26) -> (0, 26) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3de7bd0 " "" " [ "func" ] [ (0, 35) -> (0, 48) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3deb9d0 " "" " [ "func" ] [ (0, 26) -> (0, 26) ] " " 0 Declarations, 0 child-contexts PASS : TestDUChain::testTrailingReturnType() "" New Context "Global" 0x3deb980 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int square (int)" [ "square" ] 0x3dcc680 (internal ctx 0x3dc92e0 ) [ (0, 14) -> (0, 20) ] , defined, 1 use(s). " " File: "/internal/222" " " Use: [ (1, 27) -> (1, 33) ] " " Declaration: "4.2 a" [ "a" ] 0x3b69410 (internal ctx 0x0 ) [ (1, 17) -> (1, 18) ] , defined, 0 use(s). " " Declaration: "class A" [ "A" ] 0x3df1580 (internal ctx 0x3dcc530 ) [ (2, 6) -> (2, 7) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x3deb940 " "square" " [ "square" ] [ (0, 21) -> (0, 26) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc92e0 " "square" " [ "square" ] [ (0, 28) -> (0, 45) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3deb940 " "square" " [ "square" ] [ (0, 21) -> (0, 26) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3dcc530 " "A" " [ "" ] [ (2, 8) -> (5, 1) ] " " 2 Declarations, 3 child-contexts " " ==import==> Context "Function" 0x3b67400 " "A" " [ "A" ] [ (3, 14) -> (3, 14) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc7230 " "foo" " [ "foo" ] [ (4, 20) -> (4, 20) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dcb280 " "foo" " [ "foo" ] [ (4, 22) -> (4, 35) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc7230 " "foo" " [ "foo" ] [ (4, 20) -> (4, 20) ] " " 0 Declarations, 0 child-contexts XFAIL : TestDUChain::testConstexpr() constexpr functions are not handled yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_duchain_cpp2011.cpp(458)] XFAIL : TestDUChain::testConstexpr() constexpr constructors are not handled yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_duchain_cpp2011.cpp(467)] XFAIL : TestDUChain::testConstexpr() constexpr member functions are not handled yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/cppduchain/tests/test_duchain_cpp2011.cpp(470)] PASS : TestDUChain::testConstexpr() "" New Context "Global" 0x3dea8a0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "_Bit_type _Bit_type" [ "_Bit_type" ] 0x3dc4130 (internal ctx 0x0 ) [ (1, 22) -> (1, 31) ] , defined, 1 use(s). " " File: "/internal/223" " " Use: [ (2, 37) -> (2, 46) ] " " Declaration: " " [ "" ] 0x3de8370 (internal ctx 0x3de88e0 ) [ (2, 0) -> (2, 0) ] , defined, 0 use(s). " " ==import==> Context "Enum" 0x3de88e0 " "" " [ "" ] [ (2, 0) -> (2, 50) ] " " 1 Declarations, 0 child-contexts PASS : TestDUChain::testInitListRegressions() "" New Context "Global" 0x3dc91e0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct A" [ "A" ] 0x3dea8f0 (internal ctx 0x3dcc680 ) [ (0, 28) -> (0, 29) ] , defined, 0 use(s). " " Declaration: "A< typename T < _Functor > :: type ( Args ... ) > func ()" [ "func" ] 0x3dc5930 (internal ctx 0x3b68710 ) [ (2, 39) -> (2, 43) ] , defined, 0 use(s). " " ==import==> Context "Template" 0x3dc4130 " "" " [ "" ] [ (0, 9) -> (0, 19) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3dcc680 " "A" " [ "" ] [ (0, 30) -> (0, 49) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3dc4130 " "" " [ "" ] [ (0, 9) -> (0, 19) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3b68c60 " "" " [ "" ] [ (1, 9) -> (1, 37) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b685d0 " "func" " [ "func" ] [ (2, 44) -> (2, 44) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3b68c60 " "" " [ "" ] [ (1, 9) -> (1, 37) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b68710 " "func" " [ "func" ] [ (2, 46) -> (2, 48) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3b685d0 " "func" " [ "func" ] [ (2, 44) -> (2, 44) ] " " 0 Declarations, 0 child-contexts " " skipping "" because it was already printed PASS : TestDUChain::testBug284536() "" New Context "Global" 0x3b693c0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " std" [ "std" ] 0x3dcb240 (internal ctx 0x3dc92e0 ) [ (0, 10) -> (0, 13) ] , no definition, 0 use(s). " " ==import==> Context "Namespace" 0x3dc92e0 " "std" " [ "std" ] [ (0, 14) -> (6, 1) ] " " 5 Declarations, 9 child-contexts " " ==import==> Context "Template" 0x3b69410 " "" " [ "std" ] [ (1, 11) -> (1, 21) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3b68c00 " "" " [ "std" ] [ (2, 11) -> (2, 42) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3dc73d0 " "is_f< _Res ( Args ... ) >" " [ "std" ] [ (2, 71) -> (2, 74) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3b68c00 " "" " [ "std" ] [ (2, 11) -> (2, 42) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3dc7fc0 " "" " [ "std" ] [ (3, 11) -> (3, 42) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3dc2900 " "is_f< _Res >" " [ "std" ] [ (3, 74) -> (3, 77) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3dc7fc0 " "" " [ "std" ] [ (3, 11) -> (3, 42) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3df0410 " "" " [ "std" ] [ (4, 11) -> (4, 21) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3dc1580 " "is_a" " [ "std" ] [ (4, 35) -> (4, 87) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3df0410 " "" " [ "std" ] [ (4, 11) -> (4, 21) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3b66510 " "" " [ "std" ] [ (5, 11) -> (5, 21) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3dca9e0 " "is_f" " [ "std" ] [ (5, 35) -> (5, 69) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3b66510 " "" " [ "std" ] [ (5, 11) -> (5, 21) ] " " 1 Declarations, 0 child-contexts PASS : TestDUChain::testBug285004() "" New Context "Global" 0x3b669d0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int main ()" [ "main" ] 0x3de8370 (internal ctx 0x3dec490 ) [ (0, 4) -> (0, 8) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x3de88e0 " "main" " [ "main" ] [ (0, 9) -> (0, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dec490 " "main" " [ "main" ] [ (0, 11) -> (3, 1) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3de88e0 " "main" " [ "main" ] [ (0, 9) -> (0, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dcd170 " "" " [ "main" ] [ (2, 15) -> (2, 20) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b67650 " "" " [ "main" ] [ (2, 22) -> (2, 32) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dcd170 " "" " [ "main" ] [ (2, 15) -> (2, 20) ] " " 1 Declarations, 0 child-contexts "" New Context "Global" 0x3b669d0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int main ()" [ "main" ] 0x3de8370 (internal ctx 0x3dec490 ) [ (0, 4) -> (0, 8) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x3de88e0 " "main" " [ "main" ] [ (0, 9) -> (0, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dec490 " "main" " [ "main" ] [ (0, 11) -> (3, 1) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3de88e0 " "main" " [ "main" ] [ (0, 9) -> (0, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dcd170 " "" " [ "main" ] [ (2, 15) -> (2, 20) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b67650 " "" " [ "main" ] [ (2, 22) -> (2, 32) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dcd170 " "" " [ "main" ] [ (2, 15) -> (2, 20) ] " " 1 Declarations, 0 child-contexts PASS : TestDUChain::testLambda() "" New Context "Global" 0x3deda30 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int main ()" [ "main" ] 0x3dbfff0 (internal ctx 0x3dcc680 ) [ (0, 4) -> (0, 8) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x3dc00c0 " "main" " [ "main" ] [ (0, 9) -> (0, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dcc680 " "main" " [ "main" ] [ (0, 11) -> (2, 1) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3dc00c0 " "main" " [ "main" ] [ (0, 9) -> (0, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3de9470 " "" " [ "main" ] [ (1, 15) -> (1, 15) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b665e0 " "" " [ "main" ] [ (1, 24) -> (1, 36) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3de9470 " "" " [ "main" ] [ (1, 15) -> (1, 15) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x3deda30 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int main ()" [ "main" ] 0x3dbfff0 (internal ctx 0x3dcc680 ) [ (0, 4) -> (0, 8) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x3dc00c0 " "main" " [ "main" ] [ (0, 9) -> (0, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dcc680 " "main" " [ "main" ] [ (0, 11) -> (2, 1) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3dc00c0 " "main" " [ "main" ] [ (0, 9) -> (0, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3de9470 " "" " [ "main" ] [ (1, 15) -> (1, 15) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b665e0 " "" " [ "main" ] [ (1, 24) -> (1, 36) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3de9470 " "" " [ "main" ] [ (1, 15) -> (1, 15) ] " " 0 Declarations, 0 child-contexts PASS : TestDUChain::testLambdaReturn() "" New Context "Global" 0x3dc91e0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int main ()" [ "main" ] 0x3de8370 (internal ctx 0x3dcd170 ) [ (0, 4) -> (0, 8) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x3dec490 " "main" " [ "main" ] [ (0, 9) -> (0, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dcd170 " "main" " [ "main" ] [ (0, 11) -> (3, 1) ] " " 2 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x3dec490 " "main" " [ "main" ] [ (0, 9) -> (0, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dcc530 " "" " [ "main" ] [ (2, 16) -> (2, 26) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x3dc91e0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int main ()" [ "main" ] 0x3de8370 (internal ctx 0x3dcd170 ) [ (0, 4) -> (0, 8) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x3dec490 " "main" " [ "main" ] [ (0, 9) -> (0, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dcd170 " "main" " [ "main" ] [ (0, 11) -> (3, 1) ] " " 2 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x3dec490 " "main" " [ "main" ] [ (0, 9) -> (0, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dcc530 " "" " [ "main" ] [ (2, 16) -> (2, 26) ] " " 0 Declarations, 0 child-contexts PASS : TestDUChain::testLambdaCapture() "" New Context "Global" 0x3dc87a0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class test" [ "test" ] 0x3dc0150 (internal ctx 0x3de92a0 ) [ (1, 6) -> (1, 10) ] , defined, 0 use(s). " " Declaration: "class test< T[] >" [ "test< T[] >" ] 0x3dc73d0 (internal ctx 0x3df1670 ) [ (7, 6) -> (7, 15) ] , defined, 0 use(s). " " Declaration: "int main ()" [ "main" ] 0x3dc0cb0 (internal ctx 0x3df0dd0 ) [ (10, 4) -> (10, 8) ] , defined, 0 use(s). " " ==import==> Context "Template" 0x3dc92e0 " "" " [ "" ] [ (0, 10) -> (0, 20) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3de92a0 " "test" " [ "" ] [ (2, 0) -> (5, 1) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Template" 0x3dc92e0 " "" " [ "" ] [ (0, 10) -> (0, 20) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc38a0 " "foo" " [ "foo" ] [ (4, 13) -> (4, 13) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b68c60 " "foo" " [ "foo" ] [ (4, 15) -> (4, 17) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc38a0 " "foo" " [ "foo" ] [ (4, 13) -> (4, 13) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3de7c30 " "" " [ "" ] [ (6, 9) -> (6, 19) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3df1670 " "test< T[] >" " [ "" ] [ (8, 0) -> (9, 1) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3de7c30 " "" " [ "" ] [ (6, 9) -> (6, 19) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc92a0 " "main" " [ "main" ] [ (10, 9) -> (10, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3df0dd0 " "main" " [ "main" ] [ (10, 11) -> (19, 1) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc92a0 " "main" " [ "main" ] [ (10, 9) -> (10, 9) ] " " 0 Declarations, 0 child-contexts PASS : TestDUChain::testTemplateSpecializeArray() "" New Context "Global" 0x3b665a0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class test" [ "test" ] 0x3dca970 (internal ctx 0x392d820 ) [ (1, 6) -> (1, 10) ] , defined, 0 use(s). " " Declaration: "class test< T&& >" [ "test< T&& >" ] 0x3df0d70 (internal ctx 0x3dc77c0 ) [ (7, 6) -> (7, 15) ] , defined, 0 use(s). " " Declaration: "int main ()" [ "main" ] 0x3dc5960 (internal ctx 0x3dc87a0 ) [ (10, 4) -> (10, 8) ] , defined, 0 use(s). " " ==import==> Context "Template" 0x3dc0740 " "" " [ "" ] [ (0, 10) -> (0, 20) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x392d820 " "test" " [ "" ] [ (2, 0) -> (5, 1) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Template" 0x3dc0740 " "" " [ "" ] [ (0, 10) -> (0, 20) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc87f0 " "foo" " [ "foo" ] [ (4, 13) -> (4, 13) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3df0480 " "foo" " [ "foo" ] [ (4, 15) -> (4, 17) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc87f0 " "foo" " [ "foo" ] [ (4, 13) -> (4, 13) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3de7c30 " "" " [ "" ] [ (6, 9) -> (6, 19) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3dc77c0 " "test< T&& >" " [ "" ] [ (8, 0) -> (9, 1) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3de7c30 " "" " [ "" ] [ (6, 9) -> (6, 19) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc7250 " "main" " [ "main" ] [ (10, 9) -> (10, 9) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3dc87a0 " "main" " [ "main" ] [ (10, 11) -> (19, 1) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3dc7250 " "main" " [ "main" ] [ (10, 9) -> (10, 9) ] " " 0 Declarations, 0 child-contexts PASS : TestDUChain::testTemplateSpecializeRValue() "" New Context "Global" 0x3dc9370 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct foo" [ "foo" ] 0x3dedb20 (internal ctx 0x3de7df0 ) [ (0, 7) -> (0, 10) ] , defined, 1 use(s). " " File: "/internal/231" " " Use: [ (1, 12) -> (1, 15) ] " " Declaration: "bar bar" [ "bar" ] 0x3df0480 (internal ctx 0x0 ) [ (1, 6) -> (1, 9) ] , no definition, 1 use(s). " " File: "/internal/231" " " Use: [ (2, 11) -> (2, 14) ] " " Declaration: "void t ()" [ "t" ] 0x3dcb240 (internal ctx 0x3b67160 ) [ (2, 5) -> (2, 6) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3de7df0 " "foo" " [ "" ] [ (0, 11) -> (0, 34) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x3dcb9d0 " "asdf" " [ "asdf" ] [ (0, 30) -> (0, 30) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3deda30 " "t" " [ "t" ] [ (2, 7) -> (2, 7) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b67160 " "t" " [ "t" ] [ (2, 9) -> (2, 25) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3deda30 " "t" " [ "t" ] [ (2, 7) -> (2, 7) ] " " 0 Declarations, 0 child-contexts PASS : TestDUChain::testAliasDeclaration() "" New Context "Global" 0x3dc0890 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "char i" [ "i" ] 0x3dec490 (internal ctx 0x0 ) [ (0, 5) -> (0, 6) ] , defined, 1 use(s). " " File: "/internal/232" " " Use: [ (1, 10) -> (1, 11) ] " " Use: [ (2, 11) -> (2, 12) ] " " Use: [ (3, 12) -> (3, 13) ] " " Use: [ (4, 16) -> (4, 17) ] " " Use: [ (5, 17) -> (5, 18) ] " " Use: [ (6, 18) -> (6, 19) ] " " Declaration: "char a1" [ "a1" ] 0x3b685d0 (internal ctx 0x0 ) [ (1, 5) -> (1, 7) ] , defined, 0 use(s). " " Declaration: "char& a2" [ "a2" ] 0x3dedb20 (internal ctx 0x0 ) [ (2, 6) -> (2, 8) ] , defined, 0 use(s). " " Declaration: "char&& a3" [ "a3" ] 0x3df1580 (internal ctx 0x0 ) [ (3, 7) -> (3, 9) ] , defined, 0 use(s). " " Declaration: "const char a4" [ "a4" ] 0x3deda30 (internal ctx 0x0 ) [ (4, 11) -> (4, 13) ] , defined, 0 use(s). " " Declaration: "const char& a5" [ "a5" ] 0x3dc3740 (internal ctx 0x0 ) [ (5, 12) -> (5, 14) ] , defined, 0 use(s). " " Declaration: "const char&& a6" [ "a6" ] 0x3b67650 (internal ctx 0x0 ) [ (6, 13) -> (6, 15) ] , defined, 0 use(s). PASS : TestDUChain::testAuto() PASS : TestDUChain::cleanupTestCase() Totals: 143 passed, 0 failed, 0 skipped ********* Finished testing of TestDUChain ********* Test time = 0.61 sec ---------------------------------------------------------- Test Passed. "duchaintest" end time: Mar 29 01:32 EDT "duchaintest" time elapsed: 00:00:00 ---------------------------------------------------------- 7/24 Testing: sourcemanipulationtest 7/24 Test: sourcemanipulationtest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/cppduchain/tests/sourcemanipulationtest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/cppduchain/tests "sourcemanipulationtest" start time: Mar 29 01:32 EDT Output: ---------------------------------------------------------- ********* Start testing of TestSourceManipulation ********* Config: Using QTest library 4.8.0, Qt 4.8.0 QWARN : TestSourceManipulation::initTestCase() QMetaMethod::invoke: Unable to handle unregistered datatype 'KUrl::List' PASS : TestSourceManipulation::initTestCase() PASS : TestSourceManipulation::testFirstValidCodeLineBefore() PASS : TestSourceManipulation::cleanupTestCase() Totals: 3 passed, 0 failed, 0 skipped ********* Finished testing of TestSourceManipulation ********* Test time = 0.22 sec ---------------------------------------------------------- Test Passed. "sourcemanipulationtest" end time: Mar 29 01:32 EDT "sourcemanipulationtest" time elapsed: 00:00:00 ---------------------------------------------------------- 8/24 Testing: buddiestest 8/24 Test: buddiestest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/tests/buddiestest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/tests "buddiestest" start time: Mar 29 01:32 EDT Output: ---------------------------------------------------------- ********* Start testing of TestBuddies ********* Config: Using QTest library 4.8.0, Qt 4.8.0 QDEBUG : TestBuddies::initTestCase() qttest(16791) KXMLGUIClient::setXMLFile: cannot find .rc file "qttestui.rc" for component "qttest" QDEBUG : TestBuddies::initTestCase() qttest(16791) PatchReviewPlugin::setPatch: setting new patch "Custom Patch" with file KUrl("") QDEBUG : TestBuddies::initTestCase() qttest(16791) PatchReviewPlugin::notifyPatchChanged: notifying patch change: KUrl("") QDEBUG : TestBuddies::initTestCase() qttest(16791)/kdecore (KLibrary) findLibraryInternal: plugins should not have a 'lib' prefix: "libkonsolepart.so" QDEBUG : TestBuddies::initTestCase() qttest(16791)/konsole Konsole::Session::run: Session::run() - program to run not set. ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: ignored. PASS : TestBuddies::initTestCase() QDEBUG : TestBuddies::testDeclarationDefinitionOrder() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testDeclarationDefinitionOrder() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testDeclarationDefinitionOrder() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testDeclarationDefinitionOrder() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testDeclarationDefinitionOrder() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testDeclarationDefinitionOrder() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model PASS : TestBuddies::testDeclarationDefinitionOrder() QDEBUG : TestBuddies::testMultiDotFilenames() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testMultiDotFilenames() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testMultiDotFilenames() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testMultiDotFilenames() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model PASS : TestBuddies::testMultiDotFilenames() QDEBUG : TestBuddies::testActivation() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testActivation() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testActivation() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model PASS : TestBuddies::testActivation() QDEBUG : TestBuddies::testDisableBuddies() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testDisableBuddies() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testDisableBuddies() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model PASS : TestBuddies::testDisableBuddies() QDEBUG : TestBuddies::testDisableOpenAfterCurrent() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testDisableOpenAfterCurrent() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testDisableOpenAfterCurrent() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testDisableOpenAfterCurrent() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model PASS : TestBuddies::testDisableOpenAfterCurrent() QDEBUG : TestBuddies::testDisableAll() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testDisableAll() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testDisableAll() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testDisableAll() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model PASS : TestBuddies::testDisableAll() QDEBUG : TestBuddies::testMultipleFolders() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testMultipleFolders() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testMultipleFolders() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model PASS : TestBuddies::testMultipleFolders() QDEBUG : TestBuddies::testsplitViewBuddies() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model QDEBUG : TestBuddies::testsplitViewBuddies() qttest(16791) PatchReviewPlugin::addHighlighting: highlightFile(): no model PASS : TestBuddies::testsplitViewBuddies() QDEBUG : TestBuddies::cleanupTestCase() qttest(16791) PatchReviewPlugin::updateKompareModel: updating model ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: ignored. QDEBUG : TestBuddies::cleanupTestCase() qttest(16791) PatchReviewPlugin::clearPatch: clearing patch QObject(0x1619be0) current: QObject(0x0) PASS : TestBuddies::cleanupTestCase() Totals: 10 passed, 0 failed, 0 skipped ********* Finished testing of TestBuddies ********* pp_macro::definition There were items left on destruction: 210 Test time = 10.54 sec ---------------------------------------------------------- Test Passed. "buddiestest" end time: Mar 29 01:33 EDT "buddiestest" time elapsed: 00:00:10 ---------------------------------------------------------- 9/24 Testing: cppspecialcompletion 9/24 Test: cppspecialcompletion Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/tests/cppspecialcompletion.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/tests "cppspecialcompletion" start time: Mar 29 01:33 EDT Output: ---------------------------------------------------------- ********* Start testing of TestSpecialCompletion ********* Config: Using QTest library 4.8.0, Qt 4.8.0 PASS : TestSpecialCompletion::initTestCase() XFAIL : TestSpecialCompletion::testMissingInclude() include path resolver complains Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/tests/test_specialcompletion.cpp(98)] XFAIL : TestSpecialCompletion::testMissingInclude() include path resolver complains Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/tests/test_specialcompletion.cpp(106)] PASS : TestSpecialCompletion::testMissingInclude() XFAIL : TestSpecialCompletion::testIncludeDefine() include path resolver complains Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/tests/test_specialcompletion.cpp(144)] PASS : TestSpecialCompletion::testIncludeDefine() PASS : TestSpecialCompletion::testIncludeGrouping() XFAIL : TestSpecialCompletion::testIncludeComment() include path resolver complains Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/tests/test_specialcompletion.cpp(286)] PASS : TestSpecialCompletion::testIncludeComment() PASS : TestSpecialCompletion::cleanupTestCase() Totals: 6 passed, 0 failed, 0 skipped ********* Finished testing of TestSpecialCompletion ********* ClassDeclarationData::baseClasses There were items left on destruction: 7 DUContextData::m_uses There were items left on destruction: 26 TopDUContextData::m_usedDeclarationIds There were items left on destruction: 11 DUContextData::m_importers There were items left on destruction: 15 DUContextData::m_importedContexts There were items left on destruction: 5 DUContextData::m_childContexts There were items left on destruction: 26 FunctionDeclarationData::m_defaultParameters There were items left on destruction: 4 DUContextData::m_localDeclarations There were items left on destruction: 11 pp_macro::definition There were items left on destruction: 210 Test time = 2.68 sec ---------------------------------------------------------- Test Passed. "cppspecialcompletion" end time: Mar 29 01:33 EDT "cppspecialcompletion" time elapsed: 00:00:02 ---------------------------------------------------------- 10/24 Testing: cppcodecompletiontest 10/24 Test: cppcodecompletiontest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/tests/cppcodecompletiontest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/tests "cppcodecompletiontest" start time: Mar 29 01:33 EDT Output: ---------------------------------------------------------- ********* Start testing of TestCppCodeCompletion ********* Config: Using QTest library 4.8.0, Qt 4.8.0 PASS : TestCppCodeCompletion::initTestCase() PASS : TestCppCodeCompletion::testCommentClearing() PASS : TestCppCodeCompletion::testExpressionBefore() PASS : TestCppCodeCompletion::testSpecialItems() "" New Context "Global" 0x3945f30 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class T" [ "T" ] 0x32d38b0 (internal ctx 0x34ea500 ) [ (0, 25) -> (0, 26) ] , defined, 0 use(s). " " Declaration: " A" [ "A" ] 0x39499e0 (internal ctx 0x3945b80 ) [ (0, 42) -> (0, 43) ] , no definition, 0 use(s). " " Declaration: "struct C" [ "C" ] 0x3944270 (internal ctx 0x3949440 ) [ (0, 68) -> (0, 69) ] , defined, 0 use(s). " " Declaration: "int testMe ()" [ "testMe" ] 0x2635000 (internal ctx 0x39497b0 ) [ (0, 79) -> (0, 85) ] , defined, 0 use(s). " " ==import==> Context "Template" 0x30a9b90 " "" " [ "" ] [ (0, 9) -> (0, 17) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x34ea500 " "T" " [ "" ] [ (0, 27) -> (0, 30) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x30a9b90 " "" " [ "" ] [ (0, 9) -> (0, 17) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Namespace" 0x3945b80 " "A" " [ "A" ] [ (0, 44) -> (0, 60) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Class" 0x3949150 " "B" " [ "A" ] [ (0, 55) -> (0, 57) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3949440 " "C" " [ "" ] [ (0, 70) -> (0, 73) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x394a4f0 " "testMe" " [ "testMe" ] [ (0, 86) -> (0, 86) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x39497b0 " "testMe" " [ "testMe" ] [ (0, 88) -> (0, 91) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x394a4f0 " "testMe" " [ "testMe" ] [ (0, 86) -> (0, 86) ] " " 0 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testOnlyShow() PASS : TestCppCodeCompletion::testFriends() XFAIL : TestCppCodeCompletion::testInvalidContexts() Should be invalid, but ExpressionParser needs to be fixed Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/tests/test_cppcodecompletion.cpp(325)] XFAIL : TestCppCodeCompletion::testInvalidContexts() Test mimics an unknown template expression, but there's no way to differentiate it from a less than operator with an unknown expression, which it gets considered to be. If it were a template, it would be valid. Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/languages/cpp/tests/test_cppcodecompletion.cpp(344)] PASS : TestCppCodeCompletion::testInvalidContexts() PASS : TestCppCodeCompletion::testMemberAccess() "" New Context "Global" 0x3946d30 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class Templ" [ "Templ" ] 0x3950950 (internal ctx 0x3950510 ) [ (0, 35) -> (0, 40) ] , defined, 0 use(s). " " Declaration: "class X" [ "X" ] 0x3949c60 (internal ctx 0x3949300 ) [ (0, 70) -> (0, 71) ] , defined, 1 use(s). " " File: "file:///internal/6" " " Use: [ (0, 120) -> (0, 121) ] " " Declaration: " X::X ()" [ "X::X" ] 0x3950340 (internal ctx 0x3948e40 ) [ (0, 123) -> (0, 124) ] , defined, 0 use(s). " " ==import==> Context "Template" 0x30a9b90 " "" " [ "" ] [ (0, 9) -> (0, 27) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3950510 " "Templ" " [ "" ] [ (0, 41) -> (0, 62) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Template" 0x30a9b90 " "" " [ "" ] [ (0, 9) -> (0, 27) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3948ee0 " "ta" " [ "ta" ] [ (0, 49) -> (0, 49) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x39478b0 " "tb" " [ "tb" ] [ (0, 58) -> (0, 58) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3949300 " "X" " [ "" ] [ (0, 72) -> (0, 118) ] " " 3 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3949640 " "X" " [ "X" ] [ (0, 76) -> (0, 76) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x39501b0 " "a" " [ "a" ] [ (0, 85) -> (0, 108) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x39487f0 " "X::X" " [ "X::X" ] [ (0, 125) -> (0, 125) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3949300 " "X" " [ "" ] [ (0, 72) -> (0, 118) ] " " 3 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3949640 " "X" " [ "X" ] [ (0, 76) -> (0, 76) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x39501b0 " "a" " [ "a" ] [ (0, 85) -> (0, 108) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3948e40 " "::X::X" " [ "X::X" ] [ (0, 127) -> (0, 130) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x39487f0 " "X::X" " [ "X::X" ] [ (0, 125) -> (0, 125) ] " " 0 Declarations, 0 child-contexts " " skipping "X" because it was already printed PASS : TestCppCodeCompletion::testParentContexts() PASS : TestCppCodeCompletion::testCaseContext() "" New Context "Global" 0x3949210 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class X" [ "X" ] 0x3971680 (internal ctx 0x30a9b90 ) [ (0, 6) -> (0, 7) ] , defined, 1 use(s). " " File: "file:///internal/8" " " Use: [ (0, 41) -> (0, 42) ] " " Declaration: "int x" [ "x" ] 0x3949300 (internal ctx 0x0 ) [ (0, 35) -> (0, 36) ] , defined, 0 use(s). " " Declaration: "int* z" [ "z" ] 0x3948f70 (internal ctx 0x0 ) [ (0, 38) -> (0, 39) ] , defined, 0 use(s). " " Declaration: " X::X ()" [ "X::X" ] 0x263d540 (internal ctx 0x39708c0 ) [ (0, 44) -> (0, 45) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x30a9b90 " "X" " [ "" ] [ (0, 8) -> (0, 29) ] " " 3 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x39730f0 " "X" " [ "X" ] [ (0, 12) -> (0, 12) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3948ee0 " "X::X" " [ "X::X" ] [ (0, 46) -> (0, 46) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x30a9b90 " "X" " [ "" ] [ (0, 8) -> (0, 29) ] " " 3 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x39730f0 " "X" " [ "X" ] [ (0, 12) -> (0, 12) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x39708c0 " "::X::X" " [ "X::X" ] [ (0, 48) -> (0, 51) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3948ee0 " "X::X" " [ "X::X" ] [ (0, 46) -> (0, 46) ] " " 0 Declarations, 0 child-contexts " " skipping "X" because it was already printed PASS : TestCppCodeCompletion::testUnaryOperators() "" New Context "Global" 0x39500b0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class X" [ "X" ] 0x3944270 (internal ctx 0x3950340 ) [ (0, 6) -> (0, 7) ] , defined, 1 use(s). " " File: "file:///internal/9" " " Use: [ (0, 31) -> (0, 32) ] " " Declaration: " X::X ()" [ "X::X" ] 0x3948ee0 (internal ctx 0x26396e0 ) [ (0, 34) -> (0, 35) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3950340 " "X" " [ "" ] [ (0, 8) -> (0, 29) ] " " 3 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x394a2e0 " "X" " [ "X" ] [ (0, 12) -> (0, 12) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x39448e0 " "X::X" " [ "X::X" ] [ (0, 36) -> (0, 36) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3950340 " "X" " [ "" ] [ (0, 8) -> (0, 29) ] " " 3 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x394a2e0 " "X" " [ "X" ] [ (0, 12) -> (0, 12) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x26396e0 " "::X::X" " [ "X::X" ] [ (0, 38) -> (0, 41) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x39448e0 " "X::X" " [ "X::X" ] [ (0, 36) -> (0, 36) ] " " 0 Declarations, 0 child-contexts " " skipping "X" because it was already printed PASS : TestCppCodeCompletion::testBinaryOperators() "" New Context "Global" 0x3950410 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class Templ" [ "Templ" ] 0x3b98450 (internal ctx 0x3b99e80 ) [ (0, 35) -> (0, 40) ] , defined, 0 use(s). " " Declaration: "class X" [ "X" ] 0x396f990 (internal ctx 0x3967ac0 ) [ (0, 70) -> (0, 71) ] , defined, 1 use(s). " " File: "file:///internal/10" " " Use: [ (0, 95) -> (0, 96) ] " " Declaration: " X::X ()" [ "X::X" ] 0x3948ee0 (internal ctx 0x3950340 ) [ (0, 98) -> (0, 99) ] , defined, 0 use(s). " " ==import==> Context "Template" 0x3b9f1b0 " "" " [ "" ] [ (0, 9) -> (0, 27) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3b99e80 " "Templ" " [ "" ] [ (0, 41) -> (0, 62) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Template" 0x3b9f1b0 " "" " [ "" ] [ (0, 9) -> (0, 27) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x396c390 " "ta" " [ "ta" ] [ (0, 49) -> (0, 49) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x396ccf0 " "tb" " [ "tb" ] [ (0, 58) -> (0, 58) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3967ac0 " "X" " [ "" ] [ (0, 72) -> (0, 93) ] " " 3 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x3968e20 " "X" " [ "X" ] [ (0, 76) -> (0, 76) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x396a820 " "X::X" " [ "X::X" ] [ (0, 100) -> (0, 100) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3967ac0 " "X" " [ "" ] [ (0, 72) -> (0, 93) ] " " 3 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x3968e20 " "X" " [ "X" ] [ (0, 76) -> (0, 76) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3950340 " "::X::X" " [ "X::X" ] [ (0, 102) -> (0, 105) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x396a820 " "X::X" " [ "X::X" ] [ (0, 100) -> (0, 100) ] " " 0 Declarations, 0 child-contexts " " skipping "X" because it was already printed PASS : TestCppCodeCompletion::testDeclarationIsInitialization() PASS : TestCppCodeCompletion::testNoMemberAccess() PASS : TestCppCodeCompletion::testFunctionImplementation() PASS : TestCppCodeCompletion::testAliasDeclarationAccessPolicy() PASS : TestCppCodeCompletion::testKeywords() PASS : TestCppCodeCompletion::testInclude() PASS : TestCppCodeCompletion::testTypeConversion() "" New Context "Global" 0x39463a0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class A" [ "A" ] 0x3bb8ab0 (internal ctx 0x3ba6790 ) [ (0, 6) -> (0, 7) ] , defined, 1 use(s). " " File: "file:///internal/24" " " Use: [ (0, 46) -> (0, 47) ] " " Declaration: "class B" [ "B" ] 0x394fd60 (internal ctx 0x3b9c160 ) [ (0, 18) -> (0, 19) ] , defined, 1 use(s). " " File: "file:///internal/24" " " Use: [ (0, 129) -> (0, 130) ] " " Use: [ (0, 142) -> (0, 143) ] " " Declaration: "class C" [ "C" ] 0x3ba5060 (internal ctx 0x3bb77b0 ) [ (0, 118) -> (0, 119) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3ba6790 " "A" " [ "" ] [ (0, 8) -> (0, 10) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3b9c160 " "B" " [ "" ] [ (0, 20) -> (0, 110) ] " " 3 Declarations, 5 child-contexts " " ==import==> Context "Function" 0x395f790 " "B" " [ "B" ] [ (0, 40) -> (0, 48) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3960070 " "B" " [ "B" ] [ (0, 62) -> (0, 72) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b9ea80 " "B" " [ "B" ] [ (0, 73) -> (0, 75) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3960070 " "B" " [ "B" ] [ (0, 62) -> (0, 72) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3bb3600 " "operator{...cast...}" " [ "operator{...cast...}" ] [ (0, 97) -> (0, 97) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3bb3700 " "operator{...cast...}" " [ "operator{...cast...}" ] [ (0, 105) -> (0, 107) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3bb3600 " "operator{...cast...}" " [ "operator{...cast...}" ] [ (0, 97) -> (0, 97) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3bb77b0 " "C" " [ "" ] [ (0, 120) -> (0, 150) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Class" 0x3b9c160 " "B" " [ "" ] [ (0, 20) -> (0, 110) ] " " 3 Declarations, 5 child-contexts " " ==import==> Context "Function" 0x395f790 " "B" " [ "B" ] [ (0, 40) -> (0, 48) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3960070 " "B" " [ "B" ] [ (0, 62) -> (0, 72) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3b9ea80 " "B" " [ "B" ] [ (0, 73) -> (0, 75) ] " " 0 Declarations, 0 child-contexts " " skipping "B::B" because it was already printed " " ==import==> Context "Function" 0x3bb3600 " "operator{...cast...}" " [ "operator{...cast...}" ] [ (0, 97) -> (0, 97) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3bb3700 " "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" 0x396c390 " "C" " [ "C" ] [ (0, 142) -> (0, 143) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3948ac0 " "C" " [ "C" ] [ (0, 145) -> (0, 147) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x396c390 " "C" " [ "C" ] [ (0, 142) -> (0, 143) ] " " 1 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testTypeConversion2() PASS : TestCppCodeCompletion::testCompletionContext() "" New Context "Global" 0x3be3860 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class C" [ "C" ] 0x3ba5c80 (internal ctx 0x3b9ffa0 ) [ (0, 6) -> (0, 7) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3b9ffa0 " "C" " [ "" ] [ (0, 8) -> (0, 33) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3bb25e0 " "test" " [ "test" ] [ (0, 19) -> (0, 19) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x263d1c0 " "test" " [ "test" ] [ (0, 21) -> (0, 23) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3bb25e0 " "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" 0x3bb5360 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "void test ()" [ "test" ] 0x3968e20 (internal ctx 0x3bb42e0 ) [ (1, 5) -> (1, 9) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x396a820 " "test" " [ "test" ] [ (1, 10) -> (1, 10) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3bb42e0 " "test" " [ "test" ] [ (1, 12) -> (1, 46) ] " " 0 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x396a820 " "test" " [ "test" ] [ (1, 10) -> (1, 10) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3be0970 " "" " [ "test" ] [ (1, 33) -> (1, 33) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Other" 0x3bb2720 " "" " [ "test" ] [ (1, 33) -> (1, 33) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3be19b0 " "" " [ "test" ] [ (1, 33) -> (1, 44) ] " " 0 Declarations, 2 child-contexts " " ==import==> Context "Other" 0x3be0970 " "" " [ "test" ] [ (1, 33) -> (1, 33) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Other" 0x3bb2720 " "" " [ "test" ] [ (1, 33) -> (1, 33) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3bb77b0 " "" " [ "test" ] [ (1, 33) -> (1, 33) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Other" 0x3b96bf0 " "" " [ "test" ] [ (1, 33) -> (1, 33) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3ba7f10 " "" " [ "test" ] [ (1, 33) -> (1, 44) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3bb77b0 " "" " [ "test" ] [ (1, 33) -> (1, 33) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Other" 0x3b96bf0 " "" " [ "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" 0x3c0f200 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int allabamma" [ "allabamma" ] 0x3bf44c0 (internal ctx 0x0 ) [ (1, 7) -> (1, 7) ] , defined, 0 use(s). "" New Context "Global" 0x3c11880 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int bbbbbb" [ "bbbbbb" ] 0x3bf12c0 (internal ctx 0x0 ) [ (1, 8) -> (1, 8) ] , defined, 0 use(s). "" New Context "Global" 0x3c0f330 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " NS" [ "NS" ] 0x3c0d5d0 (internal ctx 0x3c0b630 ) [ (1, 4) -> (1, 4) ] , no definition, 0 use(s). " " Declaration: "class A" [ "A" ] 0x3c100f0 (internal ctx 0x3bf2b20 ) [ (1, 4) -> (1, 4) ] , defined, 0 use(s). " " Declaration: "int a" [ "a" ] 0x3c11df0 (internal ctx 0x0 ) [ (1, 10) -> (1, 11) ] , defined, 0 use(s). " " Declaration: "int b" [ "b" ] 0x3c117b0 (internal ctx 0x0 ) [ (1, 17) -> (1, 18) ] , defined, 0 use(s). " " Declaration: "int c" [ "c" ] 0x3bf32c0 (internal ctx 0x0 ) [ (1, 24) -> (1, 25) ] , defined, 0 use(s). " " Declaration: "int d" [ "d" ] 0x3bf3300 (internal ctx 0x0 ) [ (1, 31) -> (1, 32) ] , defined, 0 use(s). " " Declaration: "int e" [ "e" ] 0x3bf3340 (internal ctx 0x0 ) [ (1, 37) -> (1, 38) ] , defined, 0 use(s). " " Declaration: "int f" [ "f" ] 0x3bf3380 (internal ctx 0x0 ) [ (1, 43) -> (1, 44) ] , defined, 0 use(s). " " Declaration: "int g" [ "g" ] 0x3bf3420 (internal ctx 0x0 ) [ (1, 49) -> (1, 50) ] , defined, 0 use(s). " " Declaration: "int h" [ "h" ] 0x3bf34c0 (internal ctx 0x0 ) [ (1, 55) -> (1, 56) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x3c0b630 " "NS" " [ "NS" ] [ (1, 4) -> (1, 4) ] " " 5 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3bf2b20 " "A" " [ "" ] [ (1, 4) -> (1, 4) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x3bf36d0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class HalloClass" [ "HalloClass" ] 0x3bf3960 (internal ctx 0x3bf3850 ) [ (1, 5) -> (1, 11) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3bf3850 " "HalloClass" " [ "" ] [ (1, 11) -> (1, 11) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x3c133e0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class WorldHello" [ "WorldHello" ] 0x3bf38d0 (internal ctx 0x3c11fb0 ) [ (1, 12) -> (1, 18) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3c11fb0 " "WorldHello" " [ "" ] [ (1, 18) -> (1, 18) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x3c112f0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class HalloClass" [ "HalloClass" ] 0x3c0f250 (internal ctx 0x3c118d0 ) [ (1, 11) -> (1, 11) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3c118d0 " "HalloClass" " [ "" ] [ (1, 11) -> (1, 11) ] " " 0 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testMacroExpansionRanges() "" New Context "Global" 0x3c12080 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "void test1 ()" [ "test1" ] 0x3c114c0 (internal ctx 0x3c124c0 ) [ (1, 12) -> (1, 17) ] , defined, 0 use(s). " " Declaration: "void test2 ()" [ "test2" ] 0x3c14540 (internal ctx 0x3c13f40 ) [ (1, 41) -> (1, 46) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x3c10b90 " "test1" " [ "test1" ] [ (1, 20) -> (1, 20) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3c124c0 " "test1" " [ "test1" ] [ (1, 20) -> (1, 20) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c10b90 " "test1" " [ "test1" ] [ (1, 20) -> (1, 20) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c12250 " "test2" " [ "test2" ] [ (1, 47) -> (1, 47) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3c13f40 " "test2" " [ "test2" ] [ (1, 47) -> (1, 47) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c12250 " "test2" " [ "test2" ] [ (1, 47) -> (1, 47) ] " " 0 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testEmptyMacroArguments() PASS : TestCppCodeCompletion::testMacrosInCodeCompletion() "" New Context "Global" 0x3c136d0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "const char* str" [ "str" ] 0x3c13e50 (internal ctx 0x0 ) [ (0, 12) -> (0, 15) ] , defined, 0 use(s). PASS : TestCppCodeCompletion::testTimeMacro() "" New Context "Global" 0x3c186d0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "const char* str" [ "str" ] 0x3c13960 (internal ctx 0x0 ) [ (0, 12) -> (0, 15) ] , defined, 0 use(s). PASS : TestCppCodeCompletion::testDateMacro() "" New Context "Global" 0x3c189b0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "const char* str" [ "str" ] 0x3c11430 (internal ctx 0x0 ) [ (0, 12) -> (0, 15) ] , defined, 0 use(s). PASS : TestCppCodeCompletion::testFileMacro() "" New Context "Global" 0x3c1cf20 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct A" [ "A" ] 0x3c1b8b0 (internal ctx 0x3c19260 ) [ (4, 31) -> (4, 32) ] , defined, 0 use(s). " " Declaration: "struct T" [ "T" ] 0x3c187a0 (internal ctx 0x3c1af50 ) [ (4, 67) -> (4, 68) ] , defined, 0 use(s). " " Declaration: "int main (int, char**)" [ "main" ] 0x3c1af10 (internal ctx 0x3c12b40 ) [ (4, 77) -> (4, 81) ] , defined, 0 use(s). " " ==import==> Context "Template" 0x3c190e0 " "" " [ "" ] [ (4, 11) -> (4, 22) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3c19260 " "A" " [ "" ] [ (4, 33) -> (4, 35) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3c190e0 " "" " [ "" ] [ (4, 11) -> (4, 22) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3c1b2a0 " "" " [ "" ] [ (4, 47) -> (4, 58) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3c1af50 " "T" " [ "" ] [ (4, 69) -> (4, 71) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Template" 0x3c1b2a0 " "" " [ "" ] [ (4, 47) -> (4, 58) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c1e6e0 " "main" " [ "main" ] [ (4, 82) -> (4, 104) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3c12b40 " "main" " [ "main" ] [ (4, 106) -> (4, 155) ] " " 4 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c1e6e0 " "main" " [ "main" ] [ (4, 82) -> (4, 104) ] " " 2 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testPreprocessor() PASS : TestCppCodeCompletion::testNaiveMatching() PASS : TestCppCodeCompletion::testFriendVisibility() "" New Context "Global" 0x3c268b0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: " Fuu" [ "Fuu" ] 0x3beb6b0 (internal ctx 0x3c29970 ) [ (0, 10) -> (0, 13) ] , no definition, 1 use(s). " " File: "file:///internal/121" " " Use: [ (0, 64) -> (0, 67) ] " " Declaration: " Foo" [ "Foo" ] 0x3c27d30 (internal ctx 0x3c27f10 ) [ (0, 42) -> (0, 45) ] , no definition, 1 use(s). " " File: "file:///internal/121" " " Use: [ (0, 114) -> (0, 117) ] " " Declaration: "void Bar ()" [ "Bar" ] 0x3c28530 (internal ctx 0x3c28630 ) [ (0, 90) -> (0, 93) ] , defined, 0 use(s). " " ==import==> Context "Namespace" 0x3c29970 " "Fuu" " [ "Fuu" ] [ (0, 14) -> (0, 30) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x3c26900 " "test0" " [ "Fuu::test0" ] [ (0, 26) -> (0, 26) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Namespace" 0x3c27f10 " "Foo" " [ "Foo" ] [ (0, 46) -> (0, 84) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3c27dc0 " "test" " [ "Foo::test" ] [ (0, 78) -> (0, 78) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3c28690 " "test" " [ "Foo::test" ] [ (0, 80) -> (0, 82) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c27dc0 " "test" " [ "Foo::test" ] [ (0, 78) -> (0, 78) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c27f90 " "Bar" " [ "Bar" ] [ (0, 94) -> (0, 94) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3c28630 " "Bar" " [ "Bar" ] [ (0, 96) -> (0, 136) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c27f90 " "Bar" " [ "Bar" ] [ (0, 94) -> (0, 94) ] " " 0 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testLocalUsingNamespace() PASS : TestCppCodeCompletion::testInheritanceVisibility() PASS : TestCppCodeCompletion::testConstVisibility() PASS : TestCppCodeCompletion::testConstOverloadVisibility() PASS : TestCppCodeCompletion::testNamespaceCompletion() PASS : TestCppCodeCompletion::testNamespaceAliasCompletion() PASS : TestCppCodeCompletion::testNamespaceAliasCycleCompletion() PASS : TestCppCodeCompletion::testTemplateMemberAccess() PASS : TestCppCodeCompletion::testTemplateArguments() PASS : TestCppCodeCompletion::testTemplateFunction() PASS : TestCppCodeCompletion::testImportTypedef() PASS : TestCppCodeCompletion::testConstructorCompletion() PROBLEMS: "Declaration not found: bla" "" [ (1, 18) -> (1, 21) ] "" New Context "Global" 0x3c32c40 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "void test ()" [ "test" ] 0x3c30b40 (internal ctx 0x3c36c60 ) [ (1, 6) -> (1, 10) ] , defined, 0 use(s). " " ==import==> Context "Function" 0x3c2b050 " "test" " [ "test" ] [ (1, 11) -> (1, 11) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3c36c60 " "test" " [ "test" ] [ (1, 13) -> (1, 28) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c2b050 " "test" " [ "test" ] [ (1, 11) -> (1, 11) ] " " 0 Declarations, 0 child-contexts PROBLEMS: "Declaration not found: member" "" [ (0, 23) -> (0, 29) ] "" New Context "Global" 0x3c356c0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "int n" [ "n" ] 0x3c331a0 (internal ctx 0x0 ) [ (0, 4) -> (0, 5) ] , defined, 1 use(s). " " File: "file:///internal/139" " " Use: [ (0, 30) -> (0, 31) ] " " Declaration: "class C" [ "C" ] 0x3c357d0 (internal ctx 0x3c30b40 ) [ (0, 13) -> (0, 14) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3c30b40 " "C" " [ "" ] [ (0, 15) -> (0, 37) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3c32260 " "C" " [ "C" ] [ (0, 19) -> (0, 19) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3c2e930 " "C" " [ "C" ] [ (0, 21) -> (0, 35) ] " " 0 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x3c32260 " "C" " [ "C" ] [ (0, 19) -> (0, 19) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3c32860 " "" " [ "C" ] [ (0, 33) -> (0, 35) ] " " 0 Declarations, 0 child-contexts PROBLEMS: "Declaration not found: value" "" [ (0, 32) -> (0, 37) ] "Declaration not found: value2" "" [ (0, 53) -> (0, 59) ] "Declaration not found: value3" "" [ (0, 67) -> (0, 73) ] "" New Context "Global" 0x3c37600 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class C" [ "C" ] 0x3c2e770 (internal ctx 0x3c37150 ) [ (0, 6) -> (0, 7) ] , defined, 1 use(s). " " File: "file:///internal/140" " " Use: [ (0, 25) -> (0, 26) ] " " Declaration: "void test ()" [ "test" ] 0x3c303d0 (internal ctx 0x3c2b050 ) [ (0, 17) -> (0, 21) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3c37150 " "C" " [ "" ] [ (0, 8) -> (0, 10) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c349f0 " "test" " [ "test" ] [ (0, 22) -> (0, 22) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3c2b050 " "test" " [ "test" ] [ (0, 24) -> (0, 78) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c349f0 " "test" " [ "test" ] [ (0, 22) -> (0, 22) ] " " 0 Declarations, 0 child-contexts PROBLEMS: "Declaration not found: functionName" "" [ (0, 47) -> (0, 59) ] "" New Context "Global" 0x3c36b80 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class C" [ "C" ] 0x3c37150 (internal ctx 0x3c36a90 ) [ (0, 6) -> (0, 7) ] , defined, 1 use(s). " " File: "file:///internal/141" " " Use: [ (0, 25) -> (0, 26) ] " " Declaration: "void test ()" [ "test" ] 0x3c30b40 (internal ctx 0x3c32cd0 ) [ (0, 17) -> (0, 21) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3c36a90 " "C" " [ "" ] [ (0, 8) -> (0, 10) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c32410 " "test" " [ "test" ] [ (0, 22) -> (0, 22) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3c32cd0 " "test" " [ "test" ] [ (0, 24) -> (0, 73) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c32410 " "test" " [ "test" ] [ (0, 22) -> (0, 22) ] " " 0 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testAssistant() "" New Context "Global" 0x3c36b80 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class A" [ "A" ] 0x3c36cf0 (internal ctx 0x3c33950 ) [ (0, 6) -> (0, 7) ] , defined, 1 use(s). " " File: "file:///internal/142" " " 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" ] 0x3bebcd0 (internal ctx 0x3bec010 ) [ (0, 95) -> (0, 99) ] , defined, 0 use(s). " " Declaration: "void A::B::C::test ()" [ "A::B::C::test" ] 0x3bec150 (internal ctx 0x3c3a120 ) [ (0, 120) -> (0, 124) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3c33950 " "A" " [ "" ] [ (0, 8) -> (0, 29) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Helper" 0x3c303d0 " "A" " [ "A" ] [ (0, 31) -> (0, 52) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Class" 0x3c33950 " "A" " [ "" ] [ (0, 8) -> (0, 29) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3c32860 " "B" " [ "A" ] [ (0, 42) -> (0, 52) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Helper" 0x3c32ce0 " "A::B" " [ "A::B" ] [ (0, 54) -> (0, 82) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Class" 0x3c32860 " "B" " [ "A" ] [ (0, 42) -> (0, 52) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3be9e30 " "C" " [ "A::B" ] [ (0, 67) -> (0, 82) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x3c354b0 " "test" " [ "A::B::test" ] [ (0, 78) -> (0, 78) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3be9900 " "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" 0x3bec010 " "::A::B::test" " [ "A::B::test" ] [ (0, 102) -> (0, 104) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3be9900 " "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" 0x3c39c20 " "A::B::C::test" " [ "A::B::C::test" ] [ (0, 125) -> (0, 125) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3be9e30 " "C" " [ "A::B" ] [ (0, 67) -> (0, 82) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Function" 0x3c354b0 " "test" " [ "A::B::test" ] [ (0, 78) -> (0, 78) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3c3a120 " "::A::B::C::test" " [ "A::B::C::test" ] [ (0, 127) -> (0, 129) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c39c20 " "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" 0x3be9c50 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct A" [ "A" ] 0x3c33a90 (internal ctx 0x3c349f0 ) [ (0, 25) -> (0, 26) ] , defined, 0 use(s). " " Declaration: "TInt TInt" [ "TInt" ] 0x3c2e770 (internal ctx 0x0 ) [ (0, 60) -> (0, 64) ] , defined, 0 use(s). " " Declaration: "void test ()" [ "test" ] 0x3c302d0 (internal ctx 0x3c383e0 ) [ (0, 71) -> (0, 75) ] , defined, 0 use(s). " " ==import==> Context "Template" 0x3c34900 " "" " [ "" ] [ (0, 9) -> (0, 16) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3c349f0 " "A" " [ "" ] [ (0, 27) -> (0, 43) ] " " 2 Declarations, 1 child-contexts " " ==import==> Context "Template" 0x3c34900 " "" " [ "" ] [ (0, 9) -> (0, 16) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c32860 " "A" " [ "A" ] [ (0, 31) -> (0, 32) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c36e10 " "test" " [ "test" ] [ (0, 76) -> (0, 76) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3c383e0 " "test" " [ "test" ] [ (0, 78) -> (0, 80) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c36e10 " "test" " [ "test" ] [ (0, 76) -> (0, 76) ] " " 0 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testCompletionBehindTypedeffedConstructor() "" New Context "Global" 0x3c2e7d0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct " [ "" ] 0x3c2ec30 (internal ctx 0x3c37150 ) [ (0, 8) -> (0, 8) ] , defined, 0 use(s). " " Declaration: "A A" [ "A" ] 0x3c32410 (internal ctx 0x0 ) [ (0, 27) -> (0, 28) ] , defined, 1 use(s). " " File: "file:///internal/144" " " Use: [ (0, 44) -> (0, 45) ] " " Declaration: "void test ()" [ "test" ] 0x3c303d0 (internal ctx 0x3c2e770 ) [ (0, 35) -> (0, 39) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3c37150 " "" " [ "" ] [ (0, 8) -> (0, 26) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c349f0 " "test" " [ "test" ] [ (0, 40) -> (0, 40) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3c2e770 " "test" " [ "test" ] [ (0, 42) -> (0, 50) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c349f0 " "test" " [ "test" ] [ (0, 40) -> (0, 40) ] " " 0 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testSubClassVisibility() "" New Context "Global" 0x3c2d530 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "TE" [ "TE" ] 0x3c303d0 (internal ctx 0x0 ) [ (1, 7) -> (1, 9) ] , no definition, 1 use(s). " " File: "file:///internal/147" " " Use: [ (1, 77) -> (1, 79) ] " " Use: [ (1, 105) -> (1, 107) ] " " Use: [ (1, 193) -> (1, 195) ] " " Declaration: "class A" [ "A" ] 0x3c32ce0 (internal ctx 0x3c36e10 ) [ (1, 17) -> (1, 18) ] , defined, 0 use(s). " " ==import==> Context "Global" 0x3c3b880 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " 1 Declarations, 1 child-contexts " " ==import==> Context "Global" 0x3c3a1f0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3c3b1d0 " "QObject" " [ "" ] [ (1, 15) -> (1, 165) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3c3b040 " "connect" " [ "connect" ] [ (1, 30) -> (1, 94) ] " " 4 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c3a440 " "connect" " [ "connect" ] [ (1, 110) -> (1, 161) ] " " 3 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3c36e10 " "A" " [ "" ] [ (1, 19) -> (1, 198) ] " " 6 Declarations, 8 child-contexts " " ==import==> Context "Class" 0x3c3b1d0 " "QObject" " [ "" ] [ (1, 15) -> (1, 165) ] " " 2 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3c3b040 " "connect" " [ "connect" ] [ (1, 30) -> (1, 94) ] " " 4 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c3a440 " "connect" " [ "connect" ] [ (1, 110) -> (1, 161) ] " " 3 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c349f0 " "slot1" " [ "slot1" ] [ (1, 63) -> (1, 63) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c30f80 " "slot2" " [ "slot2" ] [ (1, 77) -> (1, 80) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c356d0 " "signal1" " [ "signal1" ] [ (1, 105) -> (1, 114) ] " " 2 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3bec250 " "signal2" " [ "signal2" ] [ (1, 129) -> (1, 129) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c36a90 " "test" " [ "test" ] [ (1, 150) -> (1, 150) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3c3c710 " "test" " [ "test" ] [ (1, 152) -> (1, 155) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c36a90 " "test" " [ "test" ] [ (1, 150) -> (1, 150) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c302c0 " "slot3" " [ "slot3" ] [ (1, 198) -> (1, 198) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3c3c8f0 " "slot3" " [ "slot3" ] [ (1, 198) -> (1, 198) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c302c0 " "slot3" " [ "slot3" ] [ (1, 198) -> (1, 198) ] " " 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.3.0/work/kdevelop-4.3.0/languages/cpp/tests/test_cppcodecompletion.cpp(2927)] 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.3.0/work/kdevelop-4.3.0/languages/cpp/tests/test_cppcodecompletion.cpp(2942)] PASS : TestCppCodeCompletion::testStaticMethods() PASS : TestCppCodeCompletion::testStringInComment() PASS : TestCppCodeCompletion::testProperties() PASS : TestCppCodeCompletion::testAnonStruct() PASS : TestCppCodeCompletion::testOverrideCtor() PASS : TestCppCodeCompletion::testFilterVoid() PASS : TestCppCodeCompletion::testCompletedIncludeFilePath() PASS : TestCppCodeCompletion::testMultipleIncludeCompletionItems() PASS : TestCppCodeCompletion::testParentConstructor() PASS : TestCppCodeCompletion::testOverride() "" New Context "Global" 0x3c2d8f0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct Foo" [ "Foo" ] 0x3c3ec40 (internal ctx 0x3c47cd0 ) [ (1, 7) -> (1, 10) ] , defined, 1 use(s). " " File: "file:///internal/178" " " Use: [ (2, 0) -> (2, 3) ] " " Declaration: "Foo f" [ "f" ] 0x3c4dcb0 (internal ctx 0x0 ) [ (2, 4) -> (2, 5) ] , defined, 0 use(s). " " Declaration: " fbar ()" [ "fbar" ] 0x3c31a50 (internal ctx 0x3c2b050 ) [ (3, 0) -> (3, 4) ] , no definition, 0 use(s). " " ==import==> Context "Class" 0x3c47cd0 " "Foo" " [ "" ] [ (1, 11) -> (1, 14) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3c2b050 " "fbar" " [ "fbar" ] [ (3, 5) -> (3, 5) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x3f80020 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct Foo" [ "Foo" ] 0x3c47cd0 (internal ctx 0x3c2b050 ) [ (1, 7) -> (1, 10) ] , defined, 1 use(s). " " File: "file:///internal/179" " " Use: [ (2, 0) -> (2, 3) ] " " Declaration: "Foo f" [ "f" ] 0x3f026b0 (internal ctx 0x0 ) [ (2, 4) -> (2, 5) ] , defined, 0 use(s). " " Declaration: " fbar ()" [ "fbar" ] 0x3f00410 (internal ctx 0x3f029c0 ) [ (3, 0) -> (3, 4) ] , no definition, 0 use(s). " " ==import==> Context "Class" 0x3c2b050 " "Foo" " [ "" ] [ (1, 11) -> (1, 38) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3f2f290 " "bar" " [ "bar" ] [ (1, 21) -> (1, 21) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3f02720 " "bar" " [ "bar" ] [ (1, 23) -> (1, 36) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3f2f290 " "bar" " [ "bar" ] [ (1, 21) -> (1, 21) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3f029c0 " "fbar" " [ "fbar" ] [ (3, 5) -> (3, 5) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x3de1e70 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct Foo" [ "Foo" ] 0x3f72020 (internal ctx 0x3e1ec20 ) [ (1, 7) -> (1, 10) ] , defined, 1 use(s). " " File: "file:///internal/180" " " Use: [ (2, 0) -> (2, 3) ] " " Declaration: "Foo* f" [ "f" ] 0x3c4f960 (internal ctx 0x0 ) [ (2, 5) -> (2, 6) ] , defined, 0 use(s). " " Declaration: " fbar ()" [ "fbar" ] 0x3f7f7c0 (internal ctx 0x3f03670 ) [ (3, 0) -> (3, 4) ] , no definition, 0 use(s). " " ==import==> Context "Class" 0x3e1ec20 " "Foo" " [ "" ] [ (1, 11) -> (1, 38) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3d28720 " "bar" " [ "bar" ] [ (1, 21) -> (1, 21) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3f2f8c0 " "bar" " [ "bar" ] [ (1, 23) -> (1, 36) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3d28720 " "bar" " [ "bar" ] [ (1, 21) -> (1, 21) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3f03670 " "fbar" " [ "fbar" ] [ (3, 5) -> (3, 5) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x3ef5480 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct Foo" [ "Foo" ] 0x3f03520 (internal ctx 0x3c4ce20 ) [ (1, 7) -> (1, 10) ] , defined, 1 use(s). " " File: "file:///internal/181" " " Use: [ (2, 0) -> (2, 3) ] " " Declaration: "Foo& f" [ "f" ] 0x3fa3670 (internal ctx 0x0 ) [ (2, 5) -> (2, 6) ] , defined, 0 use(s). " " Declaration: " fbar ()" [ "fbar" ] 0x3f02720 (internal ctx 0xee38b0 ) [ (3, 0) -> (3, 4) ] , no definition, 0 use(s). " " ==import==> Context "Class" 0x3c4ce20 " "Foo" " [ "" ] [ (1, 11) -> (1, 38) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3f00410 " "bar" " [ "bar" ] [ (1, 21) -> (1, 21) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3f1ca70 " "bar" " [ "bar" ] [ (1, 23) -> (1, 36) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3f00410 " "bar" " [ "bar" ] [ (1, 21) -> (1, 21) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0xee38b0 " "fbar" " [ "fbar" ] [ (3, 5) -> (3, 5) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x3f877b0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct SmartPointer" [ "SmartPointer" ] 0x3fe1bf0 (internal ctx 0x3df46f0 ) [ (0, 25) -> (0, 37) ] , defined, 0 use(s). " " Declaration: "struct Foo" [ "Foo" ] 0x3c47cd0 (internal ctx 0x3c49430 ) [ (1, 7) -> (1, 10) ] , defined, 1 use(s). " " File: "file:///internal/182" " " Use: [ (2, 13) -> (2, 16) ] " " Declaration: "SmartPointer< Foo > f" [ "f" ] 0x3e2ccb0 (internal ctx 0x0 ) [ (2, 18) -> (2, 19) ] , defined, 0 use(s). " " Declaration: " fbar ()" [ "fbar" ] 0x3d45b60 (internal ctx 0x3facc10 ) [ (3, 0) -> (3, 4) ] , no definition, 0 use(s). " " ==import==> Context "Template" 0x3fd8cc0 " "" " [ "" ] [ (0, 9) -> (0, 16) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3df46f0 " "SmartPointer" " [ "" ] [ (0, 38) -> (0, 68) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Template" 0x3fd8cc0 " "" " [ "" ] [ (0, 9) -> (0, 16) ] " " 1 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3faabf0 " "operator->" " [ "operator->" ] [ (0, 54) -> (0, 54) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3fa2620 " "operator->" " [ "operator->" ] [ (0, 56) -> (0, 67) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3faabf0 " "operator->" " [ "operator->" ] [ (0, 54) -> (0, 54) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Class" 0x3c49430 " "Foo" " [ "" ] [ (1, 11) -> (1, 38) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3fe5240 " "bar" " [ "bar" ] [ (1, 21) -> (1, 21) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3f03600 " "bar" " [ "bar" ] [ (1, 23) -> (1, 36) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3fe5240 " "bar" " [ "bar" ] [ (1, 21) -> (1, 21) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3facc10 " "fbar" " [ "fbar" ] [ (3, 5) -> (3, 5) ] " " 0 Declarations, 0 child-contexts "" New Context "Global" 0x3e12580 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class f" [ "f" ] 0x4007370 (internal ctx 0x3e8d280 ) [ (1, 6) -> (1, 7) ] , defined, 0 use(s). " " Declaration: "fFoo x" [ "x" ] 0x3f21350 (internal ctx 0x0 ) [ (3, 5) -> (3, 6) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3e8d280 " "f" " [ "" ] [ (1, 8) -> (1, 32) ] " " 1 Declarations, 1 child-contexts " " ==import==> Context "Enum" 0x4009610 " "" " [ "" ] [ (1, 10) -> (1, 29) ] " " 2 Declarations, 0 child-contexts "" New Context "Global" 0x3fd2ea0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "struct f" [ "f" ] 0x3c4d7e0 (internal ctx 0x3f9ed60 ) [ (0, 7) -> (0, 8) ] , defined, 0 use(s). " " Declaration: " fbar ()" [ "fbar" ] 0x3f1c5e0 (internal ctx 0x3df46f0 ) [ (3, 0) -> (3, 4) ] , no definition, 0 use(s). " " ==import==> Context "Class" 0x3f9ed60 " "f" " [ "" ] [ (0, 9) -> (0, 33) ] " " 1 Declarations, 2 child-contexts " " ==import==> Context "Function" 0x3fe0910 " "bar" " [ "bar" ] [ (0, 27) -> (0, 27) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Other" 0x3c49430 " "bar" " [ "bar" ] [ (0, 29) -> (0, 31) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3fe0910 " "bar" " [ "bar" ] [ (0, 27) -> (0, 27) ] " " 0 Declarations, 0 child-contexts " " ==import==> Context "Function" 0x3df46f0 " "fbar" " [ "fbar" ] [ (3, 5) -> (3, 5) ] " " 0 Declarations, 0 child-contexts PASS : TestCppCodeCompletion::testExecuteKeepWord() PASS : TestCppCodeCompletion::testAfterVisibility() PASS : TestCppCodeCompletion::cleanupTestCase() Totals: 78 passed, 0 failed, 0 skipped ********* Finished testing of TestCppCodeCompletion ********* SpecialTemplateDeclarationData::m_specializations There were items left on destruction: 29 ClassFunctionDeclarationData::m_defaultParameters There were items left on destruction: 30 DUContextData::m_uses There were items left on destruction: 260 TopDUContextData::m_usedDeclarationIds There were items left on destruction: 85 DUContextData::m_importers There were items left on destruction: 94 DUContextData::m_importedContexts There were items left on destruction: 91 FunctionDeclarationData::m_defaultParameters There were items left on destruction: 21 DUContextData::m_childContexts There were items left on destruction: 265 ClassDeclarationData::baseClasses There were items left on destruction: 77 DUContextData::m_localDeclarations There were items left on destruction: 160 pp_macro::definition There were items left on destruction: 210 Test time = 0.84 sec ---------------------------------------------------------- Test Passed. "cppcodecompletiontest" end time: Mar 29 01:33 EDT "cppcodecompletiontest" time elapsed: 00:00:00 ---------------------------------------------------------- 11/24 Testing: cppcodegentest 11/24 Test: cppcodegentest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/tests/cppcodegentest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/languages/cpp/tests "cppcodegentest" start time: Mar 29 01:33 EDT Output: ---------------------------------------------------------- ********* Start testing of TestCppCodegen ********* Config: Using QTest library 4.8.0, Qt 4.8.0 PASS : TestCppCodegen::initTestCase() QDEBUG : TestCppCodegen::testAssistants() qttest(16842)/kdevelop (cpp support) TestCppCodegen::testAssistants: ********************* Parsing step 1 QWARN : TestCppCodegen::testAssistants() QFileInfo::absolutePath: Constructed with empty filename PASS : TestCppCodegen::testAssistants() QDEBUG : TestCppCodegen::testSimplifiedUpdating() qttest(16842)/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(16842)/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(16842)/kdevelop (cpp support) TestCppCodegen::testSimplifiedUpdating: ********************* Parsing step 1 QWARN : TestCppCodegen::testSimplifiedUpdating() QFileInfo::absolutePath: Constructed with empty filename QDEBUG : TestCppCodegen::testSimplifiedUpdating() qttest(16842)/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 PROBLEMS: "Include path resolver: Filename seems to be malformed" "Used build directory: "" Include path resolver: " [ (-1, -1) -> (-1, -1) ] "" New Context "Global" 0x400def0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class C" [ "C" ] 0x3de2030 (internal ctx 0x400e740 ) [ (0, 6) -> (0, 7) ] , defined, 0 use(s). " " Declaration: "D" [ "D" ] 0x445a720 (internal ctx 0x0 ) [ (0, 16) -> (0, 17) ] , no definition, 1 use(s). " " File: "artificial:testsimplified.cpp" " " Use: [ (0, 16) -> (0, 17) ] " " ==import==> Context "Class" 0x400e740 " "C" " [ "" ] [ (0, 8) -> (0, 22) ] " " 1 Declarations, 0 child-contexts QWARN : TestCppCodegen::testSimplifiedUpdating() QFileInfo::absolutePath: Constructed with empty filename PROBLEMS: "Include path resolver: Filename seems to be malformed" "Used build directory: "" Include path resolver: " [ (-1, -1) -> (-1, -1) ] "" New Context "Global" 0x400def0 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class C" [ "C" ] 0x3de2030 (internal ctx 0x400e740 ) [ (0, 6) -> (0, 7) ] , defined, 0 use(s). " " Declaration: "D" [ "D" ] 0x445a720 (internal ctx 0x0 ) [ (0, 16) -> (0, 17) ] , no definition, 1 use(s). " " File: "artificial:testsimplified.cpp" " " Use: [ (0, 16) -> (0, 17) ] " " ==import==> Context "Class" 0x400e740 " "C" " [ "" ] [ (0, 8) -> (0, 22) ] " " 1 Declarations, 0 child-contexts QWARN : TestCppCodegen::testSimplifiedUpdating() QFileInfo::absolutePath: Constructed with empty filename PROBLEMS: "Include path resolver: Filename seems to be malformed" "Used build directory: "" Include path resolver: " [ (-1, -1) -> (-1, -1) ] "" New Context "Global" 0x48a3510 " "" " [ "" ] [ (0, 0) -> (2147483647, 2147483647) ] top-context " " Declaration: "class C" [ "C" ] 0x3daafd0 (internal ctx 0x3588600 ) [ (0, 6) -> (0, 7) ] , defined, 0 use(s). " " Declaration: " test" [ "test" ] 0x3de2cb0 (internal ctx 0x0 ) [ (0, 38) -> (0, 42) ] , no definition, 0 use(s). " " Declaration: " i" [ "i" ] 0x48a0f60 (internal ctx 0x0 ) [ (0, 55) -> (0, 56) ] , defined, 0 use(s). " " ==import==> Context "Class" 0x3588600 " "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() QDEBUG : TestCppCodegen::testUpdateIndices() qttest(16842)/kdevelop (cpp support) TestCppCodegen::testUpdateIndices: ********************* Parsing step 1 QWARN : TestCppCodegen::testUpdateIndices() QFileInfo::absolutePath: Constructed with empty filename QWARN : TestCppCodegen::testUpdateIndices() QFileInfo::absolutePath: Constructed with empty filename PASS : TestCppCodegen::testUpdateIndices() 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() QWARN : TestCppCodegen::testMacroDeclarationOrder() QFileInfo::absolutePath: Constructed with empty filename PASS : TestCppCodegen::testMacroDeclarationOrder() PASS : TestCppCodegen::cleanupTestCase() Totals: 9 passed, 0 failed, 0 skipped ********* Finished testing of TestCppCodegen ********* pp_macro::definition There were items left on destruction: 210 Test time = 0.66 sec ---------------------------------------------------------- Test Passed. "cppcodegentest" end time: Mar 29 01:33 EDT "cppcodegentest" time elapsed: 00:00:00 ---------------------------------------------------------- 12/24 Testing: cmake-parsertest 12/24 Test: cmake-parsertest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests/cmake-parsertest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests "cmake-parsertest" start time: Mar 29 01:33 EDT Output: ---------------------------------------------------------- ********* Start testing of CMakeParserTest ********* Config: Using QTest library 4.8.0, Qt 4.8.0 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.04 sec ---------------------------------------------------------- Test Passed. "cmake-parsertest" end time: Mar 29 01:33 EDT "cmake-parsertest" time elapsed: 00:00:00 ---------------------------------------------------------- 13/24 Testing: cmakecompliance 13/24 Test: cmakecompliance Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests/cmakecompliance.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests "cmakecompliance" start time: Mar 29 01:33 EDT Output: ---------------------------------------------------------- WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.3.0/homedir/.kde4/share/apps/kdevplatform/sessions//{9c244704-6947-42d5-ad71-ac6804798ad6}/lock WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.3.0/homedir/.kdevduchain/{9c244704-6947-42d5-ad71-ac6804798ad6}/0/lock kdevplatform(16857)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version kdevplatform(16857)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /var/tmp/portage/dev-util/kdevelop-4.3.0/homedir/.kdevduchain/{9c244704-6947-42d5-ad71-ac6804798ad6}/0 has to be cleared." QMetaMethod::invoke: Unable to handle unregistered datatype 'KUrl::List' ********* Start testing of CMakeCompliance ********* Config: Using QTest library 4.8.0, Qt 4.8.0 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 = 1.16 sec ---------------------------------------------------------- Test Passed. "cmakecompliance" end time: Mar 29 01:33 EDT "cmakecompliance" time elapsed: 00:00:01 ---------------------------------------------------------- 14/24 Testing: cmake-astfactorytest 14/24 Test: cmake-astfactorytest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests/cmake-astfactorytest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests "cmake-astfactorytest" start time: Mar 29 01:33 EDT Output: ---------------------------------------------------------- ********* Start testing of AstFactoryTest ********* Config: Using QTest library 4.8.0, Qt 4.8.0 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.03 sec ---------------------------------------------------------- Test Passed. "cmake-astfactorytest" end time: Mar 29 01:33 EDT "cmake-astfactorytest" time elapsed: 00:00:00 ---------------------------------------------------------- 15/24 Testing: cmakeast-test 15/24 Test: cmakeast-test Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests/cmakeast-test.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests "cmakeast-test" start time: Mar 29 01:33 EDT Output: ---------------------------------------------------------- ********* Start testing of CMakeAstTest ********* Config: Using QTest library 4.8.0, Qt 4.8.0 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.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1246)] PASS : CMakeAstTest::testExecuteProcessGoodParse() SKIP : CMakeAstTest::testExecuteProcessBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1259)] 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.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1580)] PASS : CMakeAstTest::testFindFileGoodParse() SKIP : CMakeAstTest::testFindFileBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1593)] PASS : CMakeAstTest::testFindFileBadParse() PASS : CMakeAstTest::testFindLibraryGoodParse() PASS : CMakeAstTest::testFindLibraryBadParse() SKIP : CMakeAstTest::testFindPackageGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1664)] PASS : CMakeAstTest::testFindPackageGoodParse() SKIP : CMakeAstTest::testFindPackageBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1677)] PASS : CMakeAstTest::testFindPackageBadParse() SKIP : CMakeAstTest::testFindPathGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1699)] PASS : CMakeAstTest::testFindPathGoodParse() SKIP : CMakeAstTest::testFindPathBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1712)] PASS : CMakeAstTest::testFindPathBadParse() PASS : CMakeAstTest::testFindProgramGoodParse() PASS : CMakeAstTest::testFindProgramBadParse() SKIP : CMakeAstTest::testFltkWrapUiGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1795)] PASS : CMakeAstTest::testFltkWrapUiGoodParse() SKIP : CMakeAstTest::testFltkWrapUiBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1808)] PASS : CMakeAstTest::testFltkWrapUiBadParse() SKIP : CMakeAstTest::testForeachGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1830)] PASS : CMakeAstTest::testForeachGoodParse() SKIP : CMakeAstTest::testForeachBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1843)] PASS : CMakeAstTest::testForeachBadParse() SKIP : CMakeAstTest::testGetCMakePropertyGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1866)] PASS : CMakeAstTest::testGetCMakePropertyGoodParse() SKIP : CMakeAstTest::testGetCMakePropertyBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1879)] PASS : CMakeAstTest::testGetCMakePropertyBadParse() SKIP : CMakeAstTest::testGetDirPropertyGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1901)] PASS : CMakeAstTest::testGetDirPropertyGoodParse() SKIP : CMakeAstTest::testGetDirPropertyBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1914)] PASS : CMakeAstTest::testGetDirPropertyBadParse() SKIP : CMakeAstTest::testGetFilenameComponentGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1936)] PASS : CMakeAstTest::testGetFilenameComponentGoodParse() SKIP : CMakeAstTest::testGetFilenameComponentBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1949)] PASS : CMakeAstTest::testGetFilenameComponentBadParse() PASS : CMakeAstTest::testGetPropertyGoodParse() SKIP : CMakeAstTest::testGetPropertyBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3471)] PASS : CMakeAstTest::testGetPropertyBadParse() SKIP : CMakeAstTest::testGetSourceFilePropGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1971)] PASS : CMakeAstTest::testGetSourceFilePropGoodParse() SKIP : CMakeAstTest::testGetSourceFilePropBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(1984)] PASS : CMakeAstTest::testGetSourceFilePropBadParse() SKIP : CMakeAstTest::testGetTargetPropGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2006)] PASS : CMakeAstTest::testGetTargetPropGoodParse() SKIP : CMakeAstTest::testGetTargetPropBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2019)] PASS : CMakeAstTest::testGetTargetPropBadParse() SKIP : CMakeAstTest::testGetTestPropGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2041)] PASS : CMakeAstTest::testGetTestPropGoodParse() SKIP : CMakeAstTest::testGetTestPropBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2054)] PASS : CMakeAstTest::testGetTestPropBadParse() PASS : CMakeAstTest::testIfGoodParse() PASS : CMakeAstTest::testIfBadParse() PASS : CMakeAstTest::testIncludeGoodParse() PASS : CMakeAstTest::testIncludeBadParse() PASS : CMakeAstTest::testIncludeDirectoriesGoodParse() SKIP : CMakeAstTest::testIncludeDirectoriesBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2255)] PASS : CMakeAstTest::testIncludeDirectoriesBadParse() SKIP : CMakeAstTest::testIncludeExternalMsProjectGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2280)] PASS : CMakeAstTest::testIncludeExternalMsProjectGoodParse() SKIP : CMakeAstTest::testIncludeExternalMsProjectBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2293)] PASS : CMakeAstTest::testIncludeExternalMsProjectBadParse() SKIP : CMakeAstTest::testIncludeRegularExpressionGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2315)] PASS : CMakeAstTest::testIncludeRegularExpressionGoodParse() SKIP : CMakeAstTest::testIncludeRegularExpressionBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2328)] PASS : CMakeAstTest::testIncludeRegularExpressionBadParse() SKIP : CMakeAstTest::testInstallGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2350)] PASS : CMakeAstTest::testInstallGoodParse() SKIP : CMakeAstTest::testInstallBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2363)] PASS : CMakeAstTest::testInstallBadParse() SKIP : CMakeAstTest::testInstallFilesGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2385)] PASS : CMakeAstTest::testInstallFilesGoodParse() SKIP : CMakeAstTest::testInstallFilesBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2398)] PASS : CMakeAstTest::testInstallFilesBadParse() SKIP : CMakeAstTest::testInstallProgramsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2420)] PASS : CMakeAstTest::testInstallProgramsGoodParse() SKIP : CMakeAstTest::testInstallProgramsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2433)] PASS : CMakeAstTest::testInstallProgramsBadParse() SKIP : CMakeAstTest::testInstallTargetsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2455)] PASS : CMakeAstTest::testInstallTargetsGoodParse() SKIP : CMakeAstTest::testInstallTargetsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2468)] PASS : CMakeAstTest::testInstallTargetsBadParse() SKIP : CMakeAstTest::testLinkDirectoriesGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2490)] PASS : CMakeAstTest::testLinkDirectoriesGoodParse() SKIP : CMakeAstTest::testLinkDirectoriesBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2503)] PASS : CMakeAstTest::testLinkDirectoriesBadParse() SKIP : CMakeAstTest::testLinkLibrariesGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2525)] PASS : CMakeAstTest::testLinkLibrariesGoodParse() SKIP : CMakeAstTest::testLinkLibrariesBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2538)] PASS : CMakeAstTest::testLinkLibrariesBadParse() SKIP : CMakeAstTest::testListGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2560)] PASS : CMakeAstTest::testListGoodParse() SKIP : CMakeAstTest::testListBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2573)] PASS : CMakeAstTest::testListBadParse() SKIP : CMakeAstTest::testLoadCacheGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2595)] PASS : CMakeAstTest::testLoadCacheGoodParse() SKIP : CMakeAstTest::testLoadCacheBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2608)] PASS : CMakeAstTest::testLoadCacheBadParse() SKIP : CMakeAstTest::testLoadCommandGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2630)] PASS : CMakeAstTest::testLoadCommandGoodParse() SKIP : CMakeAstTest::testLoadCommandBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2643)] 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.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2778)] PASS : CMakeAstTest::testMakeDirectoryGoodParse() SKIP : CMakeAstTest::testMakeDirectoryBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2791)] 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.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2950)] PASS : CMakeAstTest::testMessageGoodParse() SKIP : CMakeAstTest::testMessageBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2963)] PASS : CMakeAstTest::testMessageBadParse() SKIP : CMakeAstTest::testOptionGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2985)] PASS : CMakeAstTest::testOptionGoodParse() SKIP : CMakeAstTest::testOptionBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(2998)] PASS : CMakeAstTest::testOptionBadParse() SKIP : CMakeAstTest::testOutputRequiredFilesGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3020)] PASS : CMakeAstTest::testOutputRequiredFilesGoodParse() SKIP : CMakeAstTest::testOutputRequiredFilesBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3033)] PASS : CMakeAstTest::testOutputRequiredFilesBadParse() PASS : CMakeAstTest::testProjectGoodParse() PASS : CMakeAstTest::testProjectBadParse() SKIP : CMakeAstTest::testQtWrapCppGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3128)] PASS : CMakeAstTest::testQtWrapCppGoodParse() SKIP : CMakeAstTest::testQtWrapCppBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3141)] PASS : CMakeAstTest::testQtWrapCppBadParse() SKIP : CMakeAstTest::testQtWrapUiGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3163)] PASS : CMakeAstTest::testQtWrapUiGoodParse() SKIP : CMakeAstTest::testQtWrapUiBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3176)] PASS : CMakeAstTest::testQtWrapUiBadParse() SKIP : CMakeAstTest::testRemoveGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3198)] PASS : CMakeAstTest::testRemoveGoodParse() SKIP : CMakeAstTest::testRemoveBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3211)] PASS : CMakeAstTest::testRemoveBadParse() SKIP : CMakeAstTest::testRemoveDefinitionsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3233)] PASS : CMakeAstTest::testRemoveDefinitionsGoodParse() SKIP : CMakeAstTest::testRemoveDefinitionsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3246)] PASS : CMakeAstTest::testRemoveDefinitionsBadParse() SKIP : CMakeAstTest::testReturnGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3268)] PASS : CMakeAstTest::testReturnGoodParse() SKIP : CMakeAstTest::testReturnBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3281)] PASS : CMakeAstTest::testReturnBadParse() SKIP : CMakeAstTest::testSeparateArgumentsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3303)] PASS : CMakeAstTest::testSeparateArgumentsGoodParse() SKIP : CMakeAstTest::testSeparateArgumentsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3316)] 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.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3490)] PASS : CMakeAstTest::testSetDirectoryPropsGoodParse() SKIP : CMakeAstTest::testSetDirectoryPropsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3503)] PASS : CMakeAstTest::testSetDirectoryPropsBadParse() SKIP : CMakeAstTest::testSetPropertyGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3417)] PASS : CMakeAstTest::testSetPropertyGoodParse() SKIP : CMakeAstTest::testSetPropertyBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3430)] PASS : CMakeAstTest::testSetPropertyBadParse() SKIP : CMakeAstTest::testSetSourceFilesPropsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3525)] PASS : CMakeAstTest::testSetSourceFilesPropsGoodParse() SKIP : CMakeAstTest::testSetSourceFilesPropsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3538)] PASS : CMakeAstTest::testSetSourceFilesPropsBadParse() SKIP : CMakeAstTest::testSetTargetPropsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3560)] PASS : CMakeAstTest::testSetTargetPropsGoodParse() SKIP : CMakeAstTest::testSetTargetPropsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3573)] PASS : CMakeAstTest::testSetTargetPropsBadParse() SKIP : CMakeAstTest::testSetTestsPropsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3595)] PASS : CMakeAstTest::testSetTestsPropsGoodParse() SKIP : CMakeAstTest::testSetTestsPropsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3608)] PASS : CMakeAstTest::testSetTestsPropsBadParse() SKIP : CMakeAstTest::testSiteNameGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3630)] PASS : CMakeAstTest::testSiteNameGoodParse() SKIP : CMakeAstTest::testSiteNameBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3643)] PASS : CMakeAstTest::testSiteNameBadParse() SKIP : CMakeAstTest::testSourceGroupGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3665)] PASS : CMakeAstTest::testSourceGroupGoodParse() SKIP : CMakeAstTest::testSourceGroupBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3678)] PASS : CMakeAstTest::testSourceGroupBadParse() PASS : CMakeAstTest::testStringGoodParse() SKIP : CMakeAstTest::testStringBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3728)] PASS : CMakeAstTest::testStringBadParse() SKIP : CMakeAstTest::testSubdirDependsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3742)] PASS : CMakeAstTest::testSubdirDependsGoodParse() SKIP : CMakeAstTest::testSubdirDependsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3755)] PASS : CMakeAstTest::testSubdirDependsBadParse() SKIP : CMakeAstTest::testSubdirsGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3777)] PASS : CMakeAstTest::testSubdirsGoodParse() SKIP : CMakeAstTest::testSubdirsBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3790)] 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.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3948)] PASS : CMakeAstTest::testTryRunGoodParse() SKIP : CMakeAstTest::testTryRunBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3961)] PASS : CMakeAstTest::testTryRunBadParse() SKIP : CMakeAstTest::testUseMangledMesaGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3983)] PASS : CMakeAstTest::testUseMangledMesaGoodParse() SKIP : CMakeAstTest::testUseMangledMesaBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(3996)] PASS : CMakeAstTest::testUseMangledMesaBadParse() SKIP : CMakeAstTest::testUtilitySourceGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4018)] PASS : CMakeAstTest::testUtilitySourceGoodParse() SKIP : CMakeAstTest::testUtilitySourceBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4031)] PASS : CMakeAstTest::testUtilitySourceBadParse() SKIP : CMakeAstTest::testVariableRequiresGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4053)] PASS : CMakeAstTest::testVariableRequiresGoodParse() SKIP : CMakeAstTest::testVariableRequiresBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4066)] PASS : CMakeAstTest::testVariableRequiresBadParse() SKIP : CMakeAstTest::testVtkMakeInstantiatorGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4088)] PASS : CMakeAstTest::testVtkMakeInstantiatorGoodParse() SKIP : CMakeAstTest::testVtkMakeInstantiatorBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4101)] PASS : CMakeAstTest::testVtkMakeInstantiatorBadParse() SKIP : CMakeAstTest::testVtkWrapJavaGoodParse(0) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4123)] SKIP : CMakeAstTest::testVtkWrapJavaGoodParse(1) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4123)] PASS : CMakeAstTest::testVtkWrapJavaGoodParse() SKIP : CMakeAstTest::testVtkWrapJavaBadParse(0) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4158)] SKIP : CMakeAstTest::testVtkWrapJavaBadParse(1) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4158)] SKIP : CMakeAstTest::testVtkWrapJavaBadParse(2) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4158)] PASS : CMakeAstTest::testVtkWrapJavaBadParse() SKIP : CMakeAstTest::testVtkWrapPythonGoodParse(0) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4202)] SKIP : CMakeAstTest::testVtkWrapPythonGoodParse(1) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4202)] PASS : CMakeAstTest::testVtkWrapPythonGoodParse() SKIP : CMakeAstTest::testVtkWrapPythonBadParse(0) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4237)] SKIP : CMakeAstTest::testVtkWrapPythonBadParse(1) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4237)] SKIP : CMakeAstTest::testVtkWrapPythonBadParse(2) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4237)] PASS : CMakeAstTest::testVtkWrapPythonBadParse() SKIP : CMakeAstTest::testVtkWrapTclGoodParse(0) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4281)] SKIP : CMakeAstTest::testVtkWrapTclGoodParse(1) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4281)] SKIP : CMakeAstTest::testVtkWrapTclGoodParse(2) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4281)] SKIP : CMakeAstTest::testVtkWrapTclGoodParse(3) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4281)] SKIP : CMakeAstTest::testVtkWrapTclGoodParse(4) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4281)] SKIP : CMakeAstTest::testVtkWrapTclGoodParse(5) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4281)] PASS : CMakeAstTest::testVtkWrapTclGoodParse() SKIP : CMakeAstTest::testVtkWrapTclBadParse(0) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4335)] SKIP : CMakeAstTest::testVtkWrapTclBadParse(1) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4335)] SKIP : CMakeAstTest::testVtkWrapTclBadParse(2) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4335)] SKIP : CMakeAstTest::testVtkWrapTclBadParse(3) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4335)] SKIP : CMakeAstTest::testVtkWrapTclBadParse(4) Command not implemented yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4335)] PASS : CMakeAstTest::testVtkWrapTclBadParse() SKIP : CMakeAstTest::testWhileGoodParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4383)] PASS : CMakeAstTest::testWhileGoodParse() SKIP : CMakeAstTest::testWhileBadParse() No data available yet Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/projectmanagers/cmake/tests/cmakeast_test.cpp(4396)] PASS : CMakeAstTest::testWhileBadParse() PASS : CMakeAstTest::testWriteFileGoodParse() PASS : CMakeAstTest::testWriteFileBadParse() PASS : CMakeAstTest::cleanupTestCase() Totals: 181 passed, 0 failed, 120 skipped ********* Finished testing of CMakeAstTest ********* Test time = 0.04 sec ---------------------------------------------------------- Test Passed. "cmakeast-test" end time: Mar 29 01:33 EDT "cmakeast-test" time elapsed: 00:00:00 ---------------------------------------------------------- 16/24 Testing: cmake-cmakecondition 16/24 Test: cmake-cmakecondition Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests/cmake-cmakecondition.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests "cmake-cmakecondition" start time: Mar 29 01:33 EDT Output: ---------------------------------------------------------- ********* Start testing of CMakeConditionTest ********* Config: Using QTest library 4.8.0, Qt 4.8.0 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.03 sec ---------------------------------------------------------- Test Passed. "cmake-cmakecondition" end time: Mar 29 01:33 EDT "cmake-cmakecondition" time elapsed: 00:00:00 ---------------------------------------------------------- 17/24 Testing: cmakeduchaintest 17/24 Test: cmakeduchaintest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests/cmakeduchaintest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests "cmakeduchaintest" start time: Mar 29 01:33 EDT Output: ---------------------------------------------------------- WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.3.0/homedir/.kde4/share/apps/kdevplatform/sessions//{9c244704-6947-42d5-ad71-ac6804798ad6}/lock WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.3.0/homedir/.kdevduchain/{9c244704-6947-42d5-ad71-ac6804798ad6}/0/lock kdevplatform(16955)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version kdevplatform(16955)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /var/tmp/portage/dev-util/kdevelop-4.3.0/homedir/.kdevduchain/{9c244704-6947-42d5-ad71-ac6804798ad6}/0 has to be cleared." QMetaMethod::invoke: Unable to handle unregistered datatype 'KUrl::List' ********* Start testing of CMakeDUChainTest ********* Config: Using QTest library 4.8.0, Qt 4.8.0 PASS : CMakeDUChainTest::initTestCase() QDEBUG : CMakeDUChainTest::testUses(empty) nyeeee 0x14fb800 QVector() QDEBUG : CMakeDUChainTest::testUses(defanduse) nyeeee 0x1f1ee40 QVector(0x14fd310, 0x14fd560) QDEBUG : CMakeDUChainTest::testUses(include) nyeeee 0x14fcee0 QVector(0x21459f0, 0x2593560) QDEBUG : CMakeDUChainTest::testUses(macro) nyeeee 0x1f1ed70 QVector(0x1f1ea70) QDEBUG : CMakeDUChainTest::testUses(conditional) nyeeee 0x14fd590 QVector(0x1f2b390) QDEBUG : CMakeDUChainTest::testUses(included_macro) nyeeee 0x1f1e650 QVector(0x2593cd0) 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.17 sec ---------------------------------------------------------- Test Passed. "cmakeduchaintest" end time: Mar 29 01:33 EDT "cmakeduchaintest" time elapsed: 00:00:00 ---------------------------------------------------------- 18/24 Testing: cmakeprojectvisitortest 18/24 Test: cmakeprojectvisitortest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests/cmakeprojectvisitortest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests "cmakeprojectvisitortest" start time: Mar 29 01:33 EDT Output: ---------------------------------------------------------- WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.3.0/homedir/.kde-unit-test/share/apps/qttest/sessions//{3d125087-4b03-4052-b2e0-d1d730095713}/lock WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.3.0/homedir/.kdevduchain/{3d125087-4b03-4052-b2e0-d1d730095713}/0/lock qttest(16959)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version qttest(16959)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /var/tmp/portage/dev-util/kdevelop-4.3.0/homedir/.kdevduchain/{3d125087-4b03-4052-b2e0-d1d730095713}/0 has to be cleared." ********* Start testing of CMakeProjectVisitorTest ********* Config: Using QTest library 4.8.0, Qt 4.8.0 PASS : CMakeProjectVisitorTest::initTestCase() PASS : CMakeProjectVisitorTest::testVariables() PASS : CMakeProjectVisitorTest::testRun() PASS : CMakeProjectVisitorTest::testFinder_init() PASS : CMakeProjectVisitorTest::testFinder() PASS : CMakeProjectVisitorTest::testGlobs() PASS : CMakeProjectVisitorTest::testForeachLines() PASS : CMakeProjectVisitorTest::cleanupTestCase() Totals: 8 passed, 0 failed, 0 skipped ********* Finished testing of CMakeProjectVisitorTest ********* DUContextData::m_uses There were items left on destruction: 64 TopDUContextData::m_usedDeclarationIds There were items left on destruction: 62 DUContextData::m_localDeclarations There were items left on destruction: 65 DUContextData::m_importers There were items left on destruction: 79 DUContextData::m_importedContexts There were items left on destruction: 79 Test time = 12.27 sec ---------------------------------------------------------- Test Passed. "cmakeprojectvisitortest" end time: Mar 29 01:33 EDT "cmakeprojectvisitortest" time elapsed: 00:00:12 ---------------------------------------------------------- 19/24 Testing: cmakeparserutilstest 19/24 Test: cmakeparserutilstest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests/cmakeparserutilstest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests "cmakeparserutilstest" start time: Mar 29 01:33 EDT Output: ---------------------------------------------------------- ********* Start testing of CMakeParserUtilsTest ********* Config: Using QTest library 4.8.0, Qt 4.8.0 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.03 sec ---------------------------------------------------------- Test Passed. "cmakeparserutilstest" end time: Mar 29 01:33 EDT "cmakeparserutilstest" time elapsed: 00:00:00 ---------------------------------------------------------- 20/24 Testing: cmakeloadprojecttest 20/24 Test: cmakeloadprojecttest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests/cmakeloadprojecttest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests "cmakeloadprojecttest" start time: Mar 29 01:33 EDT Output: ---------------------------------------------------------- WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.3.0/homedir/.kde4/share/apps/kdevplatform/sessions//{9c244704-6947-42d5-ad71-ac6804798ad6}/lock WARNING: deleting stale lockfile /var/tmp/portage/dev-util/kdevelop-4.3.0/homedir/.kdevduchain/{9c244704-6947-42d5-ad71-ac6804798ad6}/0/lock kdevplatform(17597)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: version-hint not found, seems to be an old version kdevplatform(17597)/kdevplatform (language) KDevelop::ItemRepositoryRegistry::open: "The data-repository at /var/tmp/portage/dev-util/kdevelop-4.3.0/homedir/.kdevduchain/{9c244704-6947-42d5-ad71-ac6804798ad6}/0 has to be cleared." QMetaMethod::invoke: Unable to handle unregistered datatype 'KUrl::List' ********* Start testing of CMakeLoadProjectTest ********* Config: Using QTest library 4.8.0, Qt 4.8.0 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: 46 TopDUContextData::m_usedDeclarationIds There were items left on destruction: 44 DUContextData::m_localDeclarations There were items left on destruction: 49 DUContextData::m_importers There were items left on destruction: 55 DUContextData::m_importedContexts There were items left on destruction: 55 Test time = 3.16 sec ---------------------------------------------------------- Test Passed. "cmakeloadprojecttest" end time: Mar 29 01:33 EDT "cmakeloadprojecttest" time elapsed: 00:00:03 ---------------------------------------------------------- 21/24 Testing: cmakemanagertest 21/24 Test: cmakemanagertest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests/cmakemanagertest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/projectmanagers/cmake/tests "cmakemanagertest" start time: Mar 29 01:33 EDT Output: ---------------------------------------------------------- ********* Start testing of CMakeManagerTest ********* Config: Using QTest library 4.8.0, Qt 4.8.0 QDEBUG : CMakeManagerTest::initTestCase() qttest(17849) KXMLGUIClient::setXMLFile: cannot find .rc file "qttestui.rc" for component "qttest" QDEBUG : CMakeManagerTest::initTestCase() qttest(17849) PatchReviewPlugin::setPatch: setting new patch "Custom Patch" with file KUrl("") QDEBUG : CMakeManagerTest::initTestCase() qttest(17849) PatchReviewPlugin::notifyPatchChanged: notifying patch change: KUrl("") QDEBUG : CMakeManagerTest::initTestCase() qttest(17849)/kdecore (KLibrary) findLibraryInternal: plugins should not have a 'lib' prefix: "libkonsolepart.so" QDEBUG : CMakeManagerTest::initTestCase() qttest(17849)/konsole Konsole::Session::run: Session::run() - program to run not set. ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: ignored. PASS : CMakeManagerTest::initTestCase() QDEBUG : CMakeManagerTest::testWithBuildDirProject() qttest(17849) PatchReviewPlugin::updateKompareModel: updating model QDEBUG : CMakeManagerTest::testWithBuildDirProject() qttest(17849)/konsole Konsole::Session::run: Attempted to re-run an already running session. QSYSTEM: CMakeManagerTest::testWithBuildDirProject() qttest(17849)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned QSYSTEM: CMakeManagerTest::testWithBuildDirProject() qttest(17849)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned QSYSTEM: CMakeManagerTest::testWithBuildDirProject() qttest(17849)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned PASS : CMakeManagerTest::testWithBuildDirProject() PASS : CMakeManagerTest::testIncludePaths() ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: ignored. QDEBUG : CMakeManagerTest::cleanupTestCase() qttest(17849) PatchReviewPlugin::clearPatch: clearing patch QObject(0x3ffc800) current: QObject(0x0) PASS : CMakeManagerTest::cleanupTestCase() Totals: 4 passed, 0 failed, 0 skipped ********* Finished testing of CMakeManagerTest ********* DUContextData::m_uses There were items left on destruction: 10 TopDUContextData::m_usedDeclarationIds There were items left on destruction: 8 DUContextData::m_localDeclarations There were items left on destruction: 12 DUContextData::m_importers There were items left on destruction: 15 DUContextData::m_importedContexts There were items left on destruction: 15 Test time = 3.92 sec ---------------------------------------------------------- Test Passed. "cmakemanagertest" end time: Mar 29 01:33 EDT "cmakemanagertest" time elapsed: 00:00:03 ---------------------------------------------------------- 22/24 Testing: gdbtest 22/24 Test: gdbtest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/debuggers/gdb/gdbtest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/debuggers/gdb "gdbtest" start time: Mar 29 01:33 EDT Output: ---------------------------------------------------------- ********* Start testing of GDBDebugger::GdbTest ********* Config: Using QTest library 4.8.0, Qt 4.8.0 PASS : GDBDebugger::GdbTest::initTestCase() QSYSTEM: GDBDebugger::GdbTest::testStdOut() qttest(18069): Couldn't start knotify from knotify4.desktop: "KDEInit could not launch '/usr/bin/knotify4'" Test time = 1500.03 sec ---------------------------------------------------------- Test Failed. "gdbtest" end time: Mar 29 01:58 EDT "gdbtest" time elapsed: 00:25:00 ---------------------------------------------------------- 23/24 Testing: qtprinters 23/24 Test: qtprinters Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/debuggers/gdb/printers/tests/qtprinters.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/debuggers/gdb/printers/tests "qtprinters" start time: Mar 29 01:58 EDT Output: ---------------------------------------------------------- ********* Start testing of GDBDebugger::QtPrintersTest ********* Config: Using QTest library 4.8.0, Qt 4.8.0 PASS : GDBDebugger::QtPrintersTest::initTestCase() FAIL! : GDBDebugger::QtPrintersTest::testQString() 'gdb.execute("print s").contains("\"test string\"")' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(93)] FAIL! : GDBDebugger::QtPrintersTest::testQByteArray() 'out.contains("\"test byte array\"")' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(104)] FAIL! : GDBDebugger::QtPrintersTest::testQListContainer(QList) 'out.contains(QString("empty %1").arg(container).toLocal8Bit())' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(134)] FAIL! : GDBDebugger::QtPrintersTest::testQListContainer(QQueue) 'out.contains(QString("empty %1").arg(container).toLocal8Bit())' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(134)] FAIL! : GDBDebugger::QtPrintersTest::testQListContainer(QVector) 'out.contains(QString("empty %1").arg(container).toLocal8Bit())' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(134)] FAIL! : GDBDebugger::QtPrintersTest::testQListContainer(QStack) 'out.contains(QString("empty %1").arg(container).toLocal8Bit())' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(134)] FAIL! : GDBDebugger::QtPrintersTest::testQListContainer(QLinkedList) 'out.contains(QString("empty %1").arg(container).toLocal8Bit())' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(134)] FAIL! : GDBDebugger::QtPrintersTest::testQListContainer(QSet) 'out.contains(QString("empty %1").arg(container).toLocal8Bit())' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(134)] FAIL! : GDBDebugger::QtPrintersTest::testQMapInt() 'out.contains("QMap")' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(247)] FAIL! : GDBDebugger::QtPrintersTest::testQMapString() 'out.contains("QMap")' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(261)] FAIL! : GDBDebugger::QtPrintersTest::testQMapStringBool() 'out.contains("QMap")' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(275)] FAIL! : GDBDebugger::QtPrintersTest::testQDate() 'out.contains("2010-01-20")' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(290)] FAIL! : GDBDebugger::QtPrintersTest::testQTime() 'out.contains("15:30:10.123")' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(299)] FAIL! : GDBDebugger::QtPrintersTest::testQDateTime() 'out.contains("2010-01-20 15:31:13")' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(308)] FAIL! : GDBDebugger::QtPrintersTest::testQUrl() 'out.contains("http://www.kdevelop.org/foo")' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(317)] FAIL! : GDBDebugger::QtPrintersTest::testQHashInt() 'out.contains("[10] = 100")' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(326)] FAIL! : GDBDebugger::QtPrintersTest::testQHashString() 'out.contains("[\"10\"] = \"100\"")' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(339)] FAIL! : GDBDebugger::QtPrintersTest::testQSetInt() 'out.contains("] = 10")' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(352)] FAIL! : GDBDebugger::QtPrintersTest::testQSetString() 'out.contains("] = \"10\"")' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(365)] FAIL! : GDBDebugger::QtPrintersTest::testQChar() 'gdb.execute("print c").contains("\"k\"")' returned FALSE. () Loc: [/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0/debuggers/gdb/printers/tests/qtprinters.cpp(377)] PASS : GDBDebugger::QtPrintersTest::cleanupTestCase() Totals: 2 passed, 20 failed, 0 skipped ********* Finished testing of GDBDebugger::QtPrintersTest ********* Test time = 2.46 sec ---------------------------------------------------------- Test Failed. "qtprinters" end time: Mar 29 01:58 EDT "qtprinters" time elapsed: 00:00:02 ---------------------------------------------------------- 24/24 Testing: kdeprojectsreadertest 24/24 Test: kdeprojectsreadertest Command: "/var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/providers/kdeprovider/tests/kdeprojectsreadertest.shell" Directory: /var/tmp/portage/dev-util/kdevelop-4.3.0/work/kdevelop-4.3.0_build/providers/kdeprovider/tests "kdeprojectsreadertest" start time: Mar 29 01:58 EDT Output: ---------------------------------------------------------- ********* Start testing of KDEProjectsReaderTest ********* Config: Using QTest library 4.8.0, Qt 4.8.0 PASS : KDEProjectsReaderTest::initTestCase() QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Grayscalizer" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/krita-grayscalizer") ) ( "http" , QVariant(QString, "http://anongit.kde.org/krita-grayscalizer") ) ( "ssh" , QVariant(QString, "git@git.kde.org:krita-grayscalizer") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/krita-grayscalizer/krita-grayscalizer-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "CImg" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/krita-cimg") ) ( "http" , QVariant(QString, "http://anongit.kde.org/krita-cimg") ) ( "ssh" , QVariant(QString, "git@git.kde.org:krita-cimg") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/krita-cimg/krita-cimg-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Dither" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/krita-dither") ) ( "http" , QVariant(QString, "http://anongit.kde.org/krita-dither") ) ( "ssh" , QVariant(QString, "git@git.kde.org:krita-dither") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/krita-dither/krita-dither-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Pyramidal Sharpening" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/krita-pyramidalsharpening") ) ( "http" , QVariant(QString, "http://anongit.kde.org/krita-pyramidalsharpening") ) ( "ssh" , QVariant(QString, "git@git.kde.org:krita-pyramidalsharpening") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/krita-pyramidalsharpening/krita-pyramidalsharpening-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Deskew" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/krita-deskew") ) ( "http" , QVariant(QString, "http://anongit.kde.org/krita-deskew") ) ( "ssh" , QVariant(QString, "git@git.kde.org:krita-deskew") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/krita-deskew/krita-deskew-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Line Sampler" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/krita-linesampler") ) ( "http" , QVariant(QString, "http://anongit.kde.org/krita-linesampler") ) ( "ssh" , QVariant(QString, "git@git.kde.org:krita-linesampler") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/krita-linesampler/krita-linesampler-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Image Complete" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/krita-imagecomplete") ) ( "http" , QVariant(QString, "http://anongit.kde.org/krita-imagecomplete") ) ( "ssh" , QVariant(QString, "git@git.kde.org:krita-imagecomplete") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/krita-imagecomplete/krita-imagecomplete-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "CTL Brush" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/krita-ctlbrush") ) ( "http" , QVariant(QString, "http://anongit.kde.org/krita-ctlbrush") ) ( "ssh" , QVariant(QString, "git@git.kde.org:krita-ctlbrush") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/krita-ctlbrush/krita-ctlbrush-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Analogies" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/krita-analogies") ) ( "http" , QVariant(QString, "http://anongit.kde.org/krita-analogies") ) ( "ssh" , QVariant(QString, "git@git.kde.org:krita-analogies") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/krita-analogies/krita-analogies-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Human Body" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/krita-humanbody") ) ( "http" , QVariant(QString, "http://anongit.kde.org/krita-humanbody") ) ( "ssh" , QVariant(QString, "git@git.kde.org:krita-humanbody") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/krita-humanbody/krita-humanbody-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Strigi" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/strigi") ) ( "http" , QVariant(QString, "http://anongit.kde.org/strigi") ) ( "ssh" , QVariant(QString, "git@git.kde.org:strigi") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/strigi/strigi-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Strigidaemon" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/strigidaemon") ) ( "http" , QVariant(QString, "http://anongit.kde.org/strigidaemon") ) ( "ssh" , QVariant(QString, "git@git.kde.org:strigidaemon") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/strigidaemon/strigidaemon-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Libstreams" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libstreams") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libstreams") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libstreams") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libstreams/libstreams-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Strigiclient" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/strigiclient") ) ( "http" , QVariant(QString, "http://anongit.kde.org/strigiclient") ) ( "ssh" , QVariant(QString, "git@git.kde.org:strigiclient") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/strigiclient/strigiclient-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Libstreamanalyzer" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libstreamanalyzer") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libstreamanalyzer") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libstreamanalyzer") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libstreamanalyzer/libstreamanalyzer-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Strigiutils" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/strigiutils") ) ( "http" , QVariant(QString, "http://anongit.kde.org/strigiutils") ) ( "ssh" , QVariant(QString, "git@git.kde.org:strigiutils") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/strigiutils/strigiutils-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Phonon MMF" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/phonon-mmf") ) ( "http" , QVariant(QString, "http://anongit.kde.org/phonon-mmf") ) ( "ssh" , QVariant(QString, "git@git.kde.org:phonon-mmf") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/phonon-mmf/phonon-mmf-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Phonon WaveOut" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/phonon-waveout") ) ( "http" , QVariant(QString, "http://anongit.kde.org/phonon-waveout") ) ( "ssh" , QVariant(QString, "git@git.kde.org:phonon-waveout") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/phonon-waveout/phonon-waveout-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Phonon MPlayer" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/phonon-mplayer") ) ( "http" , QVariant(QString, "http://anongit.kde.org/phonon-mplayer") ) ( "ssh" , QVariant(QString, "git@git.kde.org:phonon-mplayer") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/phonon-mplayer/phonon-mplayer-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Phonon QuickTime" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/phonon-quicktime") ) ( "http" , QVariant(QString, "http://anongit.kde.org/phonon-quicktime") ) ( "ssh" , QVariant(QString, "git@git.kde.org:phonon-quicktime") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/phonon-quicktime/phonon-quicktime-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Phonon Xine" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/phonon-xine") ) ( "http" , QVariant(QString, "http://anongit.kde.org/phonon-xine") ) ( "ssh" , QVariant(QString, "git@git.kde.org:phonon-xine") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/phonon-xine/phonon-xine-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Phonon DirectShow" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/phonon-directshow") ) ( "http" , QVariant(QString, "http://anongit.kde.org/phonon-directshow") ) ( "ssh" , QVariant(QString, "git@git.kde.org:phonon-directshow") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/phonon-directshow/phonon-directshow-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Phonon VLC" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/phonon-vlc") ) ( "http" , QVariant(QString, "http://anongit.kde.org/phonon-vlc") ) ( "ssh" , QVariant(QString, "git@git.kde.org:phonon-vlc") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/phonon-vlc/phonon-vlc-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Phonon" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/phonon") ) ( "http" , QVariant(QString, "http://anongit.kde.org/phonon") ) ( "ssh" , QVariant(QString, "git@git.kde.org:phonon") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/phonon/phonon-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Phonon GStreamer" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/phonon-gstreamer") ) ( "http" , QVariant(QString, "http://anongit.kde.org/phonon-gstreamer") ) ( "ssh" , QVariant(QString, "git@git.kde.org:phonon-gstreamer") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/phonon-gstreamer/phonon-gstreamer-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "simon Speech Recognition: Tools" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/simon-tools") ) ( "http" , QVariant(QString, "http://anongit.kde.org/simon-tools") ) ( "ssh" , QVariant(QString, "git@git.kde.org:simon-tools") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/simon-tools/simon-tools-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Pairs" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/pairs") ) ( "http" , QVariant(QString, "http://anongit.kde.org/pairs") ) ( "ssh" , QVariant(QString, "git@git.kde.org:pairs") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/pairs/pairs-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Conquirere" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/conquirere") ) ( "http" , QVariant(QString, "http://anongit.kde.org/conquirere") ) ( "ssh" , QVariant(QString, "git@git.kde.org:conquirere") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/conquirere/conquirere-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Mula" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/mula") ) ( "http" , QVariant(QString, "http://anongit.kde.org/mula") ) ( "ssh" , QVariant(QString, "git@git.kde.org:mula") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/mula/mula-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kard" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kard") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kard") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kard") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kard/kard-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kartesio" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kartesio") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kartesio") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kartesio") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kartesio/kartesio-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "JSmoke" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/jsmoke") ) ( "http" , QVariant(QString, "http://anongit.kde.org/jsmoke") ) ( "ssh" , QVariant(QString, "git@git.kde.org:jsmoke") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/jsmoke/jsmoke-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Akonadi google plasma applets" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/akonadi-google-applets") ) ( "http" , QVariant(QString, "http://anongit.kde.org/akonadi-google-applets") ) ( "ssh" , QVariant(QString, "git@git.kde.org:akonadi-google-applets") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/akonadi-google-applets/akonadi-google-applets-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Akonadi Git Resource" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/akonadi-git-resource") ) ( "http" , QVariant(QString, "http://anongit.kde.org/akonadi-git-resource") ) ( "ssh" , QVariant(QString, "git@git.kde.org:akonadi-git-resource") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/akonadi-git-resource/akonadi-git-resource-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Facebook Resource for Akonadi" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/akonadi-facebook") ) ( "http" , QVariant(QString, "http://anongit.kde.org/akonadi-facebook") ) ( "ssh" , QVariant(QString, "git@git.kde.org:akonadi-facebook") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/akonadi-facebook/akonadi-facebook-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Google Resource for Akonadi" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/akonadi-google") ) ( "http" , QVariant(QString, "http://anongit.kde.org/akonadi-google") ) ( "ssh" , QVariant(QString, "git@git.kde.org:akonadi-google") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/akonadi-google/akonadi-google-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "VKontakte Resource for Akonadi" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/akonadi-vkontakte") ) ( "http" , QVariant(QString, "http://anongit.kde.org/akonadi-vkontakte") ) ( "ssh" , QVariant(QString, "git@git.kde.org:akonadi-vkontakte") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/akonadi-vkontakte/akonadi-vkontakte-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Plasmoid for Akonadi" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/plasmoid-eventlist") ) ( "http" , QVariant(QString, "http://anongit.kde.org/plasmoid-eventlist") ) ( "ssh" , QVariant(QString, "git@git.kde.org:plasmoid-eventlist") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/plasmoid-eventlist/plasmoid-eventlist-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Akunambol" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/akunambol") ) ( "http" , QVariant(QString, "http://anongit.kde.org/akunambol") ) ( "ssh" , QVariant(QString, "git@git.kde.org:akunambol") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/akunambol/akunambol-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KSmtp" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ksmtp") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ksmtp") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ksmtp") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ksmtp/ksmtp-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Akonadi Resource for SugarCRM Contacts" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/akonadi-sugarcrm") ) ( "http" , QVariant(QString, "http://anongit.kde.org/akonadi-sugarcrm") ) ( "ssh" , QVariant(QString, "git@git.kde.org:akonadi-sugarcrm") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/akonadi-sugarcrm/akonadi-sugarcrm-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Zanshin" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/zanshin") ) ( "http" , QVariant(QString, "http://anongit.kde.org/zanshin") ) ( "ssh" , QVariant(QString, "git@git.kde.org:zanshin") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/zanshin/zanshin-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Rekollect" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/rekollect") ) ( "http" , QVariant(QString, "http://anongit.kde.org/rekollect") ) ( "ssh" , QVariant(QString, "git@git.kde.org:rekollect") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/rekollect/rekollect-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Oxygen Gtk" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/oxygen-gtk") ) ( "http" , QVariant(QString, "http://anongit.kde.org/oxygen-gtk") ) ( "ssh" , QVariant(QString, "git@git.kde.org:oxygen-gtk") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/oxygen-gtk/oxygen-gtk-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Oxygen fonts" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/oxygen-fonts") ) ( "http" , QVariant(QString, "http://anongit.kde.org/oxygen-fonts") ) ( "ssh" , QVariant(QString, "git@git.kde.org:oxygen-fonts") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/oxygen-fonts/oxygen-fonts-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Smaragd" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/smaragd") ) ( "http" , QVariant(QString, "http://anongit.kde.org/smaragd") ) ( "ssh" , QVariant(QString, "git@git.kde.org:smaragd") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/smaragd/smaragd-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "deKorator" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/dekorator") ) ( "http" , QVariant(QString, "http://anongit.kde.org/dekorator") ) ( "ssh" , QVariant(QString, "git@git.kde.org:dekorator") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/dekorator/dekorator-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Oxygen Transparent" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/oxygen-transparent") ) ( "http" , QVariant(QString, "http://anongit.kde.org/oxygen-transparent") ) ( "ssh" , QVariant(QString, "git@git.kde.org:oxygen-transparent") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/oxygen-transparent/oxygen-transparent-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KOffice Music Shape" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/koffice-musicshape") ) ( "http" , QVariant(QString, "http://anongit.kde.org/koffice-musicshape") ) ( "ssh" , QVariant(QString, "git@git.kde.org:koffice-musicshape") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/koffice-musicshape/koffice-musicshape-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KOffice Charting Shape" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/koffice-chartingshape") ) ( "http" , QVariant(QString, "http://anongit.kde.org/koffice-chartingshape") ) ( "ssh" , QVariant(QString, "git@git.kde.org:koffice-chartingshape") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/koffice-chartingshape/koffice-chartingshape-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Knipptasch" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/knipptasch") ) ( "http" , QVariant(QString, "http://anongit.kde.org/knipptasch") ) ( "ssh" , QVariant(QString, "git@git.kde.org:knipptasch") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/knipptasch/knipptasch-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KOffice Formula Shape" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/koffice-formulashape") ) ( "http" , QVariant(QString, "http://anongit.kde.org/koffice-formulashape") ) ( "ssh" , QVariant(QString, "git@git.kde.org:koffice-formulashape") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/koffice-formulashape/koffice-formulashape-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KOffice Video Shape" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/koffice-videoshape") ) ( "http" , QVariant(QString, "http://anongit.kde.org/koffice-videoshape") ) ( "ssh" , QVariant(QString, "git@git.kde.org:koffice-videoshape") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/koffice-videoshape/koffice-videoshape-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KOffice Texthighlight" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/koffice-texthighlight") ) ( "http" , QVariant(QString, "http://anongit.kde.org/koffice-texthighlight") ) ( "ssh" , QVariant(QString, "git@git.kde.org:koffice-texthighlight") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/koffice-texthighlight/koffice-texthighlight-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KOffice Google Docs plugin" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/koffice-googledocs") ) ( "http" , QVariant(QString, "http://anongit.kde.org/koffice-googledocs") ) ( "ssh" , QVariant(QString, "git@git.kde.org:koffice-googledocs") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/koffice-googledocs/koffice-googledocs-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Picmi" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/picmi") ) ( "http" , QVariant(QString, "http://anongit.kde.org/picmi") ) ( "ssh" , QVariant(QString, "git@git.kde.org:picmi") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/picmi/picmi-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "libtagaro" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libtagaro") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libtagaro") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libtagaro") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libtagaro/libtagaro-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Gluon" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/gluon") ) ( "http" , QVariant(QString, "http://anongit.kde.org/gluon") ) ( "ssh" , QVariant(QString, "git@git.kde.org:gluon") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/gluon/gluon-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KMuddy" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kmuddy") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kmuddy") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kmuddy") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kmuddy/kmuddy-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Blocks" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/gluon-blocks") ) ( "http" , QVariant(QString, "http://anongit.kde.org/gluon-blocks") ) ( "ssh" , QVariant(QString, "git@git.kde.org:gluon-blocks") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/gluon-blocks/gluon-blocks-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KDE Telepathy Kipi Plugin" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-kipi-plugin") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-kipi-plugin") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-kipi-plugin") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-kipi-plugin/ktp-kipi-plugin-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy Test Tool" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-test-tool") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-test-tool") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-test-tool") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-test-tool/ktp-test-tool-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Qt bindings for telepathy logger" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/telepathy-logger-qt") ) ( "http" , QVariant(QString, "http://anongit.kde.org/telepathy-logger-qt") ) ( "ssh" , QVariant(QString, "git@git.kde.org:telepathy-logger-qt") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/telepathy-logger-qt/telepathy-logger-qt-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy KDE" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-kde") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-kde") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-kde") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-kde/ktp-kde-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy Launcher KDED" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-launcher-kded") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-launcher-kded") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-launcher-kded") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-launcher-kded/ktp-launcher-kded-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KWhiteboard" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kwhiteboard") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kwhiteboard") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kwhiteboard") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kwhiteboard/kwhiteboard-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy Nepomuk Service" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-nepomuk-service") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-nepomuk-service") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-nepomuk-service") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-nepomuk-service/ktp-nepomuk-service-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy Presence Dataengine" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-presence-dataengine") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-presence-dataengine") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-presence-dataengine") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-presence-dataengine/ktp-presence-dataengine-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy Testlib" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-testlib") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-testlib") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-testlib") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-testlib/ktp-testlib-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kopete Protocol Telepathy" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kopete-protocol-telepathy") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kopete-protocol-telepathy") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kopete-protocol-telepathy") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kopete-protocol-telepathy/kopete-protocol-telepathy-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KDE Telepathy SSH Contact" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-ssh-contact") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-ssh-contact") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-ssh-contact") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-ssh-contact/ktp-ssh-contact-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy Call UI" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-call-ui") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-call-ui") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-call-ui") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-call-ui/ktp-call-ui-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Aki" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/aki") ) ( "http" , QVariant(QString, "http://anongit.kde.org/aki") ) ( "ssh" , QVariant(QString, "git@git.kde.org:aki") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/aki/aki-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KFritz" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kfritz") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kfritz") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kfritz") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kfritz/kfritz-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Contour" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/contour") ) ( "http" , QVariant(QString, "http://anongit.kde.org/contour") ) ( "ssh" , QVariant(QString, "git@git.kde.org:contour") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/contour/contour-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Android Qt Creator" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/android-qt-creator") ) ( "http" , QVariant(QString, "http://anongit.kde.org/android-qt-creator") ) ( "ssh" , QVariant(QString, "git@git.kde.org:android-qt-creator") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/android-qt-creator/android-qt-creator-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Android QtMobility" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/android-qt-mobility") ) ( "http" , QVariant(QString, "http://anongit.kde.org/android-qt-mobility") ) ( "ssh" , QVariant(QString, "git@git.kde.org:android-qt-mobility") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/android-qt-mobility/android-qt-mobility-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Ministro" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ministro") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ministro") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ministro") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ministro/ministro-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Android Qt Framework" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/android-qt") ) ( "http" , QVariant(QString, "http://anongit.kde.org/android-qt") ) ( "ssh" , QVariant(QString, "git@git.kde.org:android-qt") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/android-qt/android-qt-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Plasma Mediacenter" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/plasma-mediacenter") ) ( "http" , QVariant(QString, "http://anongit.kde.org/plasma-mediacenter") ) ( "ssh" , QVariant(QString, "git@git.kde.org:plasma-mediacenter") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/plasma-mediacenter/plasma-mediacenter-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "QtOpenAL" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/qtopenal") ) ( "http" , QVariant(QString, "http://anongit.kde.org/qtopenal") ) ( "ssh" , QVariant(QString, "git@git.kde.org:qtopenal") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/qtopenal/qtopenal-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Bangarang" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/bangarang") ) ( "http" , QVariant(QString, "http://anongit.kde.org/bangarang") ) ( "ssh" , QVariant(QString, "git@git.kde.org:bangarang") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/bangarang/bangarang-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Nepomuk TV Namer" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/nepomuktvnamer") ) ( "http" , QVariant(QString, "http://anongit.kde.org/nepomuktvnamer") ) ( "ssh" , QVariant(QString, "git@git.kde.org:nepomuktvnamer") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/nepomuktvnamer/nepomuktvnamer-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kubeplayer" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kubeplayer") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kubeplayer") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kubeplayer") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kubeplayer/kubeplayer-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Quanta" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/quanta") ) ( "http" , QVariant(QString, "http://anongit.kde.org/quanta") ) ( "ssh" , QVariant(QString, "git@git.kde.org:quanta") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/quanta/quanta-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Svgmod Plasma theme tool" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/svgmod") ) ( "http" , QVariant(QString, "http://anongit.kde.org/svgmod") ) ( "ssh" , QVariant(QString, "git@git.kde.org:svgmod") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/svgmod/svgmod-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Python" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdev-python") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdev-python") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdev-python") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdev-python/kdev-python-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Valgrind" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdev-valgrind") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdev-valgrind") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdev-valgrind") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdev-valgrind/kdev-valgrind-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Control Flow Graph" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdev-control-flow-graph") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdev-control-flow-graph") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdev-control-flow-graph") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdev-control-flow-graph/kdev-control-flow-graph-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KDevelop Java Support" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdev-java") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdev-java") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdev-java") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdev-java/kdev-java-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Ruby" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdev-ruby") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdev-ruby") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdev-ruby") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdev-ruby/kdev-ruby-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "QTest" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdev-xtest") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdev-xtest") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdev-xtest") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdev-xtest/kdev-xtest-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Perforce Plugin for Kdevelop" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdev-perforce") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdev-perforce") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdev-perforce") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdev-perforce/kdev-perforce-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KDevelop Mercurial Plugin" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdev-mercurial") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdev-mercurial") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdev-mercurial") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdev-mercurial/kdev-mercurial-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "qmake" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdev-qmake") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdev-qmake") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdev-qmake") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdev-qmake/kdev-qmake-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Veritas" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/veritas") ) ( "http" , QVariant(QString, "http://anongit.kde.org/veritas") ) ( "ssh" , QVariant(QString, "git@git.kde.org:veritas") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/veritas/veritas-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Cocoon" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/cocoon") ) ( "http" , QVariant(QString, "http://anongit.kde.org/cocoon") ) ( "ssh" , QVariant(QString, "git@git.kde.org:cocoon") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/cocoon/cocoon-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Releaseme" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/releaseme") ) ( "http" , QVariant(QString, "http://anongit.kde.org/releaseme") ) ( "ssh" , QVariant(QString, "git@git.kde.org:releaseme") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/releaseme/releaseme-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KDE Ruleset" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kde-ruleset") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kde-ruleset") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kde-ruleset") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kde-ruleset/kde-ruleset-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "colord-kde" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/colord-kde") ) ( "http" , QVariant(QString, "http://anongit.kde.org/colord-kde") ) ( "ssh" , QVariant(QString, "git@git.kde.org:colord-kde") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/colord-kde/colord-kde-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Cirkuit" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/cirkuit") ) ( "http" , QVariant(QString, "http://anongit.kde.org/cirkuit") ) ( "ssh" , QVariant(QString, "git@git.kde.org:cirkuit") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/cirkuit/cirkuit-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Book Manager" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/bookmanager") ) ( "http" , QVariant(QString, "http://anongit.kde.org/bookmanager") ) ( "ssh" , QVariant(QString, "git@git.kde.org:bookmanager") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/bookmanager/bookmanager-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kooka" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kooka") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kooka") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kooka") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kooka/kooka-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "ownCloud" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/owncloud") ) ( "http" , QVariant(QString, "http://anongit.kde.org/owncloud") ) ( "ssh" , QVariant(QString, "git@git.kde.org:owncloud") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/owncloud/owncloud-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Stibium: KDE on the cloud" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/stibium") ) ( "http" , QVariant(QString, "http://anongit.kde.org/stibium") ) ( "ssh" , QVariant(QString, "git@git.kde.org:stibium") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/stibium/stibium-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Synchrotron Sources" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/synchrotron-sources") ) ( "http" , QVariant(QString, "http://anongit.kde.org/synchrotron-sources") ) ( "ssh" , QVariant(QString, "git@git.kde.org:synchrotron-sources") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/synchrotron-sources/synchrotron-sources-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Synchrotron" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/synchrotron") ) ( "http" , QVariant(QString, "http://anongit.kde.org/synchrotron") ) ( "ssh" , QVariant(QString, "git@git.kde.org:synchrotron") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/synchrotron/synchrotron-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "appmenu kded module" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kded-appmenu") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kded-appmenu") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kded-appmenu") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kded-appmenu/kded-appmenu-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Nepomuk Metadata Extractor" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/nepomuk-metadata-extractor") ) ( "http" , QVariant(QString, "http://anongit.kde.org/nepomuk-metadata-extractor") ) ( "ssh" , QVariant(QString, "git@git.kde.org:nepomuk-metadata-extractor") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/nepomuk-metadata-extractor/nepomuk-metadata-extractor-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KIO UPnP MediaServer slave" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kio-upnp-ms") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kio-upnp-ms") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kio-upnp-ms") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kio-upnp-ms/kio-upnp-ms-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Plasma Desktop Search Widget" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/plasma-crystal") ) ( "http" , QVariant(QString, "http://anongit.kde.org/plasma-crystal") ) ( "ssh" , QVariant(QString, "git@git.kde.org:plasma-crystal") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/plasma-crystal/plasma-crystal-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Declarative plasmoids for plasma" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/declarative-plasmoids") ) ( "http" , QVariant(QString, "http://anongit.kde.org/declarative-plasmoids") ) ( "ssh" , QVariant(QString, "git@git.kde.org:declarative-plasmoids") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/declarative-plasmoids/declarative-plasmoids-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Nepomuk System Tray" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/nepomuk-system-tray") ) ( "http" , QVariant(QString, "http://anongit.kde.org/nepomuk-system-tray") ) ( "ssh" , QVariant(QString, "git@git.kde.org:nepomuk-system-tray") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/nepomuk-system-tray/nepomuk-system-tray-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Print Manager" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/print-manager") ) ( "http" , QVariant(QString, "http://anongit.kde.org/print-manager") ) ( "ssh" , QVariant(QString, "git@git.kde.org:print-manager") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/print-manager/print-manager-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Plasmate: Plasma Add-On Creator" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/plasmate") ) ( "http" , QVariant(QString, "http://anongit.kde.org/plasmate") ) ( "ssh" , QVariant(QString, "git@git.kde.org:plasmate") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/plasmate/plasmate-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Notably" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/notably") ) ( "http" , QVariant(QString, "http://anongit.kde.org/notably") ) ( "ssh" , QVariant(QString, "git@git.kde.org:notably") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/notably/notably-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KDE GTK Configurator" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kde-gtk-config") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kde-gtk-config") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kde-gtk-config") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kde-gtk-config/kde-gtk-config-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "LightDM Greeter for KDE" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/lightdm") ) ( "http" , QVariant(QString, "http://anongit.kde.org/lightdm") ) ( "ssh" , QVariant(QString, "git@git.kde.org:lightdm") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/lightdm/lightdm-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Collection of nepomuk development tools" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/nepomuk-tools") ) ( "http" , QVariant(QString, "http://anongit.kde.org/nepomuk-tools") ) ( "ssh" , QVariant(QString, "git@git.kde.org:nepomuk-tools") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/nepomuk-tools/nepomuk-tools-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Nepomuk Web Extractor" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/nepomuk-web-extractor") ) ( "http" , QVariant(QString, "http://anongit.kde.org/nepomuk-web-extractor") ) ( "ssh" , QVariant(QString, "git@git.kde.org:nepomuk-web-extractor") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/nepomuk-web-extractor/nepomuk-web-extractor-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Plasma Active session starter" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/startactive") ) ( "http" , QVariant(QString, "http://anongit.kde.org/startactive") ) ( "ssh" , QVariant(QString, "git@git.kde.org:startactive") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/startactive/startactive-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "ShareLikeConnect" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/share-like-connect") ) ( "http" , QVariant(QString, "http://anongit.kde.org/share-like-connect") ) ( "ssh" , QVariant(QString, "git@git.kde.org:share-like-connect") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/share-like-connect/share-like-connect-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Nepomuk Annotation Framework" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/nepomukannotation") ) ( "http" , QVariant(QString, "http://anongit.kde.org/nepomukannotation") ) ( "ssh" , QVariant(QString, "git@git.kde.org:nepomukannotation") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/nepomukannotation/nepomukannotation-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Plasma PublicTransport" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/publictransport") ) ( "http" , QVariant(QString, "http://anongit.kde.org/publictransport") ) ( "ssh" , QVariant(QString, "git@git.kde.org:publictransport") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/publictransport/publictransport-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Lionmail Email Notifier" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/plasma-lionmail") ) ( "http" , QVariant(QString, "http://anongit.kde.org/plasma-lionmail") ) ( "ssh" , QVariant(QString, "git@git.kde.org:plasma-lionmail") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/plasma-lionmail/plasma-lionmail-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Silk" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/silk") ) ( "http" , QVariant(QString, "http://anongit.kde.org/silk") ) ( "ssh" , QVariant(QString, "git@git.kde.org:silk") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/silk/silk-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Scribo" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/scribo") ) ( "http" , QVariant(QString, "http://anongit.kde.org/scribo") ) ( "ssh" , QVariant(QString, "git@git.kde.org:scribo") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/scribo/scribo-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "liblikeback" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/liblikeback") ) ( "http" , QVariant(QString, "http://anongit.kde.org/liblikeback") ) ( "ssh" , QVariant(QString, "git@git.kde.org:liblikeback") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/liblikeback/liblikeback-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kolena Image Text Extraction" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kolena") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kolena") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kolena") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kolena/kolena-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Qt systemd interface library" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libqsystemd") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libqsystemd") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libqsystemd") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libqsystemd/libqsystemd-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Koralle Library" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libkoralle") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libkoralle") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libkoralle") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libkoralle/libkoralle-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "libgit2 bindings for Qt" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libqgit2") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libqgit2") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libqgit2") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libqgit2/libqgit2-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "libbluedevil" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libbluedevil") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libbluedevil") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libbluedevil") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libbluedevil/libbluedevil-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "libechonest" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libechonest") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libechonest") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libechonest") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libechonest/libechonest-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Nepomuk Extras" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/nepomukextras") ) ( "http" , QVariant(QString, "http://anongit.kde.org/nepomukextras") ) ( "ssh" , QVariant(QString, "git@git.kde.org:nepomukextras") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/nepomukextras/nepomukextras-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Predicate" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/predicate") ) ( "http" , QVariant(QString, "http://anongit.kde.org/predicate") ) ( "ssh" , QVariant(QString, "git@git.kde.org:predicate") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/predicate/predicate-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "QtJolie" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/qtjolie") ) ( "http" , QVariant(QString, "http://anongit.kde.org/qtjolie") ) ( "ssh" , QVariant(QString, "git@git.kde.org:qtjolie") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/qtjolie/qtjolie-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "kcm-userconfig" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kcm-userconfig") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kcm-userconfig") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kcm-userconfig") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kcm-userconfig/kcm-userconfig-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Apper" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/apper") ) ( "http" , QVariant(QString, "http://anongit.kde.org/apper") ) ( "ssh" , QVariant(QString, "git@git.kde.org:apper") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/apper/apper-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Grub2 configuration tool" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kcmgrub2") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kcmgrub2") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kcmgrub2") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kcmgrub2/kcmgrub2-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KAlternatives" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kalternatives") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kalternatives") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kalternatives") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kalternatives/kalternatives-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KDisksUtilities" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdisksutilities") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdisksutilities") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdisksutilities") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdisksutilities/kdisksutilities-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KPaste" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kpaste") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kpaste") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kpaste") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kpaste/kpaste-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KRegExpEditor" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kregexpeditor") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kregexpeditor") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kregexpeditor") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kregexpeditor/kregexpeditor-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Advanced System Cleaner" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ksaolaji") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ksaolaji") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ksaolaji") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ksaolaji/ksaolaji-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kontaminuti" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kontaminuti") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kontaminuti") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kontaminuti") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kontaminuti/kontaminuti-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Notification Survey" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/notificationsurvey") ) ( "http" , QVariant(QString, "http://anongit.kde.org/notificationsurvey") ) ( "ssh" , QVariant(QString, "git@git.kde.org:notificationsurvey") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/notificationsurvey/notificationsurvey-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KIMToy" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kimtoy") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kimtoy") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kimtoy") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kimtoy/kimtoy-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Ginkgo" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ginkgo") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ginkgo") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ginkgo") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ginkgo/ginkgo-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Konsole" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/konsole") ) ( "http" , QVariant(QString, "http://anongit.kde.org/konsole") ) ( "ssh" , QVariant(QString, "git@git.kde.org:konsole") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/konsole/konsole-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kate" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kate") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kate") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kate") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kate/kate-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "kaccessible" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kaccessible") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kaccessible") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kaccessible") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kaccessible/kaccessible-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KMouseTool" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kmousetool") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kmousetool") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kmousetool") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kmousetool/kmousetool-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KMouth" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kmouth") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kmouth") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kmouth") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kmouth/kmouth-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Jovie" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/jovie") ) ( "http" , QVariant(QString, "http://anongit.kde.org/jovie") ) ( "ssh" , QVariant(QString, "git@git.kde.org:jovie") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/jovie/jovie-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KMag" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kmag") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kmag") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kmag") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kmag/kmag-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kiten" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kiten") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kiten") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kiten") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kiten/kiten-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KBruch" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kbruch") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kbruch") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kbruch") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kbruch/kbruch-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Analitza" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/analitza") ) ( "http" , QVariant(QString, "http://anongit.kde.org/analitza") ) ( "ssh" , QVariant(QString, "git@git.kde.org:analitza") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/analitza/analitza-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Cantor" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/cantor") ) ( "http" , QVariant(QString, "http://anongit.kde.org/cantor") ) ( "ssh" , QVariant(QString, "git@git.kde.org:cantor") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/cantor/cantor-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "libkdeedu" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libkdeedu") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libkdeedu") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libkdeedu") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libkdeedu/libkdeedu-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kalzium" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kalzium") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kalzium") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kalzium") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kalzium/kalzium-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Rocs" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/rocs") ) ( "http" , QVariant(QString, "http://anongit.kde.org/rocs") ) ( "ssh" , QVariant(QString, "git@git.kde.org:rocs") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/rocs/rocs-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KAlgebra" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kalgebra") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kalgebra") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kalgebra") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kalgebra/kalgebra-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kanagram" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kanagram") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kanagram") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kanagram") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kanagram/kanagram-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KHangMan" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/khangman") ) ( "http" , QVariant(QString, "http://anongit.kde.org/khangman") ) ( "ssh" , QVariant(QString, "git@git.kde.org:khangman") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/khangman/khangman-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KLettres" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/klettres") ) ( "http" , QVariant(QString, "http://anongit.kde.org/klettres") ) ( "ssh" , QVariant(QString, "git@git.kde.org:klettres") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/klettres/klettres-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KmPlot" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kmplot") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kmplot") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kmplot") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kmplot/kmplot-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KStars" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kstars") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kstars") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kstars") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kstars/kstars-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KTurtle" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kturtle") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kturtle") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kturtle") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kturtle/kturtle-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KGeography" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kgeography") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kgeography") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kgeography") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kgeography/kgeography-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kig" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kig") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kig") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kig") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kig/kig-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Step" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/step") ) ( "http" , QVariant(QString, "http://anongit.kde.org/step") ) ( "ssh" , QVariant(QString, "git@git.kde.org:step") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/step/step-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Blinken" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/blinken") ) ( "http" , QVariant(QString, "http://anongit.kde.org/blinken") ) ( "ssh" , QVariant(QString, "git@git.kde.org:blinken") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/blinken/blinken-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Marble Virtual Globe" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/marble") ) ( "http" , QVariant(QString, "http://anongit.kde.org/marble") ) ( "ssh" , QVariant(QString, "git@git.kde.org:marble") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/marble/marble-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Parley" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/parley") ) ( "http" , QVariant(QString, "http://anongit.kde.org/parley") ) ( "ssh" , QVariant(QString, "git@git.kde.org:parley") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/parley/parley-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KTouch" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktouch") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktouch") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktouch") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktouch/ktouch-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KWordQuiz" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kwordquiz") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kwordquiz") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kwordquiz") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kwordquiz/kwordquiz-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KFloppy" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kfloppy") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kfloppy") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kfloppy") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kfloppy/kfloppy-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KDiskFree" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdf") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdf") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdf") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdf/kdf-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KGpg" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kgpg") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kgpg") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kgpg") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kgpg/kgpg-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KRemoteControl" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kremotecontrol") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kremotecontrol") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kremotecontrol") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kremotecontrol/kremotecontrol-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Sweeper" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/sweeper") ) ( "http" , QVariant(QString, "http://anongit.kde.org/sweeper") ) ( "ssh" , QVariant(QString, "git@git.kde.org:sweeper") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/sweeper/sweeper-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KSecretsService" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ksecrets") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ksecrets") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ksecrets") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ksecrets/ksecrets-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Filelight" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/filelight") ) ( "http" , QVariant(QString, "http://anongit.kde.org/filelight") ) ( "ssh" , QVariant(QString, "git@git.kde.org:filelight") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/filelight/filelight-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KCalc" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kcalc") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kcalc") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kcalc") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kcalc/kcalc-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KWallet" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kwallet") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kwallet") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kwallet") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kwallet/kwallet-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Printer Applet" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/printer-applet") ) ( "http" , QVariant(QString, "http://anongit.kde.org/printer-applet") ) ( "ssh" , QVariant(QString, "git@git.kde.org:printer-applet") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/printer-applet/printer-applet-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KCharSelect" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kcharselect") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kcharselect") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kcharselect") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kcharselect/kcharselect-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "SuperKaramba" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/superkaramba") ) ( "http" , QVariant(QString, "http://anongit.kde.org/superkaramba") ) ( "ssh" , QVariant(QString, "git@git.kde.org:superkaramba") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/superkaramba/superkaramba-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Ark" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ark") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ark") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ark") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ark/ark-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KTimer" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktimer") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktimer") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktimer") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktimer/ktimer-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "smokegen" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/smokegen") ) ( "http" , QVariant(QString, "http://anongit.kde.org/smokegen") ) ( "ssh" , QVariant(QString, "git@git.kde.org:smokegen") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/smokegen/smokegen-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "smokeqt" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/smokeqt") ) ( "http" , QVariant(QString, "http://anongit.kde.org/smokeqt") ) ( "ssh" , QVariant(QString, "git@git.kde.org:smokeqt") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/smokeqt/smokeqt-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "smokekde" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/smokekde") ) ( "http" , QVariant(QString, "http://anongit.kde.org/smokekde") ) ( "ssh" , QVariant(QString, "git@git.kde.org:smokekde") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/smokekde/smokekde-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "PyKDE 4" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/pykde4") ) ( "http" , QVariant(QString, "http://anongit.kde.org/pykde4") ) ( "ssh" , QVariant(QString, "git@git.kde.org:pykde4") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/pykde4/pykde4-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Qyoto" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/qyoto") ) ( "http" , QVariant(QString, "http://anongit.kde.org/qyoto") ) ( "ssh" , QVariant(QString, "git@git.kde.org:qyoto") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/qyoto/qyoto-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kimono" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kimono") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kimono") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kimono") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kimono/kimono-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Korundum" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/korundum") ) ( "http" , QVariant(QString, "http://anongit.kde.org/korundum") ) ( "ssh" , QVariant(QString, "git@git.kde.org:korundum") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/korundum/korundum-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "QtRuby" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/qtruby") ) ( "http" , QVariant(QString, "http://anongit.kde.org/qtruby") ) ( "ssh" , QVariant(QString, "git@git.kde.org:qtruby") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/qtruby/qtruby-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "PerlKDE" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/perlkde") ) ( "http" , QVariant(QString, "http://anongit.kde.org/perlkde") ) ( "ssh" , QVariant(QString, "git@git.kde.org:perlkde") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/perlkde/perlkde-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "PerlQt" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/perlqt") ) ( "http" , QVariant(QString, "http://anongit.kde.org/perlqt") ) ( "ssh" , QVariant(QString, "git@git.kde.org:perlqt") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/perlqt/perlqt-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kross Interpreters" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kross-interpreters") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kross-interpreters") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kross-interpreters") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kross-interpreters/kross-interpreters-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Okular" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/okular") ) ( "http" , QVariant(QString, "http://anongit.kde.org/okular") ) ( "ssh" , QVariant(QString, "git@git.kde.org:okular") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/okular/okular-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KSnapshot" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ksnapshot") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ksnapshot") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ksnapshot") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ksnapshot/ksnapshot-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KGamma" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kgamma") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kgamma") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kgamma") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kgamma/kgamma-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KolourPaint" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kolourpaint") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kolourpaint") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kolourpaint") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kolourpaint/kolourpaint-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KColorChooser" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kcolorchooser") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kcolorchooser") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kcolorchooser") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kcolorchooser/kcolorchooser-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Gwenview" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/gwenview") ) ( "http" , QVariant(QString, "http://anongit.kde.org/gwenview") ) ( "ssh" , QVariant(QString, "git@git.kde.org:gwenview") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/gwenview/gwenview-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "mobipocket" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdegraphics-mobipocket") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdegraphics-mobipocket") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdegraphics-mobipocket") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdegraphics-mobipocket/kdegraphics-mobipocket-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kamera" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kamera") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kamera") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kamera") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kamera/kamera-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Thumbnailers" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdegraphics-thumbnailers") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdegraphics-thumbnailers") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdegraphics-thumbnailers") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdegraphics-thumbnailers/kdegraphics-thumbnailers-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KDE Screen Ruler" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kruler") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kruler") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kruler") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kruler/kruler-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "libkdcraw" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libkdcraw") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libkdcraw") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libkdcraw") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libkdcraw/libkdcraw-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "libkexiv2" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libkexiv2") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libkexiv2") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libkexiv2") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libkexiv2/libkexiv2-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "libksane" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libksane") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libksane") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libksane") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libksane/libksane-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "libkipi" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libkipi") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libkipi") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libkipi") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libkipi/libkipi-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "SVG KPart" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/svgpart") ) ( "http" , QVariant(QString, "http://anongit.kde.org/svgpart") ) ( "ssh" , QVariant(QString, "git@git.kde.org:svgpart") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/svgpart/svgpart-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KSanePlugin" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ksaneplugin") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ksaneplugin") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ksaneplugin") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ksaneplugin/ksaneplugin-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Strigi Analyzer" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdegraphics-strigi-analyzer") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdegraphics-strigi-analyzer") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdegraphics-strigi-analyzer") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Nepomuk Core" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/nepomuk-core") ) ( "http" , QVariant(QString, "http://anongit.kde.org/nepomuk-core") ) ( "ssh" , QVariant(QString, "git@git.kde.org:nepomuk-core") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/nepomuk-core/nepomuk-core-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Activities Library" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kactivities") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kactivities") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kactivities") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kactivities/kactivities-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Configuration data for Plasma Active" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/plasma-mobile-config") ) ( "http" , QVariant(QString, "http://anongit.kde.org/plasma-mobile-config") ) ( "ssh" , QVariant(QString, "git@git.kde.org:plasma-mobile-config") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/plasma-mobile-config/plasma-mobile-config-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kannasaver" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kannasaver") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kannasaver") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kannasaver") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kannasaver/kannasaver-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "kdesrc-build" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdesrc-build") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdesrc-build") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdesrc-build") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdesrc-build/kdesrc-build-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Nepomuk Shell" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/nepomukshell") ) ( "http" , QVariant(QString, "http://anongit.kde.org/nepomukshell") ) ( "ssh" , QVariant(QString, "git@git.kde.org:nepomukshell") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/nepomukshell/nepomukshell-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "RSIBreak" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/rsibreak") ) ( "http" , QVariant(QString, "http://anongit.kde.org/rsibreak") ) ( "ssh" , QVariant(QString, "git@git.kde.org:rsibreak") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/rsibreak/rsibreak-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Krusader" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/krusader") ) ( "http" , QVariant(QString, "http://anongit.kde.org/krusader") ) ( "ssh" , QVariant(QString, "git@git.kde.org:krusader") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/krusader/krusader-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Yakuake" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/yakuake") ) ( "http" , QVariant(QString, "http://anongit.kde.org/yakuake") ) ( "ssh" , QVariant(QString, "git@git.kde.org:yakuake") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/yakuake/yakuake-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Akonadi GCalendar & Contacts resources" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/akonadi-googledata-resource") ) ( "http" , QVariant(QString, "http://anongit.kde.org/akonadi-googledata-resource") ) ( "ssh" , QVariant(QString, "git@git.kde.org:akonadi-googledata-resource") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/akonadi-googledata-resource/akonadi-googledata-resource-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "libkgeomap" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libkgeomap") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libkgeomap") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libkgeomap") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libkgeomap/libkgeomap-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Library implementing VKontakte.ru API" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libkvkontakte") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libkvkontakte") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libkvkontakte") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libkvkontakte/libkvkontakte-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "libmediawiki" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libmediawiki") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libmediawiki") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libmediawiki") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libmediawiki/libmediawiki-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "libkface" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libkface") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libkface") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libkface") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libkface/libkface-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Skrooge, Personal Finances Manager" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/skrooge") ) ( "http" , QVariant(QString, "http://anongit.kde.org/skrooge") ) ( "ssh" , QVariant(QString, "git@git.kde.org:skrooge") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/skrooge/skrooge-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Alkimia library" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/alkimia") ) ( "http" , QVariant(QString, "http://anongit.kde.org/alkimia") ) ( "ssh" , QVariant(QString, "git@git.kde.org:alkimia") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/alkimia/alkimia-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KMyMoney" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kmymoney") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kmymoney") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kmymoney") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kmymoney/kmymoney-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Tellico" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/tellico") ) ( "http" , QVariant(QString, "http://anongit.kde.org/tellico") ) ( "ssh" , QVariant(QString, "git@git.kde.org:tellico") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/tellico/tellico-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kile" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kile") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kile") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kile") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kile/kile-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kdenlive" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdenlive") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdenlive") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdenlive") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdenlive/kdenlive-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KPlayer" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kplayer") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kplayer") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kplayer") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kplayer/kplayer-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kaffeine" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kaffeine") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kaffeine") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kaffeine") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kaffeine/kaffeine-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Amarok History" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/amarok-history") ) ( "http" , QVariant(QString, "http://anongit.kde.org/amarok-history") ) ( "ssh" , QVariant(QString, "git@git.kde.org:amarok-history") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/amarok-history/amarok-history-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Amarok" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/amarok") ) ( "http" , QVariant(QString, "http://anongit.kde.org/amarok") ) ( "ssh" , QVariant(QString, "git@git.kde.org:amarok") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/amarok/amarok-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KAudioCreator CD Ripper" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kaudiocreator") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kaudiocreator") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kaudiocreator") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kaudiocreator/kaudiocreator-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "K3b" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/k3b") ) ( "http" , QVariant(QString, "http://anongit.kde.org/k3b") ) ( "ssh" , QVariant(QString, "git@git.kde.org:k3b") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/k3b/k3b-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kamoso" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kamoso") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kamoso") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kamoso") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kamoso/kamoso-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KDevelop-PG-Qt" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdevelop-pg-qt") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdevelop-pg-qt") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdevelop-pg-qt") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdevelop-pg-qt/kdevelop-pg-qt-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KDevelop" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdevelop") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdevelop") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdevelop") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdevelop/kdevelop-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Custom Buildsystem" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdev-custom-buildsystem") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdev-custom-buildsystem") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdev-custom-buildsystem") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdev-custom-buildsystem/kdev-custom-buildsystem-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "PHP Docs" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdev-php-docs") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdev-php-docs") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdev-php-docs") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdev-php-docs/kdev-php-docs-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "PHP" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdev-php") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdev-php") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdev-php") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdev-php/kdev-php-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KDevPlatform" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdevplatform") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdevplatform") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdevplatform") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdevplatform/kdevplatform-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Website" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kdev-www") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kdev-www") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kdev-www") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kdev-www/kdev-www-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Knights" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/knights") ) ( "http" , QVariant(QString, "http://anongit.kde.org/knights") ) ( "ssh" , QVariant(QString, "git@git.kde.org:knights") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/knights/knights-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "libdebconf-kde" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libdebconf-kde") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libdebconf-kde") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libdebconf-kde") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libdebconf-kde/libdebconf-kde-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "GRUB2 Editor" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kcm-grub2") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kcm-grub2") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kcm-grub2") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kcm-grub2/kcm-grub2-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "LibQApt" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libqapt") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libqapt") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libqapt") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libqapt/libqapt-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Muon" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/muon") ) ( "http" , QVariant(QString, "http://anongit.kde.org/muon") ) ( "ssh" , QVariant(QString, "git@git.kde.org:muon") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/muon/muon-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy Contact Runner" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-contact-runner") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-contact-runner") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-contact-runner") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-contact-runner/ktp-contact-runner-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy Auth Handler" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-auth-handler") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-auth-handler") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-auth-handler") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-auth-handler/ktp-auth-handler-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy Contact List" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-contact-list") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-contact-list") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-contact-list") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-contact-list/ktp-contact-list-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy Accounts KCM" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-accounts-kcm") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-accounts-kcm") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-accounts-kcm") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-accounts-kcm/ktp-accounts-kcm-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy Common Internals" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-common-internals") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-common-internals") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-common-internals") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-common-internals/ktp-common-internals-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy File Transfer Handler" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-filetransfer-handler") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-filetransfer-handler") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-filetransfer-handler") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-filetransfer-handler/ktp-filetransfer-handler-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy Contact Applet" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-contact-applet") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-contact-applet") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-contact-applet") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-contact-applet/ktp-contact-applet-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy KDE integration module" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-kded-module") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-kded-module") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-kded-module") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-kded-module/ktp-kded-module-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy Presence Applet" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-presence-applet") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-presence-applet") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-presence-applet") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-presence-applet/ktp-presence-applet-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy Send File" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-send-file") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-send-file") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-send-file") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-send-file/ktp-send-file-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy Text UI" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-text-ui") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-text-ui") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-text-ui") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-text-ui/ktp-text-ui-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Telepathy Approver" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktp-approver") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktp-approver") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktp-approver") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktp-approver/ktp-approver-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Rekonq" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/rekonq") ) ( "http" , QVariant(QString, "http://anongit.kde.org/rekonq") ) ( "ssh" , QVariant(QString, "git@git.kde.org:rekonq") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/rekonq/rekonq-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Gopher kioslave" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kio-gopher") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kio-gopher") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kio-gopher") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kio-gopher/kio-gopher-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Wicd Client KDE" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/wicd-kde") ) ( "http" , QVariant(QString, "http://anongit.kde.org/wicd-kde") ) ( "ssh" , QVariant(QString, "git@git.kde.org:wicd-kde") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/wicd-kde/wicd-kde-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Konversation" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/konversation") ) ( "http" , QVariant(QString, "http://anongit.kde.org/konversation") ) ( "ssh" , QVariant(QString, "git@git.kde.org:konversation") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/konversation/konversation-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "libktorrent" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/libktorrent") ) ( "http" , QVariant(QString, "http://anongit.kde.org/libktorrent") ) ( "ssh" , QVariant(QString, "git@git.kde.org:libktorrent") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/libktorrent/libktorrent-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Choqok" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/choqok") ) ( "http" , QVariant(QString, "http://anongit.kde.org/choqok") ) ( "ssh" , QVariant(QString, "git@git.kde.org:choqok") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/choqok/choqok-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KTorrent" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktorrent") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktorrent") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktorrent") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktorrent/ktorrent-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Massif Visualizer" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/massif-visualizer") ) ( "http" , QVariant(QString, "http://anongit.kde.org/massif-visualizer") ) ( "ssh" , QVariant(QString, "git@git.kde.org:massif-visualizer") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/massif-visualizer/massif-visualizer-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KDE Touchpad Enabler Daemon" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/ktouchpadenabler") ) ( "http" , QVariant(QString, "http://anongit.kde.org/ktouchpadenabler") ) ( "ssh" , QVariant(QString, "git@git.kde.org:ktouchpadenabler") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/ktouchpadenabler/ktouchpadenabler-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KCM Wacom Tablet" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/wacomtablet") ) ( "http" , QVariant(QString, "http://anongit.kde.org/wacomtablet") ) ( "ssh" , QVariant(QString, "git@git.kde.org:wacomtablet") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/wacomtablet/wacomtablet-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Bluedevil" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/bluedevil") ) ( "http" , QVariant(QString, "http://anongit.kde.org/bluedevil") ) ( "ssh" , QVariant(QString, "git@git.kde.org:bluedevil") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/bluedevil/bluedevil-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Polkit KDE Configuration" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/polkit-kde-kcmodules-1") ) ( "http" , QVariant(QString, "http://anongit.kde.org/polkit-kde-kcmodules-1") ) ( "ssh" , QVariant(QString, "git@git.kde.org:polkit-kde-kcmodules-1") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/polkit-kde-kcmodules-1/polkit-kde-kcmodules-1-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Network Management" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/networkmanagement") ) ( "http" , QVariant(QString, "http://anongit.kde.org/networkmanagement") ) ( "ssh" , QVariant(QString, "git@git.kde.org:networkmanagement") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/networkmanagement/networkmanagement-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "kwebkitpart" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kwebkitpart") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kwebkitpart") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kwebkitpart") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kwebkitpart/kwebkitpart-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Polkit KDE Agent" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/polkit-kde-agent-1") ) ( "http" , QVariant(QString, "http://anongit.kde.org/polkit-kde-agent-1") ) ( "ssh" , QVariant(QString, "git@git.kde.org:polkit-kde-agent-1") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/polkit-kde-agent-1/polkit-kde-agent-1-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KGraphViewer" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kgraphviewer") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kgraphviewer") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kgraphviewer") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kgraphviewer/kgraphviewer-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kipi-Plugins Documentation" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kipi-plugins-doc") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kipi-plugins-doc") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kipi-plugins-doc") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kipi-plugins-doc/kipi-plugins-doc-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Kipi-plugins" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kipi-plugins") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kipi-plugins") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kipi-plugins") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kipi-plugins/kipi-plugins-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "KPhotoAlbum" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/kphotoalbum") ) ( "http" , QVariant(QString, "http://anongit.kde.org/kphotoalbum") ) ( "ssh" , QVariant(QString, "git@git.kde.org:kphotoalbum") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/kphotoalbum/kphotoalbum-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "Skanlite" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/skanlite") ) ( "http" , QVariant(QString, "http://anongit.kde.org/skanlite") ) ( "ssh" , QVariant(QString, "git@git.kde.org:skanlite") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/skanlite/skanlite-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "digiKam documentation" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/digikam-doc") ) ( "http" , QVariant(QString, "http://anongit.kde.org/digikam-doc") ) ( "ssh" , QVariant(QString, "git@git.kde.org:digikam-doc") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/digikam-doc/digikam-doc-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "digiKam Software Compilation" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/digikam-software-compilation") ) ( "http" , QVariant(QString, "http://anongit.kde.org/digikam-software-compilation") ) ( "ssh" , QVariant(QString, "git@git.kde.org:digikam-software-compilation") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/digikam-software-compilation/digikam-software-compilation-latest.tar.gz") ) ) ) QDEBUG : KDEProjectsReaderTest::testsProperParse() ::::: "digiKam" QVariant(QIcon, ) QVariant(QVariantMap, QMap(("git", QVariant(QString, "git://anongit.kde.org/digikam") ) ( "http" , QVariant(QString, "http://anongit.kde.org/digikam") ) ( "ssh" , QVariant(QString, "git@git.kde.org:digikam") ) ( "tarball" , QVariant(QString, "http://anongit.kde.org/digikam/digikam-latest.tar.gz") ) ) ) PASS : KDEProjectsReaderTest::testsProperParse() PASS : KDEProjectsReaderTest::cleanupTestCase() Totals: 3 passed, 0 failed, 0 skipped ********* Finished testing of KDEProjectsReaderTest ********* Test time = 6.58 sec ---------------------------------------------------------- Test Passed. "kdeprojectsreadertest" end time: Mar 29 01:58 EDT "kdeprojectsreadertest" time elapsed: 00:00:06 ---------------------------------------------------------- End testing: Mar 29 01:58 EDT