You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.
What steps will reproduce the problem?
1. See Issue #24: http://code.google.com/p/testng/issues/detail?id=24
What is the expected output? What do you see instead?
Expected the XML reporter to write out the test results but instead got an OOM
error:
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:2882)
at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:572)
at java.lang.StringBuilder.append(StringBuilder.java:203)
at org.testng.internal.Utils.escapeUnicode(Utils.java:568)
at org.testng.internal.Utils.writeUtf8File(Utils.java:123)
at org.testng.reporters.XMLReporter.generateReport(XMLReporter.java:45)
at org.testng.TestNG.generateReports(TestNG.java:931)
at org.testng.TestNG.run(TestNG.java:912)
at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:89)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:144)
What version of the product are you using? On what operating system?
TestNG 5.14 on Mac OS X 10.6.4
Please provide any additional information below.
See Issue #24: http://code.google.com/p/testng/issues/detail?id=24
Original issue reported on code.google.com by [email protected] on 29 Sep 2010 at 10:01
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 29 Sep 2010 at 10:01The text was updated successfully, but these errors were encountered: