From edfafd2ce62d6c1f649cf75396b652d4e13cebbd Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 8 Feb 2011 13:28:03 -0500 Subject: [PATCH] test: update baseline Just output order, no counts changing --- test/testIntrospect | 2 +- test/testIntrospectGold | 2 +- test/testPVAppend | 2 +- test/testPVAppendGold | 2 +- test/testPVAuxInfo | 2 +- test/testPVAuxInfoGold | 2 +- test/testPVData | 2 +- test/testPVDataGold | 2 +- test/testPVStructureArray | 2 +- test/testPVStructureArrayGold | 2 +- test/testQueue | 2 +- test/testQueueGold | 2 +- test/testThread | 6 +++--- test/testThreadGold | 6 +++--- test/testTimer | 6 +++--- test/testTimerGold | 6 +++--- 16 files changed, 24 insertions(+), 24 deletions(-) diff --git a/test/testIntrospect b/test/testIntrospect index 591b0fe..78f78be 100644 --- a/test/testIntrospect +++ b/test/testIntrospect @@ -77,5 +77,5 @@ structure value structure timeStamp long secondsPastEpoch int nanoSeconds -field: totalConstruct 120 totalDestruct 120 pvField: totalConstruct 47 totalDestruct 47 +field: totalConstruct 120 totalDestruct 120 diff --git a/test/testIntrospectGold b/test/testIntrospectGold index 591b0fe..78f78be 100644 --- a/test/testIntrospectGold +++ b/test/testIntrospectGold @@ -77,5 +77,5 @@ structure value structure timeStamp long secondsPastEpoch int nanoSeconds -field: totalConstruct 120 totalDestruct 120 pvField: totalConstruct 47 totalDestruct 47 +field: totalConstruct 120 totalDestruct 120 diff --git a/test/testPVAppend b/test/testPVAppend index f0643db..c0477ab 100644 --- a/test/testPVAppend +++ b/test/testPVAppend @@ -28,5 +28,5 @@ structure parent string Mary Good Girl structure child2 string Jane Bad Girl -field: totalConstruct 108 totalDestruct 108 pvField: totalConstruct 15 totalDestruct 14 ACTIVE 1 +field: totalConstruct 108 totalDestruct 108 diff --git a/test/testPVAppendGold b/test/testPVAppendGold index f0643db..c0477ab 100644 --- a/test/testPVAppendGold +++ b/test/testPVAppendGold @@ -28,5 +28,5 @@ structure parent string Mary Good Girl structure child2 string Jane Bad Girl -field: totalConstruct 108 totalDestruct 108 pvField: totalConstruct 15 totalDestruct 14 ACTIVE 1 +field: totalConstruct 108 totalDestruct 108 diff --git a/test/testPVAuxInfo b/test/testPVAuxInfo index b132b12..88b107a 100644 --- a/test/testPVAuxInfo +++ b/test/testPVAuxInfo @@ -34,5 +34,5 @@ limit offset 12 next 15 number 3 low offset 13 next 14 number 1 high offset 14 next 15 number 1 pvAuxInfo: totalConstruct 1 totalDestruct 1 -field: totalConstruct 97 totalDestruct 97 pvField: totalConstruct 17 totalDestruct 17 +field: totalConstruct 97 totalDestruct 97 diff --git a/test/testPVAuxInfoGold b/test/testPVAuxInfoGold index b132b12..88b107a 100644 --- a/test/testPVAuxInfoGold +++ b/test/testPVAuxInfoGold @@ -34,5 +34,5 @@ limit offset 12 next 15 number 3 low offset 13 next 14 number 1 high offset 14 next 15 number 1 pvAuxInfo: totalConstruct 1 totalDestruct 1 -field: totalConstruct 97 totalDestruct 97 pvField: totalConstruct 17 totalDestruct 17 +field: totalConstruct 97 totalDestruct 97 diff --git a/test/testPVData b/test/testPVData index a05b830..2012514 100644 --- a/test/testPVData +++ b/test/testPVData @@ -283,5 +283,5 @@ structure string timeStamp timeStamp long secondsPastEpoch 0 int nanoSeconds 0 -field: totalConstruct 135 totalDestruct 135 pvField: totalConstruct 281 totalDestruct 281 +field: totalConstruct 135 totalDestruct 135 diff --git a/test/testPVDataGold b/test/testPVDataGold index a05b830..2012514 100644 --- a/test/testPVDataGold +++ b/test/testPVDataGold @@ -283,5 +283,5 @@ structure string timeStamp timeStamp long secondsPastEpoch 0 int nanoSeconds 0 -field: totalConstruct 135 totalDestruct 135 pvField: totalConstruct 281 totalDestruct 281 +field: totalConstruct 135 totalDestruct 135 diff --git a/test/testPVStructureArray b/test/testPVStructureArray index 3f8e332..a400575 100644 --- a/test/testPVStructureArray +++ b/test/testPVStructureArray @@ -170,5 +170,5 @@ after compressstructure powerSupply timeStamp timeStamp long secondsPastEpoch 0 int nanoSeconds 0 -field: totalConstruct 102 totalDestruct 102 pvField: totalConstruct 88 totalDestruct 88 +field: totalConstruct 102 totalDestruct 102 diff --git a/test/testPVStructureArrayGold b/test/testPVStructureArrayGold index 3f8e332..a400575 100644 --- a/test/testPVStructureArrayGold +++ b/test/testPVStructureArrayGold @@ -170,5 +170,5 @@ after compressstructure powerSupply timeStamp timeStamp long secondsPastEpoch 0 int nanoSeconds 0 -field: totalConstruct 102 totalDestruct 102 pvField: totalConstruct 88 totalDestruct 88 +field: totalConstruct 102 totalDestruct 102 diff --git a/test/testQueue b/test/testQueue index 14669ad..a0a4f7d 100644 --- a/test/testQueue +++ b/test/testQueue @@ -1,6 +1,6 @@ +thread: totalConstruct 1 totalDestruct 1 LinkedList: totalConstruct 1 totalDestruct 1 LinkedListNode: totalConstruct 2 totalDestruct 2 event: totalConstruct 5 totalDestruct 5 -thread: totalConstruct 1 totalDestruct 1 queue: totalConstruct 1 totalDestruct 1 queueElement: totalConstruct 5 totalDestruct 5 diff --git a/test/testQueueGold b/test/testQueueGold index 14669ad..a0a4f7d 100644 --- a/test/testQueueGold +++ b/test/testQueueGold @@ -1,6 +1,6 @@ +thread: totalConstruct 1 totalDestruct 1 LinkedList: totalConstruct 1 totalDestruct 1 LinkedListNode: totalConstruct 2 totalDestruct 2 event: totalConstruct 5 totalDestruct 5 -thread: totalConstruct 1 totalDestruct 1 queue: totalConstruct 1 totalDestruct 1 queueElement: totalConstruct 5 totalDestruct 5 diff --git a/test/testThread b/test/testThread index bfe7a16..6e11a67 100644 --- a/test/testThread +++ b/test/testThread @@ -1,8 +1,8 @@ threads basic middle +executor: totalConstruct 2 totalDestruct 2 +thread: totalConstruct 2 totalDestruct 2 +event: totalConstruct 8 totalDestruct 8 LinkedList: totalConstruct 5 totalDestruct 5 LinkedListNode: totalConstruct 15 totalDestruct 15 -event: totalConstruct 8 totalDestruct 8 -thread: totalConstruct 2 totalDestruct 2 -executor: totalConstruct 2 totalDestruct 2 diff --git a/test/testThreadGold b/test/testThreadGold index bfe7a16..6e11a67 100644 --- a/test/testThreadGold +++ b/test/testThreadGold @@ -1,8 +1,8 @@ threads basic middle +executor: totalConstruct 2 totalDestruct 2 +thread: totalConstruct 2 totalDestruct 2 +event: totalConstruct 8 totalDestruct 8 LinkedList: totalConstruct 5 totalDestruct 5 LinkedListNode: totalConstruct 15 totalDestruct 15 -event: totalConstruct 8 totalDestruct 8 -thread: totalConstruct 2 totalDestruct 2 -executor: totalConstruct 2 totalDestruct 2 diff --git a/test/testTimer b/test/testTimer index 116398a..9a0dd56 100644 --- a/test/testTimer +++ b/test/testTimer @@ -1,6 +1,6 @@ +timerNode: totalConstruct 6 totalDestruct 6 +timer: totalConstruct 3 totalDestruct 3 +thread: totalConstruct 3 totalDestruct 3 LinkedList: totalConstruct 4 totalDestruct 4 LinkedListNode: totalConstruct 13 totalDestruct 13 event: totalConstruct 15 totalDestruct 15 -thread: totalConstruct 3 totalDestruct 3 -timer: totalConstruct 3 totalDestruct 3 -timerNode: totalConstruct 6 totalDestruct 6 diff --git a/test/testTimerGold b/test/testTimerGold index 116398a..9a0dd56 100644 --- a/test/testTimerGold +++ b/test/testTimerGold @@ -1,6 +1,6 @@ +timerNode: totalConstruct 6 totalDestruct 6 +timer: totalConstruct 3 totalDestruct 3 +thread: totalConstruct 3 totalDestruct 3 LinkedList: totalConstruct 4 totalDestruct 4 LinkedListNode: totalConstruct 13 totalDestruct 13 event: totalConstruct 15 totalDestruct 15 -thread: totalConstruct 3 totalDestruct 3 -timer: totalConstruct 3 totalDestruct 3 -timerNode: totalConstruct 6 totalDestruct 6