diff options
author | Henrik Rentz-Reichert | 2012-11-06 10:10:51 +0000 |
---|---|---|
committer | Henrik Rentz-Reichert | 2012-11-06 10:10:51 +0000 |
commit | 8f87e455a51de78a843cc74dc128279413d2ed8f (patch) | |
tree | b9decc671bff226f8c256042ba850b1c09e20997 /tests/org.eclipse.etrice.runtime.c.tests/tmp | |
parent | a0edacb8011998fd9afca18e12f26dc521267617 (diff) | |
download | org.eclipse.etrice-8f87e455a51de78a843cc74dc128279413d2ed8f.tar.gz org.eclipse.etrice-8f87e455a51de78a843cc74dc128279413d2ed8f.tar.xz org.eclipse.etrice-8f87e455a51de78a843cc74dc128279413d2ed8f.zip |
[runtime.c] improved test depth of free lists
Diffstat (limited to 'tests/org.eclipse.etrice.runtime.c.tests/tmp')
-rw-r--r-- | tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestCRuntime.etu | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestCRuntime.etu b/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestCRuntime.etu index 7d9ae7f3f..332bc249c 100644 --- a/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestCRuntime.etu +++ b/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestCRuntime.etu @@ -1,12 +1,12 @@ etUnit report
ts start: TestQueue
tc start 1: TestEtQueue_test
-tc end 1: 10
+tc end 1: 0
ts start: TestMemory
tc start 2: TestEtMemory_testFixedSize
-tc end 2: 20
+tc end 2: 15
tc start 3: TestEtMemory_testFreeList
-tc end 3: 89830
+tc end 3: 0
ts start: TestMessage
tc start 4: TestEtMessage_testBasicMessage
tc end 4: 0
@@ -14,7 +14,7 @@ ts start: TestEtMessageQueue tc start 5: TestEtMessageQueue_testPushPop
tc end 5: 0
tc start 6: TestEtMessageQueue_testMassiveMessaging
-tc end 6: 15
+tc end 6: 16
ts start: TestEtMessageService
tc start 7: TestEtMessageService_init
tc end 7: 0
|