remove Test from directory names in testApp

This commit is contained in:
Marty Kraimer
2010-12-08 08:30:48 -05:00
parent d0c4e78b4d
commit ca968cacd0
25 changed files with 38 additions and 41 deletions
+12 -15
View File
@@ -14,10 +14,13 @@ Overview<br />
<p>TODO</p>
<ul>
<li>rename epicsException to exception</li>
<li>rename epicsException to exception. Do we want a assert under pvData? I
think yes.</li>
<li>implement misc: Status??</li>
<li>Implement pvMisc: BitSetUtil.</li>
<li>Implement property</li>
<li>pvMiscBitSetUtil has not been tested.</li>
<li>Update testBaseException testBitSet testByteBuffer testSerialization so
that they can be part of testAll.pl</li>
<li>Change all throw statements so that they generated stack trace.</li>
</ul>
CONTENTS
<hr />
@@ -2055,8 +2058,7 @@ public:
void setMessage(String value);
AlarmSeverity getSeverity() const;
void setSeverity(AlarmSeverity value);
};
</pre>
};</pre>
<p>where</p>
@@ -2073,8 +2075,7 @@ public:
// set returns false if field is immutable
Alarm get() const;
bool set(Alarm alarm);
};
</pre>
};</pre>
<p>where</p>
@@ -2099,8 +2100,7 @@ public:
double getHigh() const;
void setLow(double value);
void setHigh(double value);
};
</pre>
};</pre>
<p>where</p>
@@ -2117,8 +2117,7 @@ public:
// set returns false if field is immutable
Control get() const;
bool set(Control control);
};
</pre>
};</pre>
<p>where</p>
@@ -2166,12 +2165,10 @@ public:
// a set returns false if field is immutable
Display get() const;
bool set(Display display);
};
</pre>
};</pre>
<p>where</p>
<pre>
</pre>
<pre></pre>
<h3 style="text-align: center">pvEnumerated</h3>
+12 -12
View File
@@ -1,20 +1,20 @@
Time test
diff 26.576570 milliSeconds
time per iteration 26.576570 microseconds
time per addTail/removeHead 0.013288 microseconds
diff 86.701878 milliSeconds
time per iteration 86.701878 microseconds
time per addTail/removeHead 0.043351 microseconds
Time test locked
diff 176.520531 milliSeconds
time per iteration 176.520531 microseconds
time per addTail/removeHead 0.088260 microseconds
diff 608.700458 milliSeconds
time per iteration 608.700458 microseconds
time per addTail/removeHead 0.304350 microseconds
Time std::list test
diff 648.731941 milliSeconds
time per iteration 648.731941 microseconds
time per addTail/removeHead 0.324366 microseconds
diff 2209.051253 milliSeconds
time per iteration 2209.051253 microseconds
time per addTail/removeHead 1.104526 microseconds
Time std::list test locked
diff 800.533745 milliSeconds
time per iteration 800.533745 microseconds
time per addTail/removeHead 0.400267 microseconds
diff 2720.724619 milliSeconds
time per iteration 2720.724619 microseconds
time per addTail/removeHead 1.360362 microseconds
+1 -1
View File
@@ -1 +1 @@
time per call 39.543418 microseconds
time per call 25.270516 microseconds
+4 -4
View File
@@ -1,5 +1,5 @@
current 1291810268 497980466 milliSec 1291810268497
2010.12.08 07:11:08 497980466 nanoSeconds isDst false
current 1291814737 128832482 milliSec 1291814737128
2010.12.08 08:25:37 128832482 nanoSeconds isDst false
fromTime_t
current 1291810268 0 milliSec 1291810268000
2010.12.08 07:11:08 0 nanoSeconds isDst false
current 1291814737 0 milliSec 1291814737000
2010.12.08 08:25:37 0 nanoSeconds isDst false
+6 -6
View File
@@ -1,6 +1,6 @@
one requested 0.400000 diff 0.400200 seconds
two requested 0.200000 diff 0.200171 seconds
one requested 0.200000 diff 0.200248 seconds
two requested 0.400000 diff 0.400307 seconds
one requested 0.000000 diff 0.000031 seconds
two requested 0.000000 diff 0.000089 seconds
one requested 0.400000 diff 0.400202 seconds
two requested 0.200000 diff 0.200183 seconds
one requested 0.200000 diff 0.200157 seconds
two requested 0.400000 diff 0.400198 seconds
one requested 0.000000 diff 0.000025 seconds
two requested 0.000000 diff 0.000042 seconds
+3 -3
View File
@@ -1,7 +1,7 @@
TOP = ..
include $(TOP)/configure/CONFIG
DIRS += miscTest
DIRS += pvTest
DIRS += propertyTest
DIRS += misc
DIRS += pv
DIRS += property
include $(TOP)/configure/RULES_DIRS