diff options
author | Henrik Rentz-Reichert | 2013-06-06 14:45:01 +0000 |
---|---|---|
committer | Henrik Rentz-Reichert | 2013-06-06 14:45:01 +0000 |
commit | 3be9f5657c5e6e542fb9a9cc8df90e73bd09a1dd (patch) | |
tree | 0d398f7f83041f58c9240c21bc5e74eb01002a1c /tests/org.eclipse.etrice.runtime.c.tests/tmp | |
parent | 0ce08b135652ff4a51c9590a67fbb983ff0605c2 (diff) | |
download | org.eclipse.etrice-3be9f5657c5e6e542fb9a9cc8df90e73bd09a1dd.tar.gz org.eclipse.etrice-3be9f5657c5e6e542fb9a9cc8df90e73bd09a1dd.tar.xz org.eclipse.etrice-3be9f5657c5e6e542fb9a9cc8df90e73bd09a1dd.zip |
[runtime.c.tests] removed and ignored tmp folder
Diffstat (limited to 'tests/org.eclipse.etrice.runtime.c.tests/tmp')
3 files changed, 0 insertions, 83 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 deleted file mode 100644 index 9776a4464..000000000 --- a/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestCRuntime.etu +++ /dev/null @@ -1,43 +0,0 @@ -etUnit report -ts start: TestQueue -tc start 1: TestEtQueue_test -tc end 1: 10000 -ts start: TestMemory -tc start 2: TestEtMemory_testFixedSize -tc end 2: 10000 -tc start 3: TestEtMemory_testFreeList -tc end 3: 10000 -ts start: TestMessage -tc start 4: TestEtMessage_testBasicMessage -tc end 4: 0 -ts start: TestEtMessageQueue -tc start 5: TestEtMessageQueue_testPushPop -tc end 5: 0 -tc start 6: TestEtMessageQueue_testMassiveMessaging -tc end 6: 10000 -ts start: TestEtMessageService -tc start 7: TestEtMessageService_init -tc end 7: 0 -tc start 8: TestEtMessageService_GetPushPopReturn -tc end 8: 0 -tc start 9: TestEtMessageService_GetReturn -tc end 9: 0 -tc start 10: TestEtMessageService_execute -tc end 10: 0 -tc start 11: TestEtMessageService_getMessagePoolLowWaterMark -tc end 11: 0 -ts start: TestEtUnit -tc start 12: TestEtUnit_Expect_Order -tc end 12: 0 -tc start 13: TestEtUnit_Expect -tc end 13: 0 -ts start: TestEtTimer -tc start 14: TestEtTimer_lifecycle -tc end 14: 10000 -tc start 15: TestEtTimer_multiTimer -tc end 15: 30000 -ts start: TestEtTimeHelpers -tc start 16: TestEtTimeHelpers_convertToMSec -tc end 16: 0 -tc start 17: TestEtTimeHelpers_convertToEtTime -tc end 17: 0 diff --git a/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestCRuntime.xml b/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestCRuntime.xml deleted file mode 100644 index 4da646ac2..000000000 --- a/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestCRuntime.xml +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="ASCII"?> -<testsuites> - <testsuite failures="0" name="org.eclipse.etrice.runtime.c.tests.TestCRuntime0" tests="1" time="10000"> - <testcase name="TestEtQueue_test" time="10000"/> - </testsuite> - <testsuite failures="0" name="org.eclipse.etrice.runtime.c.tests.TestCRuntime1" tests="2" time="20000"> - <testcase name="TestEtMemory_testFixedSize" time="10000"/> - <testcase name="TestEtMemory_testFreeList" time="10000"/> - </testsuite> - <testsuite failures="0" name="org.eclipse.etrice.runtime.c.tests.TestCRuntime2" tests="1" time="0"> - <testcase name="TestEtMessage_testBasicMessage" time="0"/> - </testsuite> - <testsuite failures="0" name="org.eclipse.etrice.runtime.c.tests.TestCRuntime3" tests="2" time="10000"> - <testcase name="TestEtMessageQueue_testPushPop" time="0"/> - <testcase name="TestEtMessageQueue_testMassiveMessaging" time="10000"/> - </testsuite> - <testsuite failures="0" name="org.eclipse.etrice.runtime.c.tests.TestCRuntime4" tests="5" time="0"> - <testcase name="TestEtMessageService_init" time="0"/> - <testcase name="TestEtMessageService_GetPushPopReturn" time="0"/> - <testcase name="TestEtMessageService_GetReturn" time="0"/> - <testcase name="TestEtMessageService_execute" time="0"/> - <testcase name="TestEtMessageService_getMessagePoolLowWaterMark" time="0"/> - </testsuite> - <testsuite failures="0" name="org.eclipse.etrice.runtime.c.tests.TestCRuntime5" tests="2" time="0"> - <testcase name="TestEtUnit_Expect_Order" time="0"/> - <testcase name="TestEtUnit_Expect" time="0"/> - </testsuite> - <testsuite failures="0" name="org.eclipse.etrice.runtime.c.tests.TestCRuntime6" tests="2" time="40000"> - <testcase name="TestEtTimer_lifecycle" time="10000"/> - <testcase name="TestEtTimer_multiTimer" time="30000"/> - </testsuite> - <testsuite failures="0" name="org.eclipse.etrice.runtime.c.tests.TestCRuntime7" tests="2" time="0"> - <testcase name="TestEtTimeHelpers_convertToMSec" time="0"/> - <testcase name="TestEtTimeHelpers_convertToEtTime" time="0"/> - </testsuite> -</testsuites>
\ No newline at end of file diff --git a/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestEtUnitSpecial.etu b/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestEtUnitSpecial.etu deleted file mode 100644 index 1d08abaf4..000000000 --- a/tests/org.eclipse.etrice.runtime.c.tests/tmp/testlog/TestEtUnitSpecial.etu +++ /dev/null @@ -1,4 +0,0 @@ -etUnit report -ts start: etUnit -tc start 18: openAll and closeAll -tc end 18: 0 |