1
Linux / Re: Out of memory
« on: January 28, 2011, 08:26:08 pm »
I find util named "testall"
Maybe it could help:
Maybe it could help:
Code: [Select]
CUnit - A Unit testing framework for C - Version 2.1-0
http://cunit.sourceforge.net/
Suite: GenericTests
Test: testConstInt ... FAILED
1. src/tests/test_generic.c:114 - CU_ASSERT_EQUAL(out,2)
Test: testLinkedList ... passed
Test: testLinkedListStringSort ... passed
Test: testStringCopiers ...
10000 copies with Q_strncpyz: 20 ms
10000 copies with UTF8_strncpyz: 19 ms
10000 copies with Com_sprintf: 554 ms
passed
Suite: RoutingTests
Test: testConnection ... passed
Suite: InventoryTests
Test: testItemAdd ... passed
Test: testItemDel ... passed
Test: testItemMove ... passed
Test: testItemMassActions ... passed
Suite: RandomMapAssemblyTests
Test: testAssembly ... passed
Test: testMassAssemblyParallel ... 0: 32 335
1: 34 310
2: 33 110
3: 35 713
4: 33 608
5: 35 5240
6: 29 521
7: 34 276
8: 34 10751
9: 37 1402
passed
Test: testMassAssemblyTimeout ... 0: 34 65
1: 34 65
2: 34 312
3: 34 3415
4: 29 849
5: 32 2728
6: 33 35922
7: 28 11510
8: 35 43002
9: 37 1552
FAILED
1. src/tests/test_rma.c:95 - time < 30000
2. src/tests/test_rma.c:95 - time < 30000
Test: testMassAssemblySequential ... 0: 34 65
1: 34 65
2: 34 310
3: 34 3451
4: 29 851
5: 32 2717
6: 35 1007739
7: 28 11521
8: 38 133413
9: 37 1554
FAILED
1. src/tests/test_rma.c:137 - time < 30000
2. src/tests/test_rma.c:137 - time < 30000
--Run Summary: Type Total Ran Passed Failed
suites 4 4 n/a 0
tests 13 13 10 3
asserts 662 662 657 5