Quantcast

[JIRA] Created: (JENKINS-11542) Add support for QTestLib XML reports

classic Classic list List threaded Threaded
13 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] Created: (JENKINS-11542) Add support for QTestLib XML reports

JIRA noreply@jenkins-ci.org
Add support for QTestLib XML reports
------------------------------------

                 Key: JENKINS-11542
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-11542
             Project: Jenkins
          Issue Type: New Feature
          Components: plugin
            Reporter: sahumada
            Priority: Minor


It would be nice to have support for QTestlib default's XML format rather than just xunitxml.

http://doc.qt.nokia.com/5.0-snapshot/qtestlib-manual.html

Implementation details can be found at:

https://qt.gitorious.org/qt/qtbase/trees/master/src/testlib
https://qt.gitorious.org/qt/qtbase/trees/master/tests/auto/testlib/selftests


--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-11542) Add support for QTestLib XML reports

JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-11542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=156629#comment-156629 ]

Samuel Stirtzel commented on JENKINS-11542:
-------------------------------------------

It might be possible to use the XUnit plug-in for QTestlib with an undocumented xunit argument.

For further informations look here:
https://bugreports.qt.nokia.com/browse/QTBUG-14305

Regards
               

> Add support for QTestLib XML reports
> ------------------------------------
>
>                 Key: JENKINS-11542
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-11542
>             Project: Jenkins
>          Issue Type: New Feature
>          Components: plugin
>            Reporter: sahumada
>            Priority: Minor
>
> It would be nice to have support for QTestlib default's XML format rather than just xunitxml.
> http://doc.qt.nokia.com/5.0-snapshot/qtestlib-manual.html
> Implementation details can be found at:
> https://qt.gitorious.org/qt/qtbase/trees/master/src/testlib
> https://qt.gitorious.org/qt/qtbase/trees/master/tests/auto/testlib/selftests

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-11542) Add support for QTestLib XML reports

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-11542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=156630#comment-156630 ]

sahumada commented on JENKINS-11542:
------------------------------------

Yes, I am aware of it, that's why this is a *new* feature to use the *default* XML format.
               

> Add support for QTestLib XML reports
> ------------------------------------
>
>                 Key: JENKINS-11542
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-11542
>             Project: Jenkins
>          Issue Type: New Feature
>          Components: plugin
>            Reporter: sahumada
>            Priority: Minor
>
> It would be nice to have support for QTestlib default's XML format rather than just xunitxml.
> http://doc.qt.nokia.com/5.0-snapshot/qtestlib-manual.html
> Implementation details can be found at:
> https://qt.gitorious.org/qt/qtbase/trees/master/src/testlib
> https://qt.gitorious.org/qt/qtbase/trees/master/tests/auto/testlib/selftests

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-11542) Add support for QTestLib XML reports

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-11542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=156726#comment-156726 ]

Samuel Stirtzel commented on JENKINS-11542:
-------------------------------------------

Oh sorry, I misread that.
Is the request about a separate plug-in or could a XSL file for XUnit cover it?
               

> Add support for QTestLib XML reports
> ------------------------------------
>
>                 Key: JENKINS-11542
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-11542
>             Project: Jenkins
>          Issue Type: New Feature
>          Components: plugin
>            Reporter: sahumada
>            Priority: Minor
>
> It would be nice to have support for QTestlib default's XML format rather than just xunitxml.
> http://doc.qt.nokia.com/5.0-snapshot/qtestlib-manual.html
> Implementation details can be found at:
> https://qt.gitorious.org/qt/qtbase/trees/master/src/testlib
> https://qt.gitorious.org/qt/qtbase/trees/master/tests/auto/testlib/selftests

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-11542) Add support for QTestLib XML reports

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
sahumada commented on New Feature JENKINS-11542

I came up with a basic XSL for the xUnit plugin. How can I contribute it upstream ?

I have it under $JENKINS_HOME/userContent/xUnit/QtTest/5.0.0/qttest-to-junit.xsl but I'd like to have it as part of Jenkins.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-11542) Add support for QTestLib XML reports

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Gregory Boissinot
Path:
src/main/resources/org/jenkinsci/plugins/xunit/types/qtestlib-to-junit-4.xsl
src/test/resources/org/jenkinsci/plugins/xunit/types/qtestlib/testcase1/result.xml
http://jenkins-ci.org/commit/xunit-plugin/1c41848a233fbbfb8dfca5d09738a226607e86f4
Log:
Fix JENKINS-11542

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-11542) Add support for QTestLib XML reports

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Gregory Boissinot
Path:
src/test/resources/org/jenkinsci/plugins/xunit/types/qtestlib/testcase1/input.xml
http://jenkins-ci.org/commit/xunit-plugin/e1cd68e5b2b38536c37301dee4da479dc1f3670e
Log:
Fix JENKINS-11542

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-11542) Add support for QTestLib XML reports

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Gregory Boissinot
Path:
src/main/java/org/jenkinsci/plugins/xunit/types/QTestlibInputMetric.java
src/main/java/org/jenkinsci/plugins/xunit/types/QTestlibType.java
src/test/java/org/jenkinsci/plugins/xunit/types/QTestlibTypeTest.java
http://jenkins-ci.org/commit/xunit-plugin/7f98236835f54e00f7c65993a87becda297c39d1
Log:
Fix JENKINS-11542

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-11542) Add support for QTestLib XML reports

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Gregory Boissinot resolved New Feature JENKINS-11542 as Fixed
Change By: Gregory Boissinot (27/Oct/12 10:52 PM)
Status: Open Resolved
Resolution: Fixed
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-11542) Add support for QTestLib XML reports

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: Gregory Boissinot (28/Oct/12 2:39 PM)
Assignee: Gregory Boissinot
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-11542) Add support for QTestLib XML reports

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Mistake on item name

Change By: Gregory Boissinot (28/Oct/12 2:39 PM)
Resolution: Fixed
Status: Resolved Reopened
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-11542) Add support for QTestLib XML reports

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Gregory Boissinot
Path:
src/main/java/org/jenkinsci/plugins/xunit/types/QTestLibType.java
http://jenkins-ci.org/commit/xunit-plugin/05be614e3989f07ad01d94485ccdfe388e56b2b4
Log:
Fix reopened JENKINS-11542

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-11542) Add support for QTestLib XML reports

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Gregory Boissinot resolved New Feature JENKINS-11542 as Fixed
Change By: Gregory Boissinot (28/Oct/12 2:42 PM)
Status: Reopened Resolved
Resolution: Fixed
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...