[JIRA] [testng-plugin] (JENKINS-30285) TestNG plugin is unable to parse << in results xml

2016-05-08 Thread nul...@nullin.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Nalin Makar closed an issue as Won't Fix 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
No plans on replacing the XML parser we use currently. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-30285 
 
 
 
  TestNG plugin is unable to parse << in results xml  
 
 
 
 
 
 
 
 
 

Change By:
 
 Nalin Makar 
 
 
 

Status:
 
 Open Closed 
 
 
 

Resolution:
 
 Won't Fix 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [testng-plugin] (JENKINS-30285) TestNG plugin is unable to parse << in results xml

2015-12-13 Thread nul...@nullin.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Nalin Makar commented on  JENKINS-30285 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: TestNG plugin is unable to parse << in results xml  
 
 
 
 
 
 
 
 
 
 

 
What if tesngplugin switches to JDK's default parser?
 

 
A lot of work. Pull requests welcome! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [testng-plugin] (JENKINS-30285) TestNG plugin is unable to parse << in results xml

2015-09-03 Thread sitnikov.vladi...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vladimir Sitnikov created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30285 
 
 
 
  TestNG plugin is unable to parse << in results xml  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Nalin Makar 
 
 
 

Components:
 

 testng-plugin 
 
 
 

Created:
 

 03/Sep/15 4:14 PM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Vladimir Sitnikov 
 
 
 
 
 
 
 
 
 
 
The following part of testng-results.xml makes testng plugin to fail parsing: 

 
  

  

...
 

 
The message is as follows: 

 
00:34:42.839 Failed to parse XML: unexpected character in markup < (position: TEXT seen ...e same size expected [1] but found [2]>> matches exclude regexp <<... @175:313) 
00:34:42.839 org.xmlpull.v1.XmlPullParserException: unexpected character in markup < (position: TEXT seen ...e same size expected [1] but found [2]>> matches exclude regexp <<... @175:313) 
00:34:42.839 	at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1261)
00:34:42.839 	at org.xmlpull.mxp1.MXParser.nextToken(MXParser.java:1100)
00:34:42.839 	at hudson.plugins.testng.parser.ResultsParser.parse(ResultsParser.java:154)
00:34:42.839 	at hudson.plugins.testng.TestNGTestResultBuildAction.loadResults(TestNGTestResultBuildAction.java:120)
00:34:42.839 	at hudson.plugins.testng.Publisher.perform(Publisher.java:126)
00:34:42.839 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
00:34:42.839 	at