Skip to content

Commit 1f43ac4

Browse files
committed
File deployed with Travis Github Deployer
1 parent 6546a15 commit 1f43ac4

37 files changed

Lines changed: 3160 additions & 398 deletions

unit_test_report/0_AllocLetTestFree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h3>Class AllocLetTestFree</h3>
5252
<th width="80%">Name</th><th>Tests</th><th>Errors</th><th>Failures</th><th nowrap>Time(s)</th><th nowrap>Time Stamp</th><th>Host</th>
5353
</tr>
5454
<tr valign="top" class="Pass">
55-
<td><a title="Display all tests" href="0_AllocLetTestFree.html">AllocLetTestFree</a></td><td><a title="Display all tests" href="0_AllocLetTestFree.html">1</a></td><td>0</td><td>0</td><td>0.000</td><td>2013-09-25T09:25:10</td><td>localhost</td>
55+
<td><a title="Display all tests" href="0_AllocLetTestFree.html">AllocLetTestFree</a></td><td><a title="Display all tests" href="0_AllocLetTestFree.html">1</a></td><td>0</td><td>0</td><td>0.000</td><td>2013-09-25T22:58:21</td><td>localhost</td>
5656
</tr>
5757
</table>
5858
<h2>Tests</h2>
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<html xmlns:lxslt="http://xml.apache.org/xslt" xmlns:stringutils="xalan://org.apache.tools.ant.util.StringUtils">
2+
<head>
3+
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
4+
<title>Unit Test Results: MemoryLeakWarningGlobalDetectorTest</title>
5+
<link rel="stylesheet" type="text/css" title="Style" href="stylesheet.css">
6+
<script type="text/javascript" language="JavaScript">
7+
var TestCases = new Array();
8+
var cur;
9+
10+
cur = TestCases['.MemoryLeakWarningGlobalDetectorTest'] = new Array();
11+
</script><script type="text/javascript" language="JavaScript">
12+
function displayProperties (name) {
13+
var win = window.open('','JUnitSystemProperties','scrollbars=1,resizable=1');
14+
var doc = win.document;
15+
doc.open();
16+
doc.write("<html><head><title>Properties of " + name + "</title>");
17+
doc.write("<style type=\"text/css\">");
18+
doc.write("body {font:normal 68% verdana,arial,helvetica; color:#000000; }");
19+
doc.write("table tr td, table tr th { font-size: 68%; }");
20+
doc.write("table.properties { border-collapse:collapse; border-left:solid 1 #cccccc; border-top:solid 1 #cccccc; padding:5px; }");
21+
doc.write("table.properties th { text-align:left; border-right:solid 1 #cccccc; border-bottom:solid 1 #cccccc; background-color:#eeeeee; }");
22+
doc.write("table.properties td { font:normal; text-align:left; border-right:solid 1 #cccccc; border-bottom:solid 1 #cccccc; background-color:#fffffff; }");
23+
doc.write("h3 { margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica }");
24+
doc.write("</style>");
25+
doc.write("</head><body>");
26+
doc.write("<h3>Properties of " + name + "</h3>");
27+
doc.write("<div align=\"right\"><a href=\"javascript:window.close();\">Close</a></div>");
28+
doc.write("<table class='properties'>");
29+
doc.write("<tr><th>Name</th><th>Value</th></tr>");
30+
for (prop in TestCases[name]) {
31+
doc.write("<tr><th>" + prop + "</th><td>" + TestCases[name][prop] + "</td></tr>");
32+
}
33+
doc.write("</table>");
34+
doc.write("</body></html>");
35+
doc.close();
36+
win.focus();
37+
}
38+
39+
</script>
40+
</head>
41+
<body>
42+
<h1>Unit Test Results.</h1>
43+
<table width="100%">
44+
<tr>
45+
<td align="left"></td><td align="right">Designed for use with <a href="http://www.junit.org/">JUnit</a> and <a href="http://ant.apache.org/">Ant</a>.</td>
46+
</tr>
47+
</table>
48+
<hr size="1">
49+
<h3>Class MemoryLeakWarningGlobalDetectorTest</h3>
50+
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
51+
<tr valign="top">
52+
<th width="80%">Name</th><th>Tests</th><th>Errors</th><th>Failures</th><th nowrap>Time(s)</th><th nowrap>Time Stamp</th><th>Host</th>
53+
</tr>
54+
<tr valign="top" class="Pass">
55+
<td><a title="Display all tests" href="10_MemoryLeakWarningGlobalDetectorTest.html">MemoryLeakWarningGlobalDetectorTest</a></td><td><a title="Display all tests" href="10_MemoryLeakWarningGlobalDetectorTest.html">7</a></td><td>0</td><td>0</td><td>0.000</td><td>2013-09-25T22:58:21</td><td>localhost</td>
56+
</tr>
57+
</table>
58+
<h2>Tests</h2>
59+
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
60+
<tr valign="top">
61+
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap>Time(s)</th>
62+
</tr>
63+
<tr valign="top" class="TableRowColor">
64+
<td><a name="turnOffNewOverloadsNoThrowCausesNoAdditionalLeaks"></a>turnOffNewOverloadsNoThrowCausesNoAdditionalLeaks</td><td>Success</td><td></td><td>0.000</td>
65+
</tr>
66+
<tr valign="top" class="TableRowColor">
67+
<td><a name="crashOnLeakWithOperatorMalloc"></a>crashOnLeakWithOperatorMalloc</td><td>Success</td><td></td><td>0.000</td>
68+
</tr>
69+
<tr valign="top" class="TableRowColor">
70+
<td><a name="crashOnLeakWithOperatorNewArray"></a>crashOnLeakWithOperatorNewArray</td><td>Success</td><td></td><td>0.000</td>
71+
</tr>
72+
<tr valign="top" class="TableRowColor">
73+
<td><a name="crashOnLeakWithOperatorNew"></a>crashOnLeakWithOperatorNew</td><td>Success</td><td></td><td>0.000</td>
74+
</tr>
75+
<tr valign="top" class="TableRowColor">
76+
<td><a name="MemoryWarningPluginCanBeSetToDestroyTheGlobalDetector"></a>MemoryWarningPluginCanBeSetToDestroyTheGlobalDetector</td><td>Success</td><td></td><td>0.000</td>
77+
</tr>
78+
<tr valign="top" class="TableRowColor">
79+
<td><a name="destroyGlobalDetector"></a>destroyGlobalDetector</td><td>Success</td><td></td><td>0.000</td>
80+
</tr>
81+
<tr valign="top" class="TableRowColor">
82+
<td><a name="turnOffNewOverloadsCausesNoAdditionalLeaks"></a>turnOffNewOverloadsCausesNoAdditionalLeaks</td><td>Success</td><td></td><td>0.000</td>
83+
</tr>
84+
</table>
85+
<div class="Properties">
86+
<a href="javascript:displayProperties('.MemoryLeakWarningGlobalDetectorTest');">
87+
Properties &raquo;
88+
</a>
89+
</div>
90+
</body>
91+
</html>
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<html xmlns:lxslt="http://xml.apache.org/xslt" xmlns:stringutils="xalan://org.apache.tools.ant.util.StringUtils">
2+
<head>
3+
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
4+
<title>Unit Test Results: MemoryLeakWarningTest</title>
5+
<link rel="stylesheet" type="text/css" title="Style" href="stylesheet.css">
6+
<script type="text/javascript" language="JavaScript">
7+
var TestCases = new Array();
8+
var cur;
9+
10+
cur = TestCases['.MemoryLeakWarningTest'] = new Array();
11+
</script><script type="text/javascript" language="JavaScript">
12+
function displayProperties (name) {
13+
var win = window.open('','JUnitSystemProperties','scrollbars=1,resizable=1');
14+
var doc = win.document;
15+
doc.open();
16+
doc.write("<html><head><title>Properties of " + name + "</title>");
17+
doc.write("<style type=\"text/css\">");
18+
doc.write("body {font:normal 68% verdana,arial,helvetica; color:#000000; }");
19+
doc.write("table tr td, table tr th { font-size: 68%; }");
20+
doc.write("table.properties { border-collapse:collapse; border-left:solid 1 #cccccc; border-top:solid 1 #cccccc; padding:5px; }");
21+
doc.write("table.properties th { text-align:left; border-right:solid 1 #cccccc; border-bottom:solid 1 #cccccc; background-color:#eeeeee; }");
22+
doc.write("table.properties td { font:normal; text-align:left; border-right:solid 1 #cccccc; border-bottom:solid 1 #cccccc; background-color:#fffffff; }");
23+
doc.write("h3 { margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica }");
24+
doc.write("</style>");
25+
doc.write("</head><body>");
26+
doc.write("<h3>Properties of " + name + "</h3>");
27+
doc.write("<div align=\"right\"><a href=\"javascript:window.close();\">Close</a></div>");
28+
doc.write("<table class='properties'>");
29+
doc.write("<tr><th>Name</th><th>Value</th></tr>");
30+
for (prop in TestCases[name]) {
31+
doc.write("<tr><th>" + prop + "</th><td>" + TestCases[name][prop] + "</td></tr>");
32+
}
33+
doc.write("</table>");
34+
doc.write("</body></html>");
35+
doc.close();
36+
win.focus();
37+
}
38+
39+
</script>
40+
</head>
41+
<body>
42+
<h1>Unit Test Results.</h1>
43+
<table width="100%">
44+
<tr>
45+
<td align="left"></td><td align="right">Designed for use with <a href="http://www.junit.org/">JUnit</a> and <a href="http://ant.apache.org/">Ant</a>.</td>
46+
</tr>
47+
</table>
48+
<hr size="1">
49+
<h3>Class MemoryLeakWarningTest</h3>
50+
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
51+
<tr valign="top">
52+
<th width="80%">Name</th><th>Tests</th><th>Errors</th><th>Failures</th><th nowrap>Time(s)</th><th nowrap>Time Stamp</th><th>Host</th>
53+
</tr>
54+
<tr valign="top" class="Pass">
55+
<td><a title="Display all tests" href="11_MemoryLeakWarningTest.html">MemoryLeakWarningTest</a></td><td><a title="Display all tests" href="11_MemoryLeakWarningTest.html">3</a></td><td>0</td><td>0</td><td>0.000</td><td>2013-09-25T22:58:21</td><td>localhost</td>
56+
</tr>
57+
</table>
58+
<h2>Tests</h2>
59+
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
60+
<tr valign="top">
61+
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap>Time(s)</th>
62+
</tr>
63+
<tr valign="top" class="TableRowColor">
64+
<td><a name="FailingTestDoesNotReportMemoryLeaks"></a>FailingTestDoesNotReportMemoryLeaks</td><td>Success</td><td></td><td>0.000</td>
65+
</tr>
66+
<tr valign="top" class="TableRowColor">
67+
<td><a name="Ignore2"></a>Ignore2</td><td>Success</td><td></td><td>0.000</td>
68+
</tr>
69+
<tr valign="top" class="TableRowColor">
70+
<td><a name="TwoLeaks"></a>TwoLeaks</td><td>Success</td><td></td><td>0.000</td>
71+
</tr>
72+
</table>
73+
<div class="Properties">
74+
<a href="javascript:displayProperties('.MemoryLeakWarningTest');">
75+
Properties &raquo;
76+
</a>
77+
</div>
78+
</body>
79+
</html>
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<html xmlns:lxslt="http://xml.apache.org/xslt" xmlns:stringutils="xalan://org.apache.tools.ant.util.StringUtils">
2+
<head>
3+
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
4+
<title>Unit Test Results: NullTestShell</title>
5+
<link rel="stylesheet" type="text/css" title="Style" href="stylesheet.css">
6+
<script type="text/javascript" language="JavaScript">
7+
var TestCases = new Array();
8+
var cur;
9+
10+
cur = TestCases['.NullTestShell'] = new Array();
11+
</script><script type="text/javascript" language="JavaScript">
12+
function displayProperties (name) {
13+
var win = window.open('','JUnitSystemProperties','scrollbars=1,resizable=1');
14+
var doc = win.document;
15+
doc.open();
16+
doc.write("<html><head><title>Properties of " + name + "</title>");
17+
doc.write("<style type=\"text/css\">");
18+
doc.write("body {font:normal 68% verdana,arial,helvetica; color:#000000; }");
19+
doc.write("table tr td, table tr th { font-size: 68%; }");
20+
doc.write("table.properties { border-collapse:collapse; border-left:solid 1 #cccccc; border-top:solid 1 #cccccc; padding:5px; }");
21+
doc.write("table.properties th { text-align:left; border-right:solid 1 #cccccc; border-bottom:solid 1 #cccccc; background-color:#eeeeee; }");
22+
doc.write("table.properties td { font:normal; text-align:left; border-right:solid 1 #cccccc; border-bottom:solid 1 #cccccc; background-color:#fffffff; }");
23+
doc.write("h3 { margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica }");
24+
doc.write("</style>");
25+
doc.write("</head><body>");
26+
doc.write("<h3>Properties of " + name + "</h3>");
27+
doc.write("<div align=\"right\"><a href=\"javascript:window.close();\">Close</a></div>");
28+
doc.write("<table class='properties'>");
29+
doc.write("<tr><th>Name</th><th>Value</th></tr>");
30+
for (prop in TestCases[name]) {
31+
doc.write("<tr><th>" + prop + "</th><td>" + TestCases[name][prop] + "</td></tr>");
32+
}
33+
doc.write("</table>");
34+
doc.write("</body></html>");
35+
doc.close();
36+
win.focus();
37+
}
38+
39+
</script>
40+
</head>
41+
<body>
42+
<h1>Unit Test Results.</h1>
43+
<table width="100%">
44+
<tr>
45+
<td align="left"></td><td align="right">Designed for use with <a href="http://www.junit.org/">JUnit</a> and <a href="http://ant.apache.org/">Ant</a>.</td>
46+
</tr>
47+
</table>
48+
<hr size="1">
49+
<h3>Class NullTestShell</h3>
50+
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
51+
<tr valign="top">
52+
<th width="80%">Name</th><th>Tests</th><th>Errors</th><th>Failures</th><th nowrap>Time(s)</th><th nowrap>Time Stamp</th><th>Host</th>
53+
</tr>
54+
<tr valign="top" class="Pass">
55+
<td><a title="Display all tests" href="12_NullTestShell.html">NullTestShell</a></td><td><a title="Display all tests" href="12_NullTestShell.html">3</a></td><td>0</td><td>0</td><td>0.000</td><td>2013-09-25T22:58:21</td><td>localhost</td>
56+
</tr>
57+
</table>
58+
<h2>Tests</h2>
59+
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
60+
<tr valign="top">
61+
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap>Time(s)</th>
62+
</tr>
63+
<tr valign="top" class="TableRowColor">
64+
<td><a name="NullTestsDontCount"></a>NullTestsDontCount</td><td>Success</td><td></td><td>0.000</td>
65+
</tr>
66+
<tr valign="top" class="TableRowColor">
67+
<td><a name="InstanceAlwaysTheSame"></a>InstanceAlwaysTheSame</td><td>Success</td><td></td><td>0.000</td>
68+
</tr>
69+
<tr valign="top" class="TableRowColor">
70+
<td><a name="Create"></a>Create</td><td>Success</td><td></td><td>0.000</td>
71+
</tr>
72+
</table>
73+
<div class="Properties">
74+
<a href="javascript:displayProperties('.NullTestShell');">
75+
Properties &raquo;
76+
</a>
77+
</div>
78+
</body>
79+
</html>
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<html xmlns:lxslt="http://xml.apache.org/xslt" xmlns:stringutils="xalan://org.apache.tools.ant.util.StringUtils">
2+
<head>
3+
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
4+
<title>Unit Test Results: OutOfMemoryTestsForOperatorNew</title>
5+
<link rel="stylesheet" type="text/css" title="Style" href="stylesheet.css">
6+
<script type="text/javascript" language="JavaScript">
7+
var TestCases = new Array();
8+
var cur;
9+
10+
cur = TestCases['.OutOfMemoryTestsForOperatorNew'] = new Array();
11+
</script><script type="text/javascript" language="JavaScript">
12+
function displayProperties (name) {
13+
var win = window.open('','JUnitSystemProperties','scrollbars=1,resizable=1');
14+
var doc = win.document;
15+
doc.open();
16+
doc.write("<html><head><title>Properties of " + name + "</title>");
17+
doc.write("<style type=\"text/css\">");
18+
doc.write("body {font:normal 68% verdana,arial,helvetica; color:#000000; }");
19+
doc.write("table tr td, table tr th { font-size: 68%; }");
20+
doc.write("table.properties { border-collapse:collapse; border-left:solid 1 #cccccc; border-top:solid 1 #cccccc; padding:5px; }");
21+
doc.write("table.properties th { text-align:left; border-right:solid 1 #cccccc; border-bottom:solid 1 #cccccc; background-color:#eeeeee; }");
22+
doc.write("table.properties td { font:normal; text-align:left; border-right:solid 1 #cccccc; border-bottom:solid 1 #cccccc; background-color:#fffffff; }");
23+
doc.write("h3 { margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica }");
24+
doc.write("</style>");
25+
doc.write("</head><body>");
26+
doc.write("<h3>Properties of " + name + "</h3>");
27+
doc.write("<div align=\"right\"><a href=\"javascript:window.close();\">Close</a></div>");
28+
doc.write("<table class='properties'>");
29+
doc.write("<tr><th>Name</th><th>Value</th></tr>");
30+
for (prop in TestCases[name]) {
31+
doc.write("<tr><th>" + prop + "</th><td>" + TestCases[name][prop] + "</td></tr>");
32+
}
33+
doc.write("</table>");
34+
doc.write("</body></html>");
35+
doc.close();
36+
win.focus();
37+
}
38+
39+
</script>
40+
</head>
41+
<body>
42+
<h1>Unit Test Results.</h1>
43+
<table width="100%">
44+
<tr>
45+
<td align="left"></td><td align="right">Designed for use with <a href="http://www.junit.org/">JUnit</a> and <a href="http://ant.apache.org/">Ant</a>.</td>
46+
</tr>
47+
</table>
48+
<hr size="1">
49+
<h3>Class OutOfMemoryTestsForOperatorNew</h3>
50+
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
51+
<tr valign="top">
52+
<th width="80%">Name</th><th>Tests</th><th>Errors</th><th>Failures</th><th nowrap>Time(s)</th><th nowrap>Time Stamp</th><th>Host</th>
53+
</tr>
54+
<tr valign="top" class="Pass">
55+
<td><a title="Display all tests" href="13_OutOfMemoryTestsForOperatorNew.html">OutOfMemoryTestsForOperatorNew</a></td><td><a title="Display all tests" href="13_OutOfMemoryTestsForOperatorNew.html">2</a></td><td>0</td><td>0</td><td>0.000</td><td>2013-09-25T22:58:21</td><td>localhost</td>
56+
</tr>
57+
</table>
58+
<h2>Tests</h2>
59+
<table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">
60+
<tr valign="top">
61+
<th>Name</th><th>Status</th><th width="80%">Type</th><th nowrap>Time(s)</th>
62+
</tr>
63+
<tr valign="top" class="TableRowColor">
64+
<td><a name="FailingNewArrayOperatorThrowsAnExceptionWhenUsingStdCppNew"></a>FailingNewArrayOperatorThrowsAnExceptionWhenUsingStdCppNew</td><td>Success</td><td></td><td>0.000</td>
65+
</tr>
66+
<tr valign="top" class="TableRowColor">
67+
<td><a name="FailingNewOperatorThrowsAnExceptionWhenUsingStdCppNew"></a>FailingNewOperatorThrowsAnExceptionWhenUsingStdCppNew</td><td>Success</td><td></td><td>0.000</td>
68+
</tr>
69+
</table>
70+
<div class="Properties">
71+
<a href="javascript:displayProperties('.OutOfMemoryTestsForOperatorNew');">
72+
Properties &raquo;
73+
</a>
74+
</div>
75+
</body>
76+
</html>

0 commit comments

Comments
 (0)