BEGIN_TASK "with svn update" 2008-07-22-14-57-08
BEGIN_SUBTASK "List of new commits"
cd /home/vokimon/CajitasDeArena/mingw/clam
[OK]
svn log -r BASE:HEAD
[OK]
INFO: ------------------------------------------------------------------------
r11676 | dgarcia | 2008-07-22 14:14:23 +0200 (mar, 22 jul 2008) | 3 lines
* FileMetadataSource: Provided safe defaults for the new parameters so the scripts using the old parameter list still work
* UnitTests: added FileMetadataSourceTest and SourceMetadataAggregatorTest to the list of running tests
------------------------------------------------------------------------
r11677 | dgarcia | 2008-07-22 14:52:14 +0200 (mar, 22 jul 2008) | 2 lines
* Added testdata for aggregator tests
------------------------------------------------------------------------
svn up
[OK]
INFO: A Annotator/scripts/testdata
A Annotator/scripts/testdata/FileSource1
A Annotator/scripts/testdata/FileSource1/1442.pool
A Annotator/scripts/testdata/FileSource1/schema.sc
A Annotator/scripts/testdata/FileSource1/id1.pool
A Annotator/scripts/testdata/FileSource1/id2.pool
A Annotator/scripts/testdata/FileSource1/generator.aggregation
A Annotator/scripts/testdata/FileSource2
A Annotator/scripts/testdata/FileSource2/1442.pool
A Annotator/scripts/testdata/FileSource2/schema.sc
A Annotator/scripts/testdata/FileSource2/id1.pool
A Annotator/scripts/testdata/FileSource2/id2.pool
A Annotator/scripts/testdata/FileSource2/generator.aggregation
A Annotator/scripts/testdata/FileSource3
A Annotator/scripts/testdata/FileSource3/1442.pool
A Annotator/scripts/testdata/FileSource3/schema.sc
A Annotator/scripts/testdata/FileSource3/id1.pool
A Annotator/scripts/testdata/FileSource3/id2.pool
A Annotator/scripts/testdata/FileSource3/generator.aggregation
Actualizado a la revisión 11677.
END_SUBTASK "List of new commits"
BEGIN_SUBTASK "count lines of code"
echo /home/vokimon/CajitasDeArena/mingw/clam/CLAM
[OK]
STATS: {clam_loc}
echo /home/vokimon/CajitasDeArena/mingw/clam/SMSTools
[OK]
STATS: {smstools_loc}
echo /home/vokimon/CajitasDeArena/mingw/clam/NetworkEditor
[OK]
STATS: {networkeditor_loc}
END_SUBTASK "count lines of code"
BEGIN_SUBTASK "Deployment"
cd /home/vokimon/CajitasDeArena/mingw/clam/CLAM
[OK]
scons configure prefix=/home/vokimon/CajitasDeArena/mingw/local crossmingw=1 release=1 sandbox_path=/home/vokimon/CajitasDeArena/mingw/ audio_backend=portaudio xmlbackend=xmlpp
[OK]
scons
[OK]
scons install
[OK]
END_SUBTASK "Deployment"
BEGIN_SUBTASK "Unit Tests"
cd /home/vokimon/CajitasDeArena/mingw/clam/CLAM
[OK]
cd test
[OK]
scons test_data_path=/home/vokimon/CajitasDeArena/mingw/clam/testdata cppunit_prefix=/home/vokimon/CajitasDeArena/mingw/local clam_prefix=/home/vokimon/CajitasDeArena/mingw/local crossmingw=1 release=1 sandbox_path=/home/vokimon/CajitasDeArena/mingw/ external_dll_path=/home/vokimon/CajitasDeArena/mingw/local/bin
[OK]
echo no command specified
[OK]
scons run_unit_tests
[OK]
INFO: scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
/home/vokimon/CajitasDeArena/mingw/clam/CLAM/test/UnitTests/UnitTests.exe
+ All Tests
+ CLAMTest::cppUnitHelperTest
. CLAMTest::cppUnitHelperTest::testAssertionTraitsTypeInfoToString_NotEquals
. CLAMTest::cppUnitHelperTest::testAssertionTraitsTypeInfoToString_Equals
. CLAMTest::cppUnitHelperTest::testAssertionTraitsTypeInfoEqual_Equals
. CLAMTest::cppUnitHelperTest::testAssertionTraitsTypeInfoEqual_DifferentUnrelatedClasses
. CLAMTest::cppUnitHelperTest::testAssertionTraitsTypeInfoEqual_DifferentSuperAndSubClass
. CLAMTest::cppUnitHelperTest::testLoggable_InsertAndThenGetLog
. CLAMTest::cppUnitHelperTest::testLoggable_InsertAndThenGetLog_AfterClearLog
+ CLAMTest::ControlsTest
. CLAMTest::ControlsTest::testInControl_DoControl_ChangesInternalState
. CLAMTest::ControlsTest::testLinkAndSendControl_ChangesInControlInternalState
. CLAMTest::ControlsTest::testGetLastValueAsBoolean_NearZeroIsFalse
. CLAMTest::ControlsTest::testGetLastValueAsBoolean_NonZeroIsTrue
. CLAMTest::ControlsTest::testGetLastValueAsInteger
. CLAMTest::ControlsTest::testInControlTmpl_DoControl_ChangesInternalState
. CLAMTest::ControlsTest::testLinkAndSendWithInControlTmpl_CallbackMethodGetsCalled
. CLAMTest::ControlsTest::testControlHandlerId_WritesToLog
. CLAMTest::ControlsTest::testLinkAndSendWithInControlTmpl_CallbackWithIdMethodGetsCalled
. CLAMTest::ControlsTest::testInControl_GetName_ChangesInteralState
. CLAMTest::ControlsTest::testOutControl_GetName_ChangesInteralState
. CLAMTest::ControlsTest::testInControlArray_Constructor_GeneratesCorrectName
. CLAMTest::ControlsTest::testInControlTmplArray_Constructor_GeneratesCorrectName
. CLAMTest::ControlsTest::testInControlTmplArray_ReceivesControl_HandlerReceivesControlAndId
. CLAMTest::ControlsTest::testIsConnected_WithOutControl_AfterConnection
. CLAMTest::ControlsTest::testIsConnected_WithOutControl_WithoutConnection
. CLAMTest::ControlsTest::testIsConnectedTo_WithOutControl_WhenControlsAreConnected
. CLAMTest::ControlsTest::testIsConnectedTo_WithOutControl_WhenControlsAreNotConnected
. CLAMTest::ControlsTest::testIsConnectedTo_WithInControl_WhenControlsAreConnected
. CLAMTest::ControlsTest::testIsConnectedTo_WithInControl_WhenControlsAreNotConnected
. CLAMTest::ControlsTest::testOutControlPublisher
. CLAMTest::ControlsTest::testOutControlPublisher_GetsRegisteredToAProcessing
. CLAMTest::ControlsTest::testOutControlPublisher_ConnectControlsFromPublisher
. CLAMTest::ControlsTest::testOutControlPublisher_SendControlWhenNothingPublished
. CLAMTest::ControlsTest::testInControlPublisher
. CLAMTest::ControlsTest::testInControlPublisher_GetsRegisteredToAProcessing
. CLAMTest::ControlsTest::testInControlPublisher_ConnectControlsFromPublisher
. CLAMTest::ControlsTest::testInControlPublisher_DoControlWhenNothingPublished
. CLAMTest::ControlsTest::testInControlIsConnected_byDefault
. CLAMTest::ControlsTest::testInControlIsConnected_whenConnected
. CLAMTest::ControlsTest::testInControlIsConnected_whenDisconnected
. CLAMTest::ControlsTest::testInControlDestructor_disconnectsOutControl
. CLAMTest::ControlsTest::testOutControlDestructor_disconnectsInControl
. CLAMTest::ControlsTest::testInControl_doesntHaveBoundsBydefault
. CLAMTest::ControlsTest::testInControl_defaultBounds
. CLAMTest::ControlsTest::testInControl_settingBounds
. CLAMTest::ControlsTest::testInControl_boundedDefaultValue
. CLAMTest::ControlsTest::testInControl_isBoundedWhenTrue
. CLAMTest::ControlsTest::testInControl_setDefaultprevailstoBounds
+ CLAMTest::ScopePoolTest
. CLAMTest::ScopePoolTest::testGetWritePool_ReturnsSameMemory
. CLAMTest::ScopePoolTest::testGetReadPool_ReturnsConstMemory
. CLAMTest::ScopePoolTest::testGetWritePool_withStrings
. CLAMTest::ScopePoolTest::testGetWritePool_withWrongType
. CLAMTest::ScopePoolTest::testGetReadPool_withWrongType
. CLAMTest::ScopePoolTest::testGetReadPool_withoutGetWritePoolFirst
. CLAMTest::ScopePoolTest::testConstruction_givesSizeZeroByDefault
. CLAMTest::ScopePoolTest::testSetSize_overAZeroSizePool
. CLAMTest::ScopePoolTest::testSetSize_overANonZeroSizePool
. CLAMTest::ScopePoolTest::testInsert
. CLAMTest::ScopePoolTest::testRemove
+ CLAMTest::DescriptionXmlTest
. CLAMTest::DescriptionXmlTest::testDumpAttributePool_withSimpleData
. CLAMTest::DescriptionXmlTest::testDumpAttributePool_withComponentData
. CLAMTest::DescriptionXmlTest::testRestoreAttributePool_withSimpleData
. CLAMTest::DescriptionXmlTest::testRestoreAttributePool_withComponentData
. CLAMTest::DescriptionXmlTest::testRestoreAttributePool_withDifferentNameFails
. CLAMTest::DescriptionXmlTest::testDumpScopePool_withNoAttributes
. CLAMTest::DescriptionXmlTest::testDumpScopePool_withAttributesAndZeroSize
. CLAMTest::DescriptionXmlTest::testDumpScopePool_withAttributes
. CLAMTest::DescriptionXmlTest::testDumpScopePool_withIntegerAttributes
. CLAMTest::DescriptionXmlTest::testDumpScopePool_withComponentAttributes
. CLAMTest::DescriptionXmlTest::testDumpScopePool_withNonInstantiatedAttributes
. CLAMTest::DescriptionXmlTest::testRestoreScopePool_withSingleAttribute
. CLAMTest::DescriptionXmlTest::testRestoreScopePool_withSeveralAttributes
. CLAMTest::DescriptionXmlTest::testRestoreScopePool_withBadScopeName
. CLAMTest::DescriptionXmlTest::testDumpDescriptionDataPool_withAllKindsOfData
. CLAMTest::DescriptionXmlTest::testRestoreDescriptionDataPool_withAllKindsOfData
. CLAMTest::DescriptionXmlTest::testDumpSchema
. CLAMTest::DescriptionXmlTest::testDumpMagnitudeAttributeSchema
. CLAMTest::DescriptionXmlTest::testDumpStringAttributeSchema
. CLAMTest::DescriptionXmlTest::testDumpComponentAttributeSchema
. CLAMTest::DescriptionXmlTest::testRestoreSchema
+ CLAMTest::HookTest
. CLAMTest::HookTest::testInit_PointsToThePoolBegin
. CLAMTest::HookTest::testNext_PointsToTheNextPoolData
. CLAMTest::HookTest::testIsInsideScope_ReturnsTrueWhileInsideTheScope
. CLAMTest::HookTest::testIsInsideScope_ReturnsFalseBeyondTheScope
. CLAMTest::HookTest::testWriteInit_PointsToThePoolBegin
. CLAMTest::HookTest::testWriteNext_PointsToTheNextPoolData
. CLAMTest::HookTest::testWriteIsInsideScope_ReturnsTrueWhileInsideTheScope
. CLAMTest::HookTest::testWriteIsInsideScope_ReturnsFalseBeyondTheScope
. CLAMTest::HookTest::testTransformUsingHooks
+ CLAMTest::SpectralPeakDetectTest
. CLAMTest::SpectralPeakDetectTest::test5kSin
+ CLAMTest::ExtractorTest
. CLAMTest::ExtractorTest::testInScopeBinding
. CLAMTest::ExtractorTest::testIndirectedBinding
. CLAMTest::ExtractorTest::testDoubleIndirectedBinding
. CLAMTest::ExtractorTest::testRangeIndirectBinding
+ CLAMTest::AttributePoolTest
. CLAMTest::AttributePoolTest::testGetData_returnsNullByDefault
. CLAMTest::AttributePoolTest::testAllocatePool
. CLAMTest::AttributePoolTest::testDeallocatePool
. CLAMTest::AttributePoolTest::testDeallocatePool_whenNoPreviousAllocation
+ CLAMTest::AudioDescriptorsTest
. CLAMTest::AudioDescriptorsTest::testLogAttackTime
. CLAMTest::AudioDescriptorsTest::testTemporalCentroid
. CLAMTest::AudioDescriptorsTest::testZeroCrossingRate
. CLAMTest::AudioDescriptorsTest::testEnergy
+ CLAMTest::DescriptionScopeTest
. CLAMTest::DescriptionScopeTest::testGetIndex_whenEmpty
. CLAMTest::DescriptionScopeTest::testGetIndex_withOneInserted
. CLAMTest::DescriptionScopeTest::testGetIndex_withAWrongName
. CLAMTest::DescriptionScopeTest::testGetIndex_withSecondInsertedArray
. CLAMTest::DescriptionScopeTest::testAddAttribute_whenNameAlreadyAdded
. CLAMTest::DescriptionScopeTest::testAdding_DifferentTypes
. CLAMTest::DescriptionScopeTest::testCheckType_withOtherType
. CLAMTest::DescriptionScopeTest::testCheckType_withSameType
. CLAMTest::DescriptionScopeTest::testGetAttributeName_withTwoScopes
. CLAMTest::DescriptionScopeTest::testGetAttributeName_withWrongNumber
+ CLAMTest::SpectralDescriptorsTest
. CLAMTest::SpectralDescriptorsTest::testDataAttachment_whenLogDataFails
. CLAMTest::SpectralDescriptorsTest::testConstructionDataAttachment_whenLogDataFails
. CLAMTest::SpectralDescriptorsTest::testRolloff
. CLAMTest::SpectralDescriptorsTest::testFlatness
. CLAMTest::SpectralDescriptorsTest::testCentroid
. CLAMTest::SpectralDescriptorsTest::testSlope
. CLAMTest::SpectralDescriptorsTest::testMaxMagFreq
. CLAMTest::SpectralDescriptorsTest::testMagnitudeSkewness
. CLAMTest::SpectralDescriptorsTest::testMagnitudeKurtosis
. CLAMTest::SpectralDescriptorsTest::testHighFrequencyContent
+ CLAMTest::DescriptionSchemeTest
. CLAMTest::DescriptionSchemeTest::testGetNScopes_withNoScopeRegistered
. CLAMTest::DescriptionSchemeTest::testGetNScopes_withASingleAttribute
. CLAMTest::DescriptionSchemeTest::testGetNScopes_withTwoAttributeOnDifferentScopes
. CLAMTest::DescriptionSchemeTest::testGetNScopes_withTwoAttributeOnTheSameScope
. CLAMTest::DescriptionSchemeTest::testGetScope_withNoScopeRegistered
. CLAMTest::DescriptionSchemeTest::testGetScope_withARegisteredAttribute
. CLAMTest::DescriptionSchemeTest::testGetScope_withTwoScopes
. CLAMTest::DescriptionSchemeTest::testGetScopeByIndex_withIndexOutOfBounds
. CLAMTest::DescriptionSchemeTest::testGetScopeIndex_withNoScopeRegistered
. CLAMTest::DescriptionSchemeTest::testGetScopeIndex_withARegisteredAttribute
. CLAMTest::DescriptionSchemeTest::testGetScopeIndex_withTwoScopes
. CLAMTest::DescriptionSchemeTest::testGetScopeName_withTwoScopes
. CLAMTest::DescriptionSchemeTest::testGetScopeName_withWrongNumber
+ CLAMTest::IndirectBindingTest
. CLAMTest::IndirectBindingTest::testInit_PointsToThePlaceReferencedByTheFirstReference
. CLAMTest::IndirectBindingTest::testNext_PointsToThePlaceReferencedByTheSecondReference
. CLAMTest::IndirectBindingTest::testIsInsideScope_returnsTrueBeforeEnd
. CLAMTest::IndirectBindingTest::testIsInsideScope_returnsFalseAfterLastReference
. CLAMTest::IndirectBindingTest::testGetForReading_failsWhenInvalidReference
. CLAMTest::IndirectBindingTest::testExtraction_usingHooks
. CLAMTest::IndirectBindingTest::testDoubleIndirection_usingHooks
. CLAMTest::IndirectBindingTest::testRangeInit_PointsToTheFirstRange
. CLAMTest::IndirectBindingTest::testGetRangeForReading_failsWhenInvalidReference
. CLAMTest::IndirectBindingTest::testRangeExtraction_usingHooks
+ CLAMTest::DescriptionDataPoolTest
. CLAMTest::DescriptionDataPoolTest::testUnpopulatedScopeIsNotFreed
. CLAMTest::DescriptionDataPoolTest::testSetNumberOfContexts_withANonExistingScope
. CLAMTest::DescriptionDataPoolTest::testInstanciateAttribute_withinUnexistingScope
. CLAMTest::DescriptionDataPoolTest::testInstanciateAttribute_withinUnpopulatedScope
. CLAMTest::DescriptionDataPoolTest::testInstanciateAttribute_whenTheAttributeDoesNotExist
. CLAMTest::DescriptionDataPoolTest::testInstanciateAttribute_whenTheAttributeDoesNotExistButTheScopeIsNotPopulated
. CLAMTest::DescriptionDataPoolTest::testGetAttribute_withDifferentAttributes
. CLAMTest::DescriptionDataPoolTest::testGetAttribute_withTheSameAttributeTwice
. CLAMTest::DescriptionDataPoolTest::testGetAttribute_fromAUnpopulatedScope
. CLAMTest::DescriptionDataPoolTest::testGetAttribute_fromUnexistingScope
. CLAMTest::DescriptionDataPoolTest::testGetAttribute_withNonInstantiatedAttribute
. CLAMTest::DescriptionDataPoolTest::testInsertElement
. CLAMTest::DescriptionDataPoolTest::testRemoveElement
+ CLAMTest::SpectralPeakDescriptorsTest
. CLAMTest::SpectralPeakDescriptorsTest::testDataAttachment_whenLogDataFails
. CLAMTest::SpectralPeakDescriptorsTest::testConstructionDataAttachment_whenLogDataFails
. CLAMTest::SpectralPeakDescriptorsTest::testMagnitudeMean
. CLAMTest::SpectralPeakDescriptorsTest::testHarmonicCentroid
. CLAMTest::SpectralPeakDescriptorsTest::testHarmonicDeviation
. CLAMTest::SpectralPeakDescriptorsTest::testFirstTristimulus
. CLAMTest::SpectralPeakDescriptorsTest::testSecondTristimulus
. CLAMTest::SpectralPeakDescriptorsTest::testThirdTristimulus
. CLAMTest::SpectralPeakDescriptorsTest::testOddHarmonics
. CLAMTest::SpectralPeakDescriptorsTest::testEvenHarmonics
. CLAMTest::SpectralPeakDescriptorsTest::testOddToEvenRatio
+ CLAMTest::DynamicTypeAdvancedTest
. CLAMTest::DynamicTypeAdvancedTest::SimpleXMLSupport
. CLAMTest::DynamicTypeAdvancedTest::XMLCustomizationByRedefinition
. CLAMTest::DynamicTypeAdvancedTest::XMLCustomizationBySubclassing
. CLAMTest::DynamicTypeAdvancedTest::XMLWithArrayAttribute
. CLAMTest::DynamicTypeAdvancedTest::XMLWithIterableAttribute
. CLAMTest::DynamicTypeAdvancedTest::VisitorsToPlainDTs
. CLAMTest::DynamicTypeAdvancedTest::VisitorsToDTWithArrays
. CLAMTest::DynamicTypeAdvancedTest::VisitorsToDTTrees
+ CLAMTest::DynamicTypeBasicTest
. CLAMTest::DynamicTypeBasicTest::InstantiateAttributes
. CLAMTest::DynamicTypeBasicTest::RepetitiveOperations
. CLAMTest::DynamicTypeBasicTest::NonUpdatedAddsAndRemoves
. CLAMTest::DynamicTypeBasicTest::ChainedMethods
. CLAMTest::DynamicTypeBasicTest::ShallowDataAccess
. CLAMTest::DynamicTypeBasicTest::ShallowDeletion
. CLAMTest::DynamicTypeBasicTest::DeepDataAccess
. CLAMTest::DynamicTypeBasicTest::CopyConstructor
. CLAMTest::DynamicTypeBasicTest::DeepCopy
. CLAMTest::DynamicTypeBasicTest::Assignation
. CLAMTest::DynamicTypeBasicTest::Assignation_WhenIsNotUpdated
. CLAMTest::DynamicTypeBasicTest::Assignation_WhenIsSelfAssigning
+ CLAMTest::ProcessingFactoryTest
. CLAMTest::ProcessingFactoryTest::testGetKeys_empty
. CLAMTest::ProcessingFactoryTest::testGetKeys_twoElements
. CLAMTest::ProcessingFactoryTest::testGetSetOfValues_empty
. CLAMTest::ProcessingFactoryTest::testGetSetOfValues_twoElements
. CLAMTest::ProcessingFactoryTest::testGetValuesFromAttribute_empty
. CLAMTest::ProcessingFactoryTest::testGetValuesFromAttribute_twoElements
. CLAMTest::ProcessingFactoryTest::testGetPairsFromKey_empty
. CLAMTest::ProcessingFactoryTest::testGetPairsFromKey_twoElements
+ CLAMTest::FactoryRegistryTest
. CLAMTest::FactoryRegistryTest::testGetCreator_WhenIsEmpty
. CLAMTest::FactoryRegistryTest::testGetCreatorSafe_WhenIsEmpty
. CLAMTest::FactoryRegistryTest::testGetCreator_WrongKeyWithASingleCreator
. CLAMTest::FactoryRegistryTest::testGetCreatorSafe_WrongKeyWithASingleCreator
. CLAMTest::FactoryRegistryTest::testGetCreator_CorrectKeyWithASingleCreator
. CLAMTest::FactoryRegistryTest::testGetCreatorSafe_CorrectKeyWithASingleCreator
. CLAMTest::FactoryRegistryTest::testGetCreator_CorrectKeyWithTwoCreators
. CLAMTest::FactoryRegistryTest::testGetCreatorSafe_CorrectKeyWithTwoCreators
. CLAMTest::FactoryRegistryTest::testAddCreator_RepeatedKey
. CLAMTest::FactoryRegistryTest::testAddCreatorSafe_RepeatedKey
. CLAMTest::FactoryRegistryTest::testRemoveCreators_WhenIsEmpty
. CLAMTest::FactoryRegistryTest::testRemoveCreators_WhenNotEmtpy
. CLAMTest::FactoryRegistryTest::testCount_WhenEmpty
. CLAMTest::FactoryRegistryTest::testCount_WithTwoCreators
. CLAMTest::FactoryRegistryTest::testGetRegisteredNames_WhenEmpty
. CLAMTest::FactoryRegistryTest::testGetRegisteredNames_WhenNotEmpty
+ CLAMTest::FactoryRegistratorTest
. CLAMTest::FactoryRegistratorTest::testCreate_ReturnsAnObjectOfTheTemplateType
. CLAMTest::FactoryRegistratorTest::testConstructorPassingFactory_RegistersCreator
. CLAMTest::FactoryRegistratorTest::testConstructorPassingKeyAndFactory_RegistersCreator
. CLAMTest::FactoryRegistratorTest::testConstructorPassingMetadata_AssertsWhenNoKey
. CLAMTest::FactoryRegistratorTest::testConstructorPassingMetadata_RegistersCreator
. CLAMTest::FactoryRegistratorTest::testConstructorPassingKey_RegistersCreator
. CLAMTest::FactoryRegistratorTest::testRegistratorsAsStaticObjects_FactoryUnicity
. CLAMTest::FactoryRegistratorTest::testRegistratorsAsStaticObjects_ProductsRegistered
+ CLAMTest::FactoriesAndLibrariesTest
. CLAMTest::FactoriesAndLibrariesTest::testCreate_LibraryRegisteredProduct
+ CLAMTest::FactoryTest
. CLAMTest::FactoryTest::testCreateFooReturnsAFoo
. CLAMTest::FactoryTest::testCreate_ReturnsAFoo
. CLAMTest::FactoryTest::testCreateSafe_WithABadKey
. CLAMTest::FactoryTest::testAddCreator_WithRepeatedKey
. CLAMTest::FactoryTest::testAddCreatorSafe_WithRepeatedKey
. CLAMTest::FactoryTest::testGetRegisteredNames_WithNoKeys
+ CLAMTest::FactorySingletonTest
. CLAMTest::FactorySingletonTest::testCreateFooReturnsAFoo
. CLAMTest::FactorySingletonTest::testCreate_ReturnsAFoo
. CLAMTest::FactorySingletonTest::testCreateSafe_WithABadKey
. CLAMTest::FactorySingletonTest::testFactoryIsSingleton
+ CLAMTest::TestsStlVector
. CLAMTest::TestsStlVector::testReserve
. CLAMTest::TestsStlVector::testAt
. CLAMTest::TestsStlVector::testResize_beforeReserve
. CLAMTest::TestsStlVector::testList_isCircularWithPhantomElement
. CLAMTest::TestsStlVector::testDeque_elementsNotInContiguousSpace
. CLAMTest::TestsStlVector::testVectorInsertInTheMiddle
+ CLAMTest::TestsPortsRegionsInteraction
. CLAMTest::TestsPortsRegionsInteraction::testOutPortConnectToIn_usingBaseClass
. CLAMTest::TestsPortsRegionsInteraction::testOutPortConnect
. CLAMTest::TestsPortsRegionsInteraction::testOutPortConnect_whenPortsAlreadyConnected
. CLAMTest::TestsPortsRegionsInteraction::testOutPortConnect_whenInPortAlreadyConnectedToAnotherOutPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortConnect_whenMoreThanOneInPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortConnectNotifiesInPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortDisconnect_whenPortsAreConnected
. CLAMTest::TestsPortsRegionsInteraction::testOutPortDisconnect_whenPortsAreConnected_usingBaseClass
. CLAMTest::TestsPortsRegionsInteraction::testOutPortDisconnect_whenPortsAreNotConnected_throwsException
. CLAMTest::TestsPortsRegionsInteraction::testOutPortDisconnect_whenMoreThanOneInPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortDisconnectNotifiesInPort
. CLAMTest::TestsPortsRegionsInteraction::testPortChangeSizeResizesRegion
. CLAMTest::TestsPortsRegionsInteraction::testProduceAndConsume
. CLAMTest::TestsPortsRegionsInteraction::testProduceAndConsume_whenMoreThanOneInPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortGetConnectedInPorts_whenOneInPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortGetConnectedInPorts_whenMoreThanOneInPort
. CLAMTest::TestsPortsRegionsInteraction::testInPortGetConnectedOutPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortDisconnectFromAll
. CLAMTest::TestsPortsRegionsInteraction::testOutPort_IsConnectableTo_WhenInPortIsTheSameType
. CLAMTest::TestsPortsRegionsInteraction::testOutPort_IsConnectableTo_WhenInPortIsDifferentType
. CLAMTest::TestsPortsRegionsInteraction::testConnectedPortsDestructors_whenInDeletedBefore
. CLAMTest::TestsPortsRegionsInteraction::testInPortPublisher_PublishInPort_withIncorrectInPort
. CLAMTest::TestsPortsRegionsInteraction::testInPortPublisher_PublishInPort_withProperInPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortPublisher_PublishOutPort_withIncorrectOutPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortPublisher_destructor
. CLAMTest::TestsPortsRegionsInteraction::testAudioOutPortPublisher_beginDeletingPublished
. CLAMTest::TestsPortsRegionsInteraction::testOutPortPublisher_PublishOutPort_withProperOutPort
. CLAMTest::TestsPortsRegionsInteraction::testInPortPublisher_PublishInPort_withSomeInPorts
. CLAMTest::TestsPortsRegionsInteraction::testOutPort_GetConnectedInPorts_whenConnectedToInPortPublisher
. CLAMTest::TestsPortsRegionsInteraction::testOutPortPublisher_SetSize_assertsWhenDoesntPublishAnyPort
. CLAMTest::TestsPortsRegionsInteraction::testAudioOutPortPublisher_SetSize_assertsWhenDoesntPublishAnyPort
. CLAMTest::TestsPortsRegionsInteraction::testAudioOutPort_DefaultSize
. CLAMTest::TestsPortsRegionsInteraction::testAudioInPort_DefaultSize
. CLAMTest::TestsPortsRegionsInteraction::testOutPort_IsPhysicallyConnectedToIn_withOneInPort
. CLAMTest::TestsPortsRegionsInteraction::testGetLastWrittenData_whenPortIsWrongType_throwsException
. CLAMTest::TestsPortsRegionsInteraction::testGetLastWrittenData_fillsWithCorrectData
. CLAMTest::TestsPortsRegionsInteraction::testOutPort_deleteSequence_Out_In
. CLAMTest::TestsPortsRegionsInteraction::testPort_deleteSequence_In_Out
. CLAMTest::TestsPortsRegionsInteraction::testPortPublisher_deleteSequence_In_InPub_Out
. CLAMTest::TestsPortsRegionsInteraction::testPortPublisher_deleteSequence_Out_InPub_In
. CLAMTest::TestsPortsRegionsInteraction::testAudioInPortPublisher_deleteSequence_Out_InPub_In
. CLAMTest::TestsPortsRegionsInteraction::testOutPortPublisher_getsVisuallyAttached
. CLAMTest::TestsPortsRegionsInteraction::testOutPortPublisher_getsDisconnected
+ CLAMTest::TestsAudioPorts
. CLAMTest::TestsAudioPorts::testCreateAudioOutPorts
. CLAMTest::TestsAudioPorts::testRegionOfAudioOutPort_hasCorrectSize
. CLAMTest::TestsAudioPorts::testAccessAudioOutPortDataReturnsAudioInsteadOfTData
. CLAMTest::TestsAudioPorts::testAudioPortsProduceAndConsume_whenInPortHasEqualSizeOfOne
. CLAMTest::TestsAudioPorts::testAudioPortsProduceAndConsume_whenInPortHasEqualSizeGreaterThanOne
. CLAMTest::TestsAudioPorts::testAudioPortsProduceAndConsume_afterConsuming
. CLAMTest::TestsAudioPorts::testAudioPortsProduceAndConsume_whenMoreThanOneReader
. CLAMTest::TestsAudioPorts::testAudioPortsProduceAndConsume_whenDifferentSizes
. CLAMTest::TestsAudioPorts::testAudioInPortPublisher_PublishInPort_withIncorrectInPort
. CLAMTest::TestsAudioPorts::testAudioInPortPublisher_PublishInPort_withProperInPort
+ CLAMTest::TestsStlBasedStream
. CLAMTest::TestsStlBasedStream::testStreamIncreasesSizeAfterProducing
+ CLAMTest::NetworkTest
. CLAMTest::NetworkTest::testGetProcessing_WhenNoProcessings
. CLAMTest::NetworkTest::testGetProcessing_WhenProcessingAdded
. CLAMTest::NetworkTest::testGetProcessing_WithTwoProcessings
. CLAMTest::NetworkTest::testAddProcessing_UsingFactory
. CLAMTest::NetworkTest::testHasProcessing_WhenHasIt
. CLAMTest::NetworkTest::testHasProcessing_WhenHasntIt
. CLAMTest::NetworkTest::testDestructor_DeletesChildrenProcessings
. CLAMTest::NetworkTest::testGetInPortByCompleteName_WhenPortExist
. CLAMTest::NetworkTest::testGetInPortByCompleteName_WhenPortDoesntExist
. CLAMTest::NetworkTest::testGetInPortByCompleteName_WhenProcessingDoesntExist
. CLAMTest::NetworkTest::testGetInPortByCompleteName_WhithMalformedName_WithNoDot
. CLAMTest::NetworkTest::testGetInPortByCompleteName_WithThreeIdentifiers
. CLAMTest::NetworkTest::testGetOutPortByCompleteName_WhenPortExist
. CLAMTest::NetworkTest::testGetOutPortByCompleteName_WhenPortDoesntExist
. CLAMTest::NetworkTest::testGetOutPortByCompleteName_WhenProcessingDoesntExist
. CLAMTest::NetworkTest::testGetOutPortByCompleteName_WhithMalformedName_WithNoDot
. CLAMTest::NetworkTest::testGetOutPortByCompleteName_WithThreeIdentifiers
. CLAMTest::NetworkTest::testGetInControlByCompleteName_WhenControlExist
. CLAMTest::NetworkTest::testGetInControlByCompleteName_WhenControlDoesntExist
. CLAMTest::NetworkTest::testGetInControlByCompleteName_WhenProcessingDoesntExist
. CLAMTest::NetworkTest::testGetInControlByCompleteName_WhithMalformedName_WithNoDot
. CLAMTest::NetworkTest::testGetInControlByCompleteName_WithThreeIdentifiers
. CLAMTest::NetworkTest::testGetOutControlByCompleteName_WhenControlExist
. CLAMTest::NetworkTest::testGetOutControlByCompleteName_WhenControlDoesntExist
. CLAMTest::NetworkTest::testGetOutControlByCompleteName_WhenProcessingDoesntExist
. CLAMTest::NetworkTest::testGetOutControlByCompleteName_WhithMalformedName_WithNoDot
. CLAMTest::NetworkTest::testGetOutControlByCompleteName_WithThreeIdentifiers
. CLAMTest::NetworkTest::testConnectPorts_WhenConnectionIsValid
. CLAMTest::NetworkTest::testConnectPorts_WhenConnectionIsNotValid
. CLAMTest::NetworkTest::testRemovePortsConnection_WhenPortsAreNotConnected
. CLAMTest::NetworkTest::testRemovePortsConnection_WhenPortsAreConnected
. CLAMTest::NetworkTest::testRemoveProcessing_WhenHasIt
. CLAMTest::NetworkTest::testRemoveProcessing_WhenHasntIt
. CLAMTest::NetworkTest::testConnectControls_WhenConnectionIsValid
. CLAMTest::NetworkTest::testConnectControls_WhenConnectionIsNotValid
. CLAMTest::NetworkTest::testRemoveControlsConnection_WhenControlsAreNotConnected
. CLAMTest::NetworkTest::testRemoveControlsConnection_WhenControlsAreConnected
. CLAMTest::NetworkTest::testStartNetworkStartsProcessings_WhenAreReady
. CLAMTest::NetworkTest::testStartNetworkDoesntStartProcessings_WhenAreNotReady
. CLAMTest::NetworkTest::testStopNetworkStopsProcessings_WhenAreRunning
. CLAMTest::NetworkTest::testStopNetworkDoesntStopProcessings_WhenAreNotRunning
. CLAMTest::NetworkTest::testIsEmpty_whenEmpty
. CLAMTest::NetworkTest::testIsEmpty_whenNotEmpty
. CLAMTest::NetworkTest::testHasMisconfiguredProcessings_whenAllConfigured
. CLAMTest::NetworkTest::testHasMisconfiguredProcessings_whenMisconfigured
. CLAMTest::NetworkTest::testHasSyncSource_whenEmpty
. CLAMTest::NetworkTest::testHasSyncSource_withExternalizer
. CLAMTest::NetworkTest::testSyncSourceProcessings
. CLAMTest::NetworkTest::testUseOfString_substr
+ CLAMTest::TestsPhantomBufferStream
. CLAMTest::TestsPhantomBufferStream::testStreamDontIncreasesSizeAfterProducing
. CLAMTest::TestsPhantomBufferStream::testStreamIncreasesSizeAfterLinkingWithBiggerRegion
. CLAMTest::TestsPhantomBufferStream::testPhantomBufferIncreasesAfterLinkingWithBiggerRegion
. CLAMTest::TestsPhantomBufferStream::testInsertionPositionInLogicalZone_afterLinkingWithBiggerRegion
. CLAMTest::TestsPhantomBufferStream::testLogicalSizeIncreases_whenWriterIncreasesItsSize
. CLAMTest::TestsPhantomBufferStream::testLogicalSizeRemainsTheSame_whenWriterDecreasesItsSize
. CLAMTest::TestsPhantomBufferStream::testLogicalSizeIncreases_whenReaderIncreasesItsSize
. CLAMTest::TestsPhantomBufferStream::testWriterRegionCantProduce_whenOverlapsReadingRegion
. CLAMTest::TestsPhantomBufferStream::testWriting_rearmostPos_when2ReadingRegions
. CLAMTest::TestsPhantomBufferStream::testWriter_sizeReservesSizePowOf2
. CLAMTest::TestsPhantomBufferStream::testPhantomZoneGetsUpdated_whenWroteInBeginningZone
. CLAMTest::TestsPhantomBufferStream::testBeginningZoneGetsUpdated_whenWroteInPhantomZone
. CLAMTest::TestsPhantomBufferStream::testPhantomZoneGetsUpdated_whenInsertedInLogicalZone
. CLAMTest::TestsPhantomBufferStream::testIntegrityAfterBufferResize
. CLAMTest::TestsPhantomBufferStream::testWriterResizes_whenRearmostReaderHasSameBeginDistance
. CLAMTest::TestsPhantomBufferStream::testReadingRegion_canReadInPhantomZone
+ CLAMTest::TestsRandomStream
. CLAMTest::TestsRandomStream::test
+ CLAMTest::TestsStream
. CLAMTest::TestsStream::testWritingRegion_constructor
. CLAMTest::TestsStream::testReadingRegion_constructor
. CLAMTest::TestsStream::testWritingRegion_canProduce_withNoReaders
. CLAMTest::TestsStream::testWritingRegion_canProduce_withOneReader
. CLAMTest::TestsStream::testWritingRegion_fulfilsInvariant_whenRegionsAreOverlapped
. CLAMTest::TestsStream::testWritingRegion_fulfilsInvariant_whenReaderOverlapsAndSurpassesWriter
. CLAMTest::TestsStream::testWritingRegion_fulfilsInvariant_whenReaderSurpassesWriterWithoutOverlapping
. CLAMTest::TestsStream::testReadingRegion_canConsume_whenRegionsAreOverlapped
. CLAMTest::TestsStream::testReadingRegion_canConsume_when2ReadingRegionsBehindAndNonOverlap
. CLAMTest::TestsStream::testWritingRegion_produce_movesRegion
. CLAMTest::TestsStream::testReadingRegion_consume_whenIsLegal_movesRegion
. CLAMTest::TestsStream::testProduceConsumeData_withUnitaryRegions
. CLAMTest::TestsStream::testProduceConsumeData_withSizedRegions
. CLAMTest::TestsStream::testProduceConsumeData_withSizedRegions_writerProducesMultipleTimes
. CLAMTest::TestsStream::testStreamImplementation_avancingALongWay_semiStressTest
. CLAMTest::TestsStream::testWritingRegion_CenterRegion_withOneReader
. CLAMTest::TestsStream::testWritingRegion_CenterRegion_withSomeReaders
. CLAMTest::TestsStream::testWritingRegion_CenterRegion_assertsWithUnevenRegion
. CLAMTest::TestsStream::testWritingRegion_CenterRegion_withOneReaderAndBiggerWriter
. CLAMTest::TestsStream::testWritingRegion_GetLastWrittenData_withoutOverlap
. CLAMTest::TestsStream::testWritingRegion_GetLastWrittenData_withOverlap
. CLAMTest::TestsStream::testWritingRegion_GetLastWrittenData_withDifferentHopAndSize
+ CLAMTest::TestsStream
. CLAMTest::TestsStream::testWritingRegion_constructor
. CLAMTest::TestsStream::testReadingRegion_constructor
. CLAMTest::TestsStream::testWritingRegion_canProduce_withNoReaders
. CLAMTest::TestsStream::testWritingRegion_canProduce_withOneReader
. CLAMTest::TestsStream::testWritingRegion_fulfilsInvariant_whenRegionsAreOverlapped
. CLAMTest::TestsStream::testWritingRegion_fulfilsInvariant_whenReaderOverlapsAndSurpassesWriter
. CLAMTest::TestsStream::testWritingRegion_fulfilsInvariant_whenReaderSurpassesWriterWithoutOverlapping
. CLAMTest::TestsStream::testReadingRegion_canConsume_whenRegionsAreOverlapped
. CLAMTest::TestsStream::testReadingRegion_canConsume_when2ReadingRegionsBehindAndNonOverlap
. CLAMTest::TestsStream::testWritingRegion_produce_movesRegion
. CLAMTest::TestsStream::testReadingRegion_consume_whenIsLegal_movesRegion
. CLAMTest::TestsStream::testProduceConsumeData_withUnitaryRegions
. CLAMTest::TestsStream::testProduceConsumeData_withSizedRegions
. CLAMTest::TestsStream::testProduceConsumeData_withSizedRegions_writerProducesMultipleTimes
. CLAMTest::TestsStream::testStreamImplementation_avancingALongWay_semiStressTest
. CLAMTest::TestsStream::testWritingRegion_CenterRegion_withOneReader
. CLAMTest::TestsStream::testWritingRegion_CenterRegion_withSomeReaders
. CLAMTest::TestsStream::testWritingRegion_CenterRegion_assertsWithUnevenRegion
. CLAMTest::TestsStream::testWritingRegion_CenterRegion_withOneReaderAndBiggerWriter
. CLAMTest::TestsStream::testWritingRegion_GetLastWrittenData_withoutOverlap
. CLAMTest::TestsStream::testWritingRegion_GetLastWrittenData_withOverlap
. CLAMTest::TestsStream::testWritingRegion_GetLastWrittenData_withDifferentHopAndSize
+ CLAMTest::TestsStream
. CLAMTest::TestsStream::testWritingRegion_constructor
. CLAMTest::TestsStream::testReadingRegion_constructor
. CLAMTest::TestsStream::testWritingRegion_canProduce_withNoReaders
. CLAMTest::TestsStream::testWritingRegion_canProduce_withOneReader
. CLAMTest::TestsStream::testWritingRegion_fulfilsInvariant_whenRegionsAreOverlapped
. CLAMTest::TestsStream::testWritingRegion_fulfilsInvariant_whenReaderOverlapsAndSurpassesWriter
. CLAMTest::TestsStream::testWritingRegion_fulfilsInvariant_whenReaderSurpassesWriterWithoutOverlapping
. CLAMTest::TestsStream::testReadingRegion_canConsume_whenRegionsAreOverlapped
. CLAMTest::TestsStream::testReadingRegion_canConsume_when2ReadingRegionsBehindAndNonOverlap
. CLAMTest::TestsStream::testWritingRegion_produce_movesRegion
. CLAMTest::TestsStream::testReadingRegion_consume_whenIsLegal_movesRegion
. CLAMTest::TestsStream::testProduceConsumeData_withUnitaryRegions
. CLAMTest::TestsStream::testProduceConsumeData_withSizedRegions
. CLAMTest::TestsStream::testProduceConsumeData_withSizedRegions_writerProducesMultipleTimes
. CLAMTest::TestsStream::testStreamImplementation_avancingALongWay_semiStressTest
. CLAMTest::TestsStream::testWritingRegion_CenterRegion_withOneReader
. CLAMTest::TestsStream::testWritingRegion_CenterRegion_withSomeReaders
. CLAMTest::TestsStream::testWritingRegion_CenterRegion_assertsWithUnevenRegion
. CLAMTest::TestsStream::testWritingRegion_CenterRegion_withOneReaderAndBiggerWriter
. CLAMTest::TestsStream::testWritingRegion_GetLastWrittenData_withoutOverlap
. CLAMTest::TestsStream::testWritingRegion_GetLastWrittenData_withOverlap
. CLAMTest::TestsStream::testWritingRegion_GetLastWrittenData_withDifferentHopAndSize
+ CLAMTest::TestsRegions
. CLAMTest::TestsRegions::testWritingRegion_addRegion
. CLAMTest::TestsRegions::testWritingRegion_removeRegion
. CLAMTest::TestsRegions::testWritingRegion_removeRegion_withTwoReadingRegions
. CLAMTest::TestsRegions::testWritingRegion_RemoveRegion_NotifiesReader
+ CLAMTest::TestsCallbackBasedNetwork
. CLAMTest::TestsCallbackBasedNetwork::testSourceAndSink
. CLAMTest::TestsCallbackBasedNetwork::testUnconnectedSourceAndSink
. CLAMTest::TestsCallbackBasedNetwork::testSourceFilterSink_sameSize
. CLAMTest::TestsCallbackBasedNetwork::testSourceFilterSink_smallerSize
. CLAMTest::TestsCallbackBasedNetwork::testSourceFilterSink_biggerSize
. CLAMTest::TestsCallbackBasedNetwork::testSourceFilterSink_biggerNonDivisorSize
. CLAMTest::TestsCallbackBasedNetwork::testSlowSinkLessBranch
. CLAMTest::TestsCallbackBasedNetwork::testSlowSinkLessBranch_doNotAccomulate
. CLAMTest::TestsCallbackBasedNetwork::testGeneratorProducesOnlyWhatSinkNeeds
. CLAMTest::TestsCallbackBasedNetwork::testIsolatedGetsExecutedOnlyOnce
+ CLAMTest::NetworkSerializationTest
. CLAMTest::NetworkSerializationTest::TestLoadEmptyNetwork
. CLAMTest::NetworkSerializationTest::TestSaveEmptyNetwork
. CLAMTest::NetworkSerializationTest::TestLoadNetworkWithOneProcessing
. CLAMTest::NetworkSerializationTest::TestSaveNetworkWithOneProcessing
. CLAMTest::NetworkSerializationTest::TestLoadNetworkWithMoreThanOneProcessing
. CLAMTest::NetworkSerializationTest::TestSaveNetworkWithMoreThanOneProcessing
. CLAMTest::NetworkSerializationTest::TestLoadNetworkWithPortsConnection
. CLAMTest::NetworkSerializationTest::TestSaveNetworkWithPortsConnection
. CLAMTest::NetworkSerializationTest::TestSaveNetworkWithControlsConnection
. CLAMTest::NetworkSerializationTest::TestLoadNetworkWithControlsConnection
+ CLAMTest::FlagsTest
. CLAMTest::FlagsTest::testDefaultConstructor
. CLAMTest::FlagsTest::testValueConstructor
. CLAMTest::FlagsTest::testEqualOperator_withEquivalentFlags
. CLAMTest::FlagsTest::testEqualOperator_withDifferentFlags
. CLAMTest::FlagsTest::testCopyConstructor_AdoptValuesValues
. CLAMTest::FlagsTest::testCopyConstructor_DoesNotCreateAliasingOnWriteCopy
. CLAMTest::FlagsTest::testCopyConstructor_DoesNotCreateAliasingOnWriteOriginal
. CLAMTest::FlagsTest::testOrAssignmentOperator
. CLAMTest::FlagsTest::testReset
. CLAMTest::FlagsTest::testDirectFlagSetting_withTrue_whenSet
. CLAMTest::FlagsTest::testDirectFlagSetting_withTrue_whenNotSet
. CLAMTest::FlagsTest::testDirectFlagSetting_withFalse_whenSet
. CLAMTest::FlagsTest::testDirectFlagSetting_withFalse_whenNotSet
. CLAMTest::FlagsTest::testFlip_whenSet
. CLAMTest::FlagsTest::testFlip_whenNotSet
. CLAMTest::FlagsTest::testExtraction_withCorrectInputs
. CLAMTest::FlagsTest::testExtraction_withIncorrectInputs
. CLAMTest::FlagsTest::testExtraction_withResetFlags
. CLAMTest::FlagsTest::testReloadingXML
+ CLAMTest::TextTest
. CLAMTest::TextTest::testDefaultConstructor
. CLAMTest::TextTest::testStringComparation_whenEqual
. CLAMTest::TextTest::testStringComparation_whenDiffers
. CLAMTest::TextTest::testInitializationFromCharPointer
. CLAMTest::TextTest::testStreamExtraction_withSpaces
. CLAMTest::TextTest::testStreamExtraction_withTabs
. CLAMTest::TextTest::testStreamExtraction_clearsPreviousContent
. CLAMTest::TextTest::testXml_output
. CLAMTest::TextTest::testXml_inputOutputAreIdempotent
+ CLAMTest::PointTest
. CLAMTest::PointTest::testConstructor_TakesValues
. CLAMTest::PointTest::testDefaultConstructor_InitAsZero
. CLAMTest::PointTest::testSetY
. CLAMTest::PointTest::testSetX
. CLAMTest::PointTest::testInequality_WithDifferentValues
. CLAMTest::PointTest::testStreamInsertion
. CLAMTest::PointTest::testStreamExtraction
. CLAMTest::PointTest::testStreamExtraction_WithSpacesToBeIgnored
. CLAMTest::PointTest::testStreamExtraction_WithADifferentStartToken
. CLAMTest::PointTest::testStreamExtraction_WithADifferentEndToken
+ CLAMTest::ComplexTest
. CLAMTest::ComplexTest::testConstructor_TakesValues
. CLAMTest::ComplexTest::testDefaultConstructor_InitAsZero
. CLAMTest::ComplexTest::testSetImag
. CLAMTest::ComplexTest::testSetReal
. CLAMTest::ComplexTest::testInequality_WithDifferentValues
. CLAMTest::ComplexTest::testStreamInsertion
. CLAMTest::ComplexTest::testStreamExtraction
. CLAMTest::ComplexTest::testStreamExtraction_WithSpacesToBeIgnored
. CLAMTest::ComplexTest::testStreamExtraction_WithADifferentStartToken
. CLAMTest::ComplexTest::testStreamExtraction_WithADifferentEndToken
+ CLAMTest::PolarTest
. CLAMTest::PolarTest::testConstructor_TakesValues
. CLAMTest::PolarTest::testDefaultConstructor_InitAsZero
. CLAMTest::PolarTest::testSetAng
. CLAMTest::PolarTest::testSetMag
. CLAMTest::PolarTest::testInequality_WithDifferentValues
. CLAMTest::PolarTest::testStreamInsertion
. CLAMTest::PolarTest::testStreamExtraction
. CLAMTest::PolarTest::testStreamExtraction_WithSpacesToBeIgnored
. CLAMTest::PolarTest::testStreamExtraction_WithADifferentStartToken
. CLAMTest::PolarTest::testStreamExtraction_WithADifferentEndToken
+ CLAMTest::EnumTest
. CLAMTest::EnumTest::testDefaultConstructor
. CLAMTest::EnumTest::testValueConstructor
. CLAMTest::EnumTest::testStringConstructor
. CLAMTest::EnumTest::testSetValue
. CLAMTest::EnumTest::testSetValue_WithString
. CLAMTest::EnumTest::testSetValueSafely_WithIllegalString
. CLAMTest::EnumTest::testSetValueSafely_WithIllegalValue
+ CLAMTest::ProcessingTest
. CLAMTest::ProcessingTest::testGetInControl_GetTheRightControl
. CLAMTest::ProcessingTest::testGetOutControl_GetTheRightControl
. CLAMTest::ProcessingTest::testGetTypedInControl_GetTheRightControl
. CLAMTest::ProcessingTest::testGetTypedOutControl_GetTheRightControl
. CLAMTest::ProcessingTest::testGetInControl_WithOutOfRangeIndexThrowException
. CLAMTest::ProcessingTest::testGetOutControl_WithOutOfRangeIndexThrowException
. CLAMTest::ProcessingTest::testGetTypedInControl_WithOutOfRangeIndexThrowException
. CLAMTest::ProcessingTest::testGetTypedOutControl_WithOutOfRangeIndexThrowException
. CLAMTest::ProcessingTest::testLinkAndSendControl_ChangesInControlState
. CLAMTest::ProcessingTest::testLinkAndSendControl_ChangesTypedInControlState
. CLAMTest::ProcessingTest::testInControls_GetByNumber_GetTheRightControl
. CLAMTest::ProcessingTest::testOutControls_GetByNumber_GetTheRightControl
. CLAMTest::ProcessingTest::testTypedInControls_GetByNumber_GetTheRightControl
. CLAMTest::ProcessingTest::testTypedOutControls_GetByNumber_GetTheRightControl
. CLAMTest::ProcessingTest::testOutPorts_GetByNumber_GetTheRightPort
. CLAMTest::ProcessingTest::testInPorts_GetByNumber_GetTheRightPort
. CLAMTest::ProcessingTest::testInControls_GetByName_GetTheRightControl
. CLAMTest::ProcessingTest::testOutControls_GetByName_GetTheRightControl
. CLAMTest::ProcessingTest::testOutPorts_GetByName_GetTheRightPort
. CLAMTest::ProcessingTest::testInPorts_GetByName_GetTheRightPort
. CLAMTest::ProcessingTest::testInControls_Size
. CLAMTest::ProcessingTest::testOutControls_Size
. CLAMTest::ProcessingTest::testTypedInControls_Size
. CLAMTest::ProcessingTest::testTypedOutControls_Size
. CLAMTest::ProcessingTest::testInPorts_Size
. CLAMTest::ProcessingTest::testOutPorts_Size
. CLAMTest::ProcessingTest::testOutPorts_Delete
. CLAMTest::ProcessingTest::testInPorts_Delete
. CLAMTest::ProcessingTest::testOutControls_Delete
. CLAMTest::ProcessingTest::testInControls_Delete
. CLAMTest::ProcessingTest::testUnRegistredOutPorts
. CLAMTest::ProcessingTest::testUnRegistredInPorts
. CLAMTest::ProcessingTest::testUnRegistredOutControls
. CLAMTest::ProcessingTest::testUnRegistredInControls
. CLAMTest::ProcessingTest::testConnectPorts_usingNames
. CLAMTest::ProcessingTest::testConnectPorts_usingNumbers
. CLAMTest::ProcessingTest::testConnectControls_usingNames
. CLAMTest::ProcessingTest::testConnectControls_usingNumbers
. CLAMTest::ProcessingTest::testConnectTypedControls_usingNames
. CLAMTest::ProcessingTest::testConnectTypedControls_usingNumbers
. CLAMTest::ProcessingTest::testHasTypedInControl_usingRegisteredControlName
. CLAMTest::ProcessingTest::testHasTypedInControl_usingNotRegisteredControlName
. CLAMTest::ProcessingTest::testHasTypedOutControl_usingRegisteredControlName
. CLAMTest::ProcessingTest::testHasTypedOutControl_usingNotRegisteredControlName
. CLAMTest::ProcessingTest::testIsSyncSource_default
+ CLAMTest::SpectrumConversionsTest
. CLAMTest::SpectrumConversionsTest::testDefaultSpectrum
. CLAMTest::SpectrumConversionsTest::testMagPhase2BPF2MagPhase
. CLAMTest::SpectrumConversionsTest::testComplex2BPF2Complex
. CLAMTest::SpectrumConversionsTest::testComplex2BPF2ComplexWithDifferentSpectrums
+ CLAMTest::AutoPannerTest
. CLAMTest::AutoPannerTest::testDo_WhenFreqEqualSamplingRateAndNoPhase
. CLAMTest::AutoPannerTest::testDo_WhenFreqEqualSamplingRateWithPhase
. CLAMTest::AutoPannerTest::testDo_WhenFreqIsQuarterOfSamplingRate
. CLAMTest::AutoPannerTest::testDo_WhenFreqEqualSamplingRateAndFrameSizeIs10
. CLAMTest::AutoPannerTest::testDo_WhenFreqIsQuarterOfSamplingRateAndPhaseAndFrameSizeIs7
+ CLAMTest::ArrayTest
. CLAMTest::ArrayTest::test_Array_Constructor_NonMemoryOwning_With_Null_Pointer
. CLAMTest::ArrayTest::test_Array_Constructor_NonMemoryOwning_With_Valid_Pointer
. CLAMTest::ArrayTest::test_Array_CopyOperator_MemoryOwning_Into_MemoryOwning
. CLAMTest::ArrayTest::test_Array_CopyOperator_Being_The_Array_The_Placeholder_For_A_WriteStreamRegion
. CLAMTest::ArrayTest::test_SetPtr_OnEmptyArray
. CLAMTest::ArrayTest::test_TwoConsecutiveSetPtrs_OnEmptyArray
. CLAMTest::ArrayTest::test_SetPtr_OnNonEmptyArray
. CLAMTest::ArrayTest::test_Resize_To_Zero_Flushes_The_Array
. CLAMTest::ArrayTest::test_Resize_To_Negative_Triggers_Assertion_Failure
. CLAMTest::ArrayTest::test_GiveChunk_OutOfBounds_Chunk_Triggers_Assertion
. CLAMTest::ArrayTest::test_CopyChunk_OutOfBounds_Chunk_Triggers_Assertion
. CLAMTest::ArrayTest::test_CopyChunk_Legal_Chunk_On_Empty_Array_Triggers_Assertion
. CLAMTest::ArrayTest::test_Add_Element_To_Beginning_Of_Array
. CLAMTest::ArrayTest::test_Add_Element_To_End_Of_Array
. CLAMTest::ArrayTest::test_Add_Element_To_Middle_Of_Array
. CLAMTest::ArrayTest::test_Delete_Element_From_Beginning_Of_Array
. CLAMTest::ArrayTest::test_Delete_Element_From_End_Of_Array
. CLAMTest::ArrayTest::test_Delete_Element_From_Middle_Of_Array
. CLAMTest::ArrayTest::test_Add_Element_To_Empty_Array
. CLAMTest::ArrayTest::test_Insert_Element_Into_Empty_Array
. CLAMTest::ArrayTest::test_Delete_Element_From_Empty_Array
+ CLAM_Math::SearchArrayTest
. CLAM_Math::SearchArrayTest::test_Search_On_Ordered_Array_Of_Points
. CLAM_Math::SearchArrayTest::test_optbinsearch
. CLAM_Math::SearchArrayTest::test_optbinsearch_w_pred
+ CLAMTest::BPFTest
. CLAMTest::BPFTest::test_After_SetValue_i_Y_GetValue_i_Yields_Y
. CLAMTest::BPFTest::test_After_SetValue_0_Y_GetValueFromIndex_0_Yields_Y
. CLAMTest::BPFTest::test_Copy_Of_BPFs
. CLAMTest::BPFTest::test_Delete_Between_A_Range_Of_X_Values
. CLAMTest::BPFTest::test_Delete_Through_X_Value
. CLAMTest::BPFTest::test_Insert_X_Y_Pair
. CLAMTest::BPFTest::test_Insert_Point
. CLAMTest::BPFTest::test_GetValue_Interpolation_Mode_Step
. CLAMTest::BPFTest::test_GetValue_Interpolation_Mode_Round
. CLAMTest::BPFTest::test_GetValue_Interpolation_Mode_Linear
. CLAMTest::BPFTest::test_GetValue_Interpolation_Mode_Quadratic
. CLAMTest::BPFTest::test_GetValue_Interpolation_Mode_Spline
+ CLAMTest::ArrayToBPFCnvTest
. CLAMTest::ArrayToBPFCnvTest::test_ConvertToBPF_NoXValuesSpecified
. CLAMTest::ArrayToBPFCnvTest::test_ConvertToBPF_XValuesSpecifiedAsStartAndDelta
. CLAMTest::ArrayToBPFCnvTest::test_ConvertToBPF_XValuesInsideAnArray
+ CLAMTest::RulerTicksTest
. CLAMTest::RulerTicksTest::testOffsetAndGap_withUnitGap
. CLAMTest::RulerTicksTest::testOffsetAndGap_withHalfWidth
. CLAMTest::RulerTicksTest::testOffsetAndGap_withMinGap2
. CLAMTest::RulerTicksTest::testOffsetAndGap_withMinGap3
. CLAMTest::RulerTicksTest::testOffsetAndGap_withOffsetAndMarkOnOffset
. CLAMTest::RulerTicksTest::testOffsetAndGap_withOffsetAndMarkNotOnOffset
. CLAMTest::RulerTicksTest::testOffsetAndGap_withNegativeRange
. CLAMTest::RulerTicksTest::testOffsetAndGap_withZoomOut
+ CLAMTest::StatsTest
. CLAMTest::StatsTest::testCentroid
. CLAMTest::StatsTest::testCentroid_withSingleDelta
. CLAMTest::StatsTest::testCentroid_withSingleDeltaAtTheFirstBin
. CLAMTest::StatsTest::testCentroid_withDeltasAtExtremes
. CLAMTest::StatsTest::testCentroid_withEvenZeros
. CLAMTest::StatsTest::testCentroid_withOddZeros
. CLAMTest::StatsTest::testCentroid_withEvenConstant
. CLAMTest::StatsTest::testCentroid_withOddConstant
. CLAMTest::StatsTest::testMean_withNoElements
. CLAMTest::StatsTest::testMoment1
. CLAMTest::StatsTest::testMoment2
. CLAMTest::StatsTest::testMoment3
. CLAMTest::StatsTest::testMoment4
. CLAMTest::StatsTest::testMoment5
. CLAMTest::StatsTest::testMoment6
. CLAMTest::StatsTest::testSlope_withPrimesUp
. CLAMTest::StatsTest::testSlope_withPrimesDown
. CLAMTest::StatsTest::testSlope_withConstant
. CLAMTest::StatsTest::testSlope_withInvertedUp
+ Simac::Test::CircularPeakPickingTest
. Simac::Test::CircularPeakPickingTest::testSilence
. Simac::Test::CircularPeakPickingTest::testSingleTunedPeak
. Simac::Test::CircularPeakPickingTest::testSingleTunedPeakAtTheFront
. Simac::Test::CircularPeakPickingTest::testSingleTunedPeakAtTheBack
. Simac::Test::CircularPeakPickingTest::testSingleTunedPeakAtThePreviousToBack
. Simac::Test::CircularPeakPickingTest::testInterpolatedMaximum_withSimetricPoints
. Simac::Test::CircularPeakPickingTest::testInterpolatedMaximum_withLowUnbalancedPoints
. Simac::Test::CircularPeakPickingTest::testInterpolatedMaximum_withHighUnbalancedPoints
. Simac::Test::CircularPeakPickingTest::testSingleLowDetunedPeak
. Simac::Test::CircularPeakPickingTest::testSingleHighDetunedPeak
. Simac::Test::CircularPeakPickingTest::testTwoDetunedPeaks
. Simac::Test::CircularPeakPickingTest::testSingleLowDetunedPeaksAtTheFront
. Simac::Test::CircularPeakPickingTest::testSingleLowDetunedPeaksAtTheBack
. Simac::Test::CircularPeakPickingTest::testSingleLowDetunedPeaksAtThePreviousToTheBack
. Simac::Test::CircularPeakPickingTest::testSingleHighDetunedPeaksAtTheFront
. Simac::Test::CircularPeakPickingTest::testSingleHighDetunedPeaksAtTheBack
. Simac::Test::CircularPeakPickingTest::testSingleHighDetunedPeaksAtThePreviousToTheBack
. Simac::Test::CircularPeakPickingTest::testInterpolatedMaximum_withInterBinPeak
. Simac::Test::CircularPeakPickingTest::testSingleInterBinPeak
. Simac::Test::CircularPeakPickingTest::testSinglePeak_withNonOneBinSize
. Simac::Test::CircularPeakPickingTest::testSinglePeak_withNonZeroOffset
. Simac::Test::CircularPeakPickingTest::testSinglePeak_withOffsetAndBinSize
. Simac::Test::CircularPeakPickingTest::testSuccesiveCallsClearsPreviousResults
+ Simac::Test::SemitoneCenterFinderTest
. Simac::Test::SemitoneCenterFinderTest::testSilence
. Simac::Test::SemitoneCenterFinderTest::testSingleTunedPeakAtFirstPitch
. Simac::Test::SemitoneCenterFinderTest::testSingleOneBinDetunedAtFirstPitch
. Simac::Test::SemitoneCenterFinderTest::testSingleOneBinDetunedAtSecondPitch
. Simac::Test::SemitoneCenterFinderTest::testDifferentTunnings_choosesTheMostFrequent
. Simac::Test::SemitoneCenterFinderTest::testSeveralFrames
. Simac::Test::SemitoneCenterFinderTest::testBorderTunning_roundsToTheFirstDecimalUp
. Simac::Test::SemitoneCenterFinderTest::testBorderTunning_roundsToTheFirstDecimalDown
+ Simac::Test::CircularPeakTunnerTest
. Simac::Test::CircularPeakTunnerTest::testTunningShift_withNoDetunning
. Simac::Test::CircularPeakTunnerTest::testTunningShift_withSemitoneTranspose
. Simac::Test::CircularPeakTunnerTest::testTunningShift_withDetunning
. Simac::Test::CircularPeakTunnerTest::testTunningShift_withReferenceAndDetunning
. Simac::Test::CircularPeakTunnerTest::testTunningShift_near1ToneUpTransposition
. Simac::Test::CircularPeakTunnerTest::testTunningShift_past1ToneUpTransposition
. Simac::Test::CircularPeakTunnerTest::testTunningShift_near1ToneDownTransposition
. Simac::Test::CircularPeakTunnerTest::testTunningShift_past1ToneDownTransposition
. Simac::Test::CircularPeakTunnerTest::testTunningShift_aboveQuarterTone_near1ToneUpTransposition
. Simac::Test::CircularPeakTunnerTest::testTunningShift_aboveQuarterTone_past1ToneUpTransposition
. Simac::Test::CircularPeakTunnerTest::testTunningShift_aboveQuarterTone_near1ToneDownTransposition
. Simac::Test::CircularPeakTunnerTest::testTunningShift_aboveQuarterTone_past1ToneDownTransposition
. Simac::Test::CircularPeakTunnerTest::testTunningShift_maximumShift
. Simac::Test::CircularPeakTunnerTest::testTunningShift_minimumShift
. Simac::Test::CircularPeakTunnerTest::testTune_withNoDetunning
. Simac::Test::CircularPeakTunnerTest::testTune_withDetunning
. Simac::Test::CircularPeakTunnerTest::testTune_withDetunning_underTheSemitone
. Simac::Test::CircularPeakTunnerTest::testTune_withDetunning_twiceUnderTheSemitone
. Simac::Test::CircularPeakTunnerTest::testTune_withDetunning_twiceOverTheSemitone
. Simac::Test::CircularPeakTunnerTest::testDo_withNoPeaks
. Simac::Test::CircularPeakTunnerTest::testDo_withSinglePeak_noDetunning
. Simac::Test::CircularPeakTunnerTest::testDo_withSinglePeak_detunning
. Simac::Test::CircularPeakTunnerTest::testDo_withSinglePeak_referenceMoved
. Simac::Test::CircularPeakTunnerTest::testDo_withSeveralPeaks_referenceMoved
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withNoDetunning_Tuned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withNoDetunning_UpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withNoDetunning_PastUpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withNoDetunning_LowerBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withNoDetunning_PastLowerBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withDetunning_UpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withDetunning_PastUpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withOverSemitoneDetunning_UpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withOverSemitoneDetunning_PastUpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withDifferentReference_Detunning_UpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withDifferentReference_Detunning_PastUpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withDifferentReference_OverDetunning_UpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withDifferentReference_OverDetunning_PastUpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withDifferentReference_UnderDetunning_LowerBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withDifferentReference_UnderDetunning_PastLowerBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_Tunned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_UpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_PastUpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_UpperBound_Detunned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_PastUpperBound_Detunned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_UpperBound_OverDetunned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_PastUpperBound_OverDetunned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_LowerBound_OverDetunned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_PastLowerBound_OverDetunned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_LowerBound_UnderDetunned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_PastLowerBound_UnderDetunned
+ Simac::Test::CircularPeaksToPCPTest
. Simac::Test::CircularPeaksToPCPTest::testDo_withNoPeaks
. Simac::Test::CircularPeaksToPCPTest::testDo_withSinglePeak
. Simac::Test::CircularPeaksToPCPTest::testDo_withSingleLowPeak
. Simac::Test::CircularPeaksToPCPTest::testDo_withSinglePastLowPeak
. Simac::Test::CircularPeaksToPCPTest::testDo_withSameSemitonePeaks_getAdded
. Simac::Test::CircularPeaksToPCPTest::testDo_withPeaksOnTheBorder
. Simac::Test::CircularPeaksToPCPTest::testDo_withMultipleFrames_getCleared
. Simac::Test::CircularPeaksToPCPTest::testHammingWindowing_withCenterPoint
. Simac::Test::CircularPeaksToPCPTest::testHammingWindowing_withOtherCenterPoint
. Simac::Test::CircularPeaksToPCPTest::testHammingWindowing_withInterSemitonePosition
. Simac::Test::CircularPeaksToPCPTest::testHammingWindowing_withOtherInterSemitonePosition
. Simac::Test::CircularPeaksToPCPTest::testDo_withWindowingActivated
+ Simac::Test::InstantTunningEstimatorTest
. Simac::Test::InstantTunningEstimatorTest::testSilence
. Simac::Test::InstantTunningEstimatorTest::testSingleTunedPeakAtFirstPitch
. Simac::Test::InstantTunningEstimatorTest::testSingleTunedPeakAtSecondPitch
. Simac::Test::InstantTunningEstimatorTest::testSingleDetunedPeakAtSecondPitch
. Simac::Test::InstantTunningEstimatorTest::testTwoTunedPeaksAtFirstSecondPitch
. Simac::Test::InstantTunningEstimatorTest::testTwoOrthogonalTunnings
. Simac::Test::InstantTunningEstimatorTest::testTwoOpposedTunnings
. Simac::Test::InstantTunningEstimatorTest::testTwoDetunnedPeaks
. Simac::Test::InstantTunningEstimatorTest::testSeveralFrames_withoutInertia
. Simac::Test::InstantTunningEstimatorTest::testSeveralFrames_withInertia
+ CLAMTest::AudioFileTest
. CLAMTest::AudioFileTest::testOpenExisting_FileExists_and_Is_PCM
. CLAMTest::AudioFileTest::testOpenExisting_FileExists_and_Is_OggVorbis
. CLAMTest::AudioFileTest::testOpenExisting_FileExists_and_Is_Mpeg
. CLAMTest::AudioFileTest::testOpenExisting_FileExists_NotSpurious_Mpeg
. CLAMTest::AudioFileTest::testOpenExisting_FileDoesNotExist_UnrecognizedFormat
. CLAMTest::AudioFileTest::testIsReadable_with_strangeThings
. CLAMTest::AudioFileTest::testGetHeader_HeaderIsRight_PCM
. CLAMTest::AudioFileTest::testGetHeader_HeaderIsRight_OggVorbis
. CLAMTest::AudioFileTest::testGetHeader_HeaderIsRight_Mpeg
. CLAMTest::AudioFileTest::testGetHeader_NoHeaderWhenFileIsUnreadable
. CLAMTest::AudioFileTest::testGetHeader_NoHeaderWhenFileIsUnreadable_AfterOneSuccessful
. CLAMTest::AudioFileTest::testCreateNew_UserDefinesHeaderForWriting_PCM_RightCodecIsDeduced
. CLAMTest::AudioFileTest::testCreateNew_UserDefinesHeaderForWriting_Ogg_RightCodecIsDeduced
. CLAMTest::AudioFileTest::testCreateNew_WithoutSampleRate_Fails
. CLAMTest::AudioFileTest::testCreateNew_WithoutChannels_IsOK
. CLAMTest::AudioFileTest::testCreateNew_WithoutFormat_Fails
. CLAMTest::AudioFileTest::testCreateNew_SetValues_WAV
. CLAMTest::AudioFileTest::testCreateNew_SetValues_AIFF
. CLAMTest::AudioFileTest::testCreateNew_SetValues_OggVorbis
. CLAMTest::AudioFileTest::testCreateNew_SetValues_WAV_AreWritable
. CLAMTest::AudioFileTest::testCreateNew_SetValues_AIFF_AreWritable
. CLAMTest::AudioFileTest::testCreateNew_SetValues_OggVorbis_AreWritable
. CLAMTest::AudioFileTest::testIsWritable_ReturnsTrue_PCM_WithReasonableHeader
. CLAMTest::AudioFileTest::testIsWritable_ReturnsFalse_PCM_TooManyChannels
. CLAMTest::AudioFileTest::testIsWritable_ReturnsFalse_PCM_TooFewChannels
. CLAMTest::AudioFileTest::testTextDescriptorsExtraction_From_OggVorbis
. CLAMTest::AudioFileTest::testTextDescriptorsExtraction_From_Mpeg
+ CLAMTest::TypedControlsTest
. CLAMTest::TypedControlsTest::testTypedInControl_DoControl_ChangesInternalState
. CLAMTest::TypedControlsTest::testAddLinkAndSendControl_ChangesTypedInControlInternalState
. CLAMTest::TypedControlsTest::testIsConnected_WithTypedOutControl_AfterConnection
. CLAMTest::TypedControlsTest::testIsConnected_WithTypedOutControl_WithoutConnection
. CLAMTest::TypedControlsTest::testIsConnectedTo_WithTypedOutControl_WhenControlsAreConnected
. CLAMTest::TypedControlsTest::testIsConnectedTo_WithTypedOutControl_WhenControlsAreNotConnected
. CLAMTest::TypedControlsTest::testTypedInControlIsConnected_byDefault
. CLAMTest::TypedControlsTest::testTypedInControlIsConnected_whenConnected
. CLAMTest::TypedControlsTest::testTypedInControlIsConnected_whenDisconnected
. CLAMTest::TypedControlsTest::testTypedInControlDestructor_disconnectsOutControl
. CLAMTest::TypedControlsTest::testTypedOutControlDestructor_disconnectsInControl
. CLAMTest::TypedControlsTest::testOneTypedOutControlManyTypedInControls_DoControl_ChangesInternalState
. CLAMTest::TypedControlsTest::testIsLinkable_withDifferentTypedControls
. CLAMTest::TypedControlsTest::testIsLinkable_withSameTypedControls
. CLAMTest::TypedControlsTest::testAddLink_withSameTypedControls
. CLAMTest::TypedControlsTest::testAddLink_withDifferentTypedControls
. CLAMTest::TypedControlsTest::testIsConnected_WithBaseTypedOutControl_AfterConnection
. CLAMTest::TypedControlsTest::testIsConnected_WithBaseTypedOutControl_WithNoConnection
. CLAMTest::TypedControlsTest::testIsConnectedTo_WithBaseTypedOutControl_WhenControlsAreConnected
. CLAMTest::TypedControlsTest::testIsConnectedTo_WithBaseTypedOutControl_WhenControlsAreNotConnected
. CLAMTest::TypedControlsTest::testCascadingTypedInControl_DoControl_ChangesInternalState
. CLAMTest::TypedControlsTest::testLinkAndSendWithCascadingTypedInControl_CallbackMethodGetsCalled
. CLAMTest::TypedControlsTest::testControlHandlerId_WritesToLog
. CLAMTest::TypedControlsTest::testLinkAndSendWithCascadingTypedInControl_CallbackWithIdMethodGetsCalled
. CLAMTest::TypedControlsTest::testTypedInControlRegistry_ProcessingInterface_Register_ChangesInternalState
. CLAMTest::TypedControlsTest::testTypedOutControlRegistry_ProcessingInterface_Register_ChangesInternalState
. CLAMTest::TypedControlsTest::testTypedInControlRegistry_Has_loadingControlWithSameName
. CLAMTest::TypedControlsTest::testTypedOutControlRegistry_Has_loadingControlWithSameName
. CLAMTest::TypedControlsTest::testTypedInControlRegistry_Has_withNoControls
. CLAMTest::TypedControlsTest::testTypedOutControlRegistry_Has_withNoControls
+ CLAM::Test::XmlMockUpObjectsTest
. CLAM::Test::XmlMockUpObjectsTest::testTraceStructure_basicWithoutLevelAndContent
. CLAM::Test::XmlMockUpObjectsTest::testTraceStructure_basicWithContent
. CLAM::Test::XmlMockUpObjectsTest::testTraceStructure_basicWithLevel
. CLAM::Test::XmlMockUpObjectsTest::testTraceStructure_emptyComponent
. CLAM::Test::XmlMockUpObjectsTest::testTraceStructure_emptyComponentWithLevel
. CLAM::Test::XmlMockUpObjectsTest::testTraceStructure_componentWithBasicsInside
. CLAM::Test::XmlMockUpObjectsTest::testTraceStructure_componentWithComponentsInside
. CLAM::Test::XmlMockUpObjectsTest::testXMLContentSetter_whenOneWord
. CLAM::Test::XmlMockUpObjectsTest::testXMLContentSetter_whenTwoWords
. CLAM::Test::XmlMockUpObjectsTest::testXMLContentSetter_whenNoWordsGivesDefaultValue
+ CLAM::Test::XmlWriteContextTest
. CLAM::Test::XmlWriteContextTest::testCurrentContext_whenNoContextDefinedFails
. CLAM::Test::XmlWriteContextTest::testConstructor_establishCurrentContext
. CLAM::Test::XmlWriteContextTest::testDestructor_removesCurrentContext
. CLAM::Test::XmlWriteContextTest::testConstructor_whenASecondContextDefinedFails
. CLAM::Test::XmlWriteContextTest::testGetTarget
. CLAM::Test::XmlWriteContextTest::testInsertContent_whenString
. CLAM::Test::XmlWriteContextTest::testInsertContent_whenInteger
. CLAM::Test::XmlWriteContextTest::testOpenElement
. CLAM::Test::XmlWriteContextTest::testCloseElement_whenEmpty
. CLAM::Test::XmlWriteContextTest::testCloseElement_whenHasContent
. CLAM::Test::XmlWriteContextTest::testCloseElement_whenHasChildren
. CLAM::Test::XmlWriteContextTest::testCloseElement_whenHasSiblings
. CLAM::Test::XmlWriteContextTest::testLastWasAContent_whenConstructed
. CLAM::Test::XmlWriteContextTest::testLastWasAContent_whenContentWasInserted
. CLAM::Test::XmlWriteContextTest::testLastWasAContent_whenElementOpened
. CLAM::Test::XmlWriteContextTest::testLastWasAContent_whenElementClosed
. CLAM::Test::XmlWriteContextTest::testLastWasAContent_whenContentInsertedOnElement
. CLAM::Test::XmlWriteContextTest::testLastWasAContent_whenElementWithContentClosed
. CLAM::Test::XmlWriteContextTest::testInsertAttribute_whenOutsideTheTagFails
. CLAM::Test::XmlWriteContextTest::testInsertAttribute_whenEmpty
. CLAM::Test::XmlWriteContextTest::testInsertAttribute_whenFull
. CLAM::Test::XmlWriteContextTest::testCurrentLevel_whenConstructed
. CLAM::Test::XmlWriteContextTest::testCurrentLevel_whenContentAdded
. CLAM::Test::XmlWriteContextTest::testCurrentLevel_whenElementOpened
. CLAM::Test::XmlWriteContextTest::testCurrentLevel_whenTwoElementsOpened
. CLAM::Test::XmlWriteContextTest::testCurrentLevel_whenOneElementClosed
. CLAM::Test::XmlWriteContextTest::testCurrentLevel_whenTwoElementClosed
. CLAM::Test::XmlWriteContextTest::testCurrentLevel_whenFirstOfTwoElementClosed
. CLAM::Test::XmlWriteContextTest::testIndentation_whenSingleContent
. CLAM::Test::XmlWriteContextTest::testIndentation_whenSingleElement
. CLAM::Test::XmlWriteContextTest::testIndentation_whenRootSiblings
. CLAM::Test::XmlWriteContextTest::testIndentation_whenNested
. CLAM::Test::XmlWriteContextTest::testIndentation_whenNestedSiblings
. CLAM::Test::XmlWriteContextTest::testIndentation_whenNestedSingleContent
. CLAM::Test::XmlWriteContextTest::testIndentation_whenNestedPreContent
. CLAM::Test::XmlWriteContextTest::testIndentation_whenNestedPostContent
. CLAM::Test::XmlWriteContextTest::testIndentation_whenNestedNested
+ CLAM::Test::XmlScopedTest
. CLAM::Test::XmlScopedTest::testInsertInteger
. CLAM::Test::XmlScopedTest::testInsertString
. CLAM::Test::XmlScopedTest::testEmptyElement
. CLAM::Test::XmlScopedTest::testElementWithContent
. CLAM::Test::XmlScopedTest::testEmptyElementWithAttribute
. CLAM::Test::XmlScopedTest::testEmptyElementWithFloatAttribute
. CLAM::Test::XmlScopedTest::testElementWithAttributeAndContent
. CLAM::Test::XmlScopedTest::testElementWithAttributes
. CLAM::Test::XmlScopedTest::testElementWithChildren
+ CLAMTest::XmlAdaptersTest
. CLAMTest::XmlAdaptersTest::testXmlAdapter
. CLAMTest::XmlAdaptersTest::testXmlArrayAdapter
. CLAMTest::XmlAdaptersTest::testXmlIterableAdapter
. CLAMTest::XmlAdaptersTest::testXmlComponentAdapter
. CLAMTest::XmlAdaptersTest::testXmlComponentArray
. CLAMTest::XmlAdaptersTest::testXmlComponentList
+ CLAMTest::UnsizedSegmentationTest
. CLAMTest::UnsizedSegmentationTest::testStoreOn
. CLAMTest::UnsizedSegmentationTest::testtakeArray
. CLAMTest::UnsizedSegmentationTest::testLoadFromWithoutMaxPos
. CLAMTest::UnsizedSegmentationTest::testLoadFromWithMaxPos
. CLAMTest::UnsizedSegmentationTest::testStoreOn_withinAnArray
. CLAMTest::UnsizedSegmentationTest::testLoadFromWithoutMaxPos_withinAnArray
. CLAMTest::UnsizedSegmentationTest::testLoadFromWithMaxPos_withinAnArray
+ CLAMTest::ContiguousSegmentationTest
. CLAMTest::ContiguousSegmentationTest::testConstructor
. CLAMTest::ContiguousSegmentationTest::testInsert_aPoint
. CLAMTest::ContiguousSegmentationTest::testInsert_inTheMiddle
. CLAMTest::ContiguousSegmentationTest::testInsert_beyondLimit
. CLAMTest::ContiguousSegmentationTest::testInsert_behindLimit
. CLAMTest::ContiguousSegmentationTest::testPickOffset_withExactValue
. CLAMTest::ContiguousSegmentationTest::testPickOffset_withNonMatchingValue
. CLAMTest::ContiguousSegmentationTest::testPickOffset_withinTolerance
. CLAMTest::ContiguousSegmentationTest::testPickOffset_withSeveralPointsWithinTolerance
. CLAMTest::ContiguousSegmentationTest::testPickOffset_outsideTheRange
. CLAMTest::ContiguousSegmentationTest::testPickOnset_withExactValue
. CLAMTest::ContiguousSegmentationTest::testPickOnset_withNonMatchingValue
. CLAMTest::ContiguousSegmentationTest::testPickOnset_withinTolerance
. CLAMTest::ContiguousSegmentationTest::testPickOnset_withSeveralPointsWithinTolerance
. CLAMTest::ContiguousSegmentationTest::testPickOnset_outsideTheRange
. CLAMTest::ContiguousSegmentationTest::testPickSegmentBody
. CLAMTest::ContiguousSegmentationTest::testPickSegmentBody_behindRange
. CLAMTest::ContiguousSegmentationTest::testPickSegmentBody_afterRange
. CLAMTest::ContiguousSegmentationTest::testPickSegmentBody_atABound
. CLAMTest::ContiguousSegmentationTest::testPickSegmentBody_atZeroBound
. CLAMTest::ContiguousSegmentationTest::testSelection
. CLAMTest::ContiguousSegmentationTest::testSelection_multiple
. CLAMTest::ContiguousSegmentationTest::testDeselection
. CLAMTest::ContiguousSegmentationTest::testInsert_movesSelection
. CLAMTest::ContiguousSegmentationTest::testClearSelection
. CLAMTest::ContiguousSegmentationTest::testDragOffset
. CLAMTest::ContiguousSegmentationTest::testDragOffset_beyondNextBound
. CLAMTest::ContiguousSegmentationTest::testDragOffset_beyondPreviousBound
. CLAMTest::ContiguousSegmentationTest::testDragOffset_ofLastBoundHasNoEffect
. CLAMTest::ContiguousSegmentationTest::testDragOffset_ofPreLastSegment
. CLAMTest::ContiguousSegmentationTest::testDragOffset_ofFirstBoundLimitIsZero
. CLAMTest::ContiguousSegmentationTest::testDragOnset
. CLAMTest::ContiguousSegmentationTest::testDragOnset_beyondNextBound
. CLAMTest::ContiguousSegmentationTest::testDragOnset_beyondPreviousBound
. CLAMTest::ContiguousSegmentationTest::testDragOnset_ofFirstBoundHasNoEffect
. CLAMTest::ContiguousSegmentationTest::testDragOnset_ofLastSegment
. CLAMTest::ContiguousSegmentationTest::testDragOnset_ofLastBoundLimitIsLength
. CLAMTest::ContiguousSegmentationTest::testRemove
. CLAMTest::ContiguousSegmentationTest::testRemove_movesSelection
. CLAMTest::ContiguousSegmentationTest::testRemove_removesRemovedSelection
. CLAMTest::ContiguousSegmentationTest::testRemove_firstSegment
. CLAMTest::ContiguousSegmentationTest::testRemove_lastSegmentExpandsPrevious
. CLAMTest::ContiguousSegmentationTest::testRemove_singleSegmentHasNoEffect
. CLAMTest::ContiguousSegmentationTest::testConstructor_putsCurrentAtZero
. CLAMTest::ContiguousSegmentationTest::testInsert_keepsCurrentAtZero
. CLAMTest::ContiguousSegmentationTest::testCurrent_changesCurrent
. CLAMTest::ContiguousSegmentationTest::testCurrent_aboveNSegmentsHasNoEffect
. CLAMTest::ContiguousSegmentationTest::testInsert_beforeCurrentCorrectsIt
. CLAMTest::ContiguousSegmentationTest::testRemove_beforeCurrentCorrectsIt
. CLAMTest::ContiguousSegmentationTest::testRemove_afterCurrentKeepsIt
. CLAMTest::ContiguousSegmentationTest::testRemove_justTheCurrentChangesIt
. CLAMTest::ContiguousSegmentationTest::testRemove_justTheCurrentButItIsZeroKeepsAtZero
. CLAMTest::ContiguousSegmentationTest::testInitialize_withGoodData
. CLAMTest::ContiguousSegmentationTest::testInitialize_withZero
. CLAMTest::ContiguousSegmentationTest::testInitialize_BeyondMax
. CLAMTest::ContiguousSegmentationTest::testStoreOn
. CLAMTest::ContiguousSegmentationTest::testtakeArray
. CLAMTest::ContiguousSegmentationTest::testLoadFromWithoutMaxPos
. CLAMTest::ContiguousSegmentationTest::testLoadFromWithMaxPos
. CLAMTest::ContiguousSegmentationTest::testStoreOn_withinAnArray
. CLAMTest::ContiguousSegmentationTest::testMaxPosition_Initial
. CLAMTest::ContiguousSegmentationTest::testLoadFromWithoutMaxPos_withinAnArray
. CLAMTest::ContiguousSegmentationTest::testLoadFromWithMaxPos_withinAnArray
+ CLAMTest::DiscontinuousSegmentationTest
. CLAMTest::DiscontinuousSegmentationTest::testConstructor
. CLAMTest::DiscontinuousSegmentationTest::testInsert_atZero
. CLAMTest::DiscontinuousSegmentationTest::testInsert_inTheMiddleOfAnExistingSegment
. CLAMTest::DiscontinuousSegmentationTest::testInsert_beyondLimit
. CLAMTest::DiscontinuousSegmentationTest::testInsert_behindLimit
. CLAMTest::DiscontinuousSegmentationTest::testInit_withASortedListsOfPoints
. CLAMTest::DiscontinuousSegmentationTest::testInit_withAnOverlap
. CLAMTest::DiscontinuousSegmentationTest::testInit_withUnsortedOnsetOffsetPair
. CLAMTest::DiscontinuousSegmentationTest::testInit_withOutOfBoundsOffset
. CLAMTest::DiscontinuousSegmentationTest::testInit_withOddNumberOfBounds
. CLAMTest::DiscontinuousSegmentationTest::testPickOffset_withExactValue
. CLAMTest::DiscontinuousSegmentationTest::testPickOffset_withNonMatchingValue
. CLAMTest::DiscontinuousSegmentationTest::testPickOffset_withinTolerance
. CLAMTest::DiscontinuousSegmentationTest::testPickOffset_withSeveralPointsWithinTolerance
. CLAMTest::DiscontinuousSegmentationTest::testPickOffset_outsideTheRange
. CLAMTest::DiscontinuousSegmentationTest::testPickOnset_withExactValue
. CLAMTest::DiscontinuousSegmentationTest::testPickOnset_withNonMatchingValue
. CLAMTest::DiscontinuousSegmentationTest::testPickOnset_withinTolerance
. CLAMTest::DiscontinuousSegmentationTest::testPickOnset_withSeveralPointsWithinTolerance
. CLAMTest::DiscontinuousSegmentationTest::testPickOnset_outsideTheRange
. CLAMTest::DiscontinuousSegmentationTest::testPickSegmentBody
. CLAMTest::DiscontinuousSegmentationTest::testPickSegmentBody_behindRange
. CLAMTest::DiscontinuousSegmentationTest::testPickSegmentBody_afterRange
. CLAMTest::DiscontinuousSegmentationTest::testPickSegmentBody_atABound
. CLAMTest::DiscontinuousSegmentationTest::testPickSegmentBody_atZeroBound
. CLAMTest::DiscontinuousSegmentationTest::testPickSegmentBody_atGap
. CLAMTest::DiscontinuousSegmentationTest::testSelection
. CLAMTest::DiscontinuousSegmentationTest::testSelection_multiple
. CLAMTest::DiscontinuousSegmentationTest::testDeselection
. CLAMTest::DiscontinuousSegmentationTest::testInsert_movesSelection
. CLAMTest::DiscontinuousSegmentationTest::testClearSelection
. CLAMTest::DiscontinuousSegmentationTest::testDragOnset_ofFirstBoundHasEffect
. CLAMTest::DiscontinuousSegmentationTest::testDragOffset_ofLastBoundHasEffect
. CLAMTest::DiscontinuousSegmentationTest::testDragOnset
. CLAMTest::DiscontinuousSegmentationTest::testDragOffset
. CLAMTest::DiscontinuousSegmentationTest::testDragOnset_thatDoesNotExist
. CLAMTest::DiscontinuousSegmentationTest::testDragOffset_thatDoesNotExist
. CLAMTest::DiscontinuousSegmentationTest::testDragOnset_toLeftLimitedByPreviousOffset
. CLAMTest::DiscontinuousSegmentationTest::testDragOnset_toLeftLimitedByZeroWhenFirstOne
. CLAMTest::DiscontinuousSegmentationTest::testDragOnset_toRightLimitedByOwnOffset
. CLAMTest::DiscontinuousSegmentationTest::testDragOffset_toRightLimitedByNextOnset
. CLAMTest::DiscontinuousSegmentationTest::testDragOffset_toRightLimitedByMaxWhenLastOne
. CLAMTest::DiscontinuousSegmentationTest::testDragOffset_toLeftLimitedByOwnOnset
. CLAMTest::DiscontinuousSegmentationTest::testRemove
. CLAMTest::DiscontinuousSegmentationTest::testRemove_movesSelection
. CLAMTest::DiscontinuousSegmentationTest::testRemove_removesRemovedSelection
. CLAMTest::DiscontinuousSegmentationTest::testRemove_firstSegment
. CLAMTest::DiscontinuousSegmentationTest::testRemove_lastSegmentExpandsPrevious
. CLAMTest::DiscontinuousSegmentationTest::testRemove_singleSegmentHasEffect
. CLAMTest::DiscontinuousSegmentationTest::testConstructor_putsCurrentAtZero
. CLAMTest::DiscontinuousSegmentationTest::testInsert_keepsCurrentAtZero
. CLAMTest::DiscontinuousSegmentationTest::testCurrent_changesCurrent
. CLAMTest::DiscontinuousSegmentationTest::testCurrent_aboveNSegmentsHasNoEffect
. CLAMTest::DiscontinuousSegmentationTest::testInsert_beforeCurrentCorrectsIt
. CLAMTest::DiscontinuousSegmentationTest::testRemove_beforeCurrentCorrectsIt
. CLAMTest::DiscontinuousSegmentationTest::testRemove_afterCurrentKeepsIt
. CLAMTest::DiscontinuousSegmentationTest::testRemove_justTheCurrentChangesIt
. CLAMTest::DiscontinuousSegmentationTest::testRemove_justTheCurrentButItIsZeroKeepsAtZero
. CLAMTest::DiscontinuousSegmentationTest::testInsert_onTheMiddleOfAFrame
. CLAMTest::DiscontinuousSegmentationTest::testInsert_onGapAtTheBegining
. CLAMTest::DiscontinuousSegmentationTest::testInsert_onGapAtTheBeginingMovesCurrentWhenAfter
. CLAMTest::DiscontinuousSegmentationTest::testInsert_onGapInBetweenSegments
. CLAMTest::DiscontinuousSegmentationTest::testStoreOn
. CLAMTest::DiscontinuousSegmentationTest::testtakeArray
. CLAMTest::DiscontinuousSegmentationTest::testLoadFromWithoutMaxPos
. CLAMTest::DiscontinuousSegmentationTest::testLoadFromWithMaxPos
. CLAMTest::DiscontinuousSegmentationTest::testStoreOn_withinAnArray
. CLAMTest::DiscontinuousSegmentationTest::testLoadFromWithoutMaxPos_withinAnArray
. CLAMTest::DiscontinuousSegmentationTest::testLoadFromWithMaxPos_withinAnArray
wine: Unhandled page fault on read access to 0x00000007 at address 0x7 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000007 in 32-bit code (0x00000007).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:00000007 ESP:022cf20c EBP:022cf258 EFLAGS:00010202( - 00 - -RI1)
EAX:00000007 EBX:022cf244 ECX:474e5543 EDX:432b2b00
ESI:00000000 EDI:00173ea8
Stack dump:
0x022cf20c: 0779ab91 00000001 00000001 432b2b00
0x022cf21c: 474e5543 00173ea8 022cf244 00000000
0x022cf22c: 00000000 0f16489a 00000058 022cf308
0x022cf23c: 11f762e0 00000000 0d2053e0 022cf308
0x022cf24c: 00173ea8 00000000 00000000 022cf278
0x022cf25c: 0784d9d7 00173ea8 00000000 001740a0
Backtrace:
=>1 0x00000007 (0x022cf258)
2 0x0784d9d7 in clam_core (+0xfd9d7) (0x022cf278)
3 0x077c091c in clam_core (+0x7091c) (0x022cf3b8)
4 0x0778bb53 in clam_core (+0x3bb53) (0x0a2f5518)
5 0x00000000 (0x008e2c58)
6 0x00427a80 in unittests (+0x27a80) (0x00427a90)
7 0x507800c7 (0x0424448b)
8 0x5f325349 (0x6c706d49)
9 0x01523708 in unittests (+0x1123708) (0x00335f24)
0x00000007: -- no code accessible --
Modules:
Module Address Debug info Name (83 modules)
PE 230000- 23b000 Deferred intl
PE 240000- 31a000 Deferred iconv
PE 320000- 3a6000 Deferred libsigc-2.0-0
PE 400000- 20c9000 Stabs unittests
PE 22d0000- 7747000 Deferred clam_processing
PE 7750000- 8147000 Stabs clam_core
PE 10000000-10013000 Deferred zlib1
PE 62480000-624ee000 Deferred pthreadgc2
PE 63500000-63643000 Deferred libxml2
PE 63a40000-63a7c000 Deferred libgobject-2.0-0
PE 65340000-653da000 Deferred portaudio
PE 664c0000-667f6000 Deferred libglibmm-2.4-1
PE 67200000-67326000 Deferred libxml++-2.6-2
PE 685c0000-68666000 Deferred libglib-2.0-0
PE 691c0000-69603000 Deferred libcppunit-1-12-0
PE 6bcc0000-6ce34000 Deferred clam_audioio
PE 6d540000-6d5cb000 Deferred libvorbis-0
PE 6dd00000-6dd0b000 Deferred libgmodule-2.0-0
PE 70440000-705d4000 Deferred libsndfile-1
PE 70680000-706f4000 Deferred libogg-0
ELF 7b800000-7b92d000 Deferred kernel32
\-PE 7b820000-7b92d000 \ kernel32
ELF 7bc00000-7bca4000 Deferred ntdll
\-PE 7bc10000-7bca4000 \ ntdll
ELF 7bf00000-7bf03000 Deferred
ELF 7e54d000-7e580000 Deferred uxtheme
\-PE 7e550000-7e580000 \ uxtheme
ELF 7e580000-7e594000 Deferred midimap
\-PE 7e590000-7e594000 \ midimap
ELF 7e594000-7e5ba000 Deferred msacm32
\-PE 7e5a0000-7e5ba000 \ msacm32
ELF 7e5ba000-7e67d000 Deferred libasound.so.2
ELF 7e684000-7e69b000 Deferred msacm32
\-PE 7e690000-7e69b000 \ msacm32
ELF 7e69b000-7e6d1000 Deferred winealsa
\-PE 7e6a0000-7e6d1000 \ winealsa
ELF 7e74c000-7e76d000 Deferred libexpat.so.1
ELF 7e76d000-7e797000 Deferred libfontconfig.so.1
ELF 7e797000-7e7ac000 Deferred libz.so.1
ELF 7e7ac000-7e81c000 Deferred libfreetype.so.6
ELF 7e83a000-7e8f9000 Deferred comctl32
\-PE 7e840000-7e8f9000 \ comctl32
ELF 7e8f9000-7e952000 Deferred shlwapi
\-PE 7e910000-7e952000 \ shlwapi
ELF 7e952000-7ea65000 Deferred shell32
\-PE 7e960000-7ea65000 \ shell32
ELF 7ea65000-7eaf7000 Deferred winmm
\-PE 7ea70000-7eaf7000 \ winmm
ELF 7eaf7000-7eb0b000 Deferred lz32
\-PE 7eb00000-7eb0b000 \ lz32
ELF 7eb0b000-7eb72000 Deferred setupapi
\-PE 7eb20000-7eb72000 \ setupapi
ELF 7eb72000-7ebd3000 Deferred rpcrt4
\-PE 7eb80000-7ebd3000 \ rpcrt4
ELF 7ebd3000-7ec6e000 Deferred gdi32
\-PE 7ebe0000-7ec6e000 \ gdi32
ELF 7ec6e000-7edb5000 Deferred user32
\-PE 7ec90000-7edb5000 \ user32
ELF 7edb5000-7ee59000 Deferred ole32
\-PE 7edc0000-7ee59000 \ ole32
ELF 7ee59000-7eeab000 Deferred advapi32
\-PE 7ee70000-7eeab000 \ advapi32
ELF 7eeab000-7eebe000 Deferred libresolv.so.2
ELF 7eec3000-7eedc000 Deferred version
\-PE 7eed0000-7eedc000 \ version
ELF 7eedc000-7eefa000 Deferred iphlpapi
\-PE 7eee0000-7eefa000 \ iphlpapi
ELF 7eefa000-7ef26000 Deferred ws2_32
\-PE 7ef00000-7ef26000 \ ws2_32
ELF 7ef26000-7ef90000 Deferred msvcrt
\-PE 7ef40000-7ef90000 \ msvcrt
ELF 7ef90000-7ef9b000 Deferred libnss_files.so.2
ELF 7ef9b000-7efa5000 Deferred libnss_nis.so.2
ELF 7efa5000-7efbd000 Deferred libnsl.so.1
ELF 7efbd000-7efe2000 Deferred libm.so.6
ELF 7efe6000-7f000000 Deferred wsock32
\-PE 7eff0000-7f000000 \ wsock32
ELF b7c31000-b7c35000 Deferred libdl.so.2
ELF b7c35000-b7d84000 Deferred libc.so.6
ELF b7d85000-b7d9d000 Deferred libpthread.so.0
ELF b7db2000-b7dbb000 Deferred libnss_compat.so.2
ELF b7dbb000-b7ef1000 Deferred libwine.so.1
ELF b7ef3000-b7f0f000 Deferred ld-linux.so.2
Threads:
process tid prio (all id:s are in hex)
00000008 (D) D:\vokimon\CajitasDeArena\mingw\clam\CLAM\test\UnitTests\UnitTests.exe
00000009 0 <==
0000000c
00000014 0
00000013 0
00000012 0
0000000e 0
0000000d 0
0000000f
00000016 0
00000015 0
00000011 0
00000010 0
Backtrace:
=>1 0x00000007 (0x022cf258)
2 0x0784d9d7 in clam_core (+0xfd9d7) (0x022cf278)
3 0x077c091c in clam_core (+0x7091c) (0x022cf3b8)
4 0x0778bb53 in clam_core (+0x3bb53) (0x0a2f5518)
5 0x00000000 (0x008e2c58)
6 0x00427a80 in unittests (+0x27a80) (0x00427a90)
7 0x507800c7 (0x0424448b)
8 0x5f325349 (0x6c706d49)
9 0x01523708 in unittests (+0x1123708) (0x00335f24)
scons: *** [run_unit_tests] Error 5
scons: building terminated because of errors.
echo no command specified
[OK]
STATS: {exectime_unittests}
END_SUBTASK "Unit Tests"
BEGIN_SUBTASK "Functional Tests"
cd /home/vokimon/CajitasDeArena/mingw/clam/CLAM
[OK]
cd test
[OK]
scons test_data_path=/home/vokimon/CajitasDeArena/mingw/clam/testdata clam_prefix=/home/vokimon/CajitasDeArena/mingw/local
[OK]
echo no command specified
[OK]
scons run_functional_tests
[OK]
INFO: scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
/home/vokimon/CajitasDeArena/mingw/clam/CLAM/test/FunctionalTests/FunctionalTests.exe
+ All Tests
+ CLAMTest::cppUnitHelperTest
. CLAMTest::cppUnitHelperTest::testAssertionTraitsTypeInfoToString_NotEquals
. CLAMTest::cppUnitHelperTest::testAssertionTraitsTypeInfoToString_Equals
. CLAMTest::cppUnitHelperTest::testAssertionTraitsTypeInfoEqual_Equals
. CLAMTest::cppUnitHelperTest::testAssertionTraitsTypeInfoEqual_DifferentUnrelatedClasses
. CLAMTest::cppUnitHelperTest::testAssertionTraitsTypeInfoEqual_DifferentSuperAndSubClass
. CLAMTest::cppUnitHelperTest::testLoggable_InsertAndThenGetLog
. CLAMTest::cppUnitHelperTest::testLoggable_InsertAndThenGetLog_AfterClearLog
+ CLAMTest::FFTW3FunctionalTest
. CLAMTest::FFTW3FunctionalTest::test_WithPowerOfTwoInput
. CLAMTest::FFTW3FunctionalTest::test_WithNonPowerOfTwoInput
. CLAMTest::FFTW3FunctionalTest::test_WithComplex
. CLAMTest::FFTW3FunctionalTest::test_WithPolar
. CLAMTest::FFTW3FunctionalTest::test_WithBPF
+ CLAMTest::FFTOouraFunctionalTest
. CLAMTest::FFTOouraFunctionalTest::test_WithPowerOfTwoInput
. CLAMTest::FFTOouraFunctionalTest::test_WithNonPowerOfTwoInput_fails
. CLAMTest::FFTOouraFunctionalTest::test_WithComplex
. CLAMTest::FFTOouraFunctionalTest::test_WithPolar
. CLAMTest::FFTOouraFunctionalTest::test_WithBPF
+ CLAMTest::FFTNumRecFunctionalTest
. CLAMTest::FFTNumRecFunctionalTest::test_WithPowerOfTwoInput
. CLAMTest::FFTNumRecFunctionalTest::test_WithNonPowerOfTwoInput_fails
. CLAMTest::FFTNumRecFunctionalTest::test_WithComplex
. CLAMTest::FFTNumRecFunctionalTest::test_WithPolar
. CLAMTest::FFTNumRecFunctionalTest::test_WithBPF
+ CLAMTest::TestStreamingSMSAnalysisSynthesis
. CLAMTest::TestStreamingSMSAnalysisSynthesis::testAnalysisSynthesis
. CLAMTest::TestStreamingSMSAnalysisSynthesis::testAnalysisSynthesisInaNetwork
+ CLAMTest::MultiChannelAudioFileReaderFunctionalTest
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::testConfigure_ReturnsTrueWithJustFilename
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::testConfigure_ReturnsFalseWithoutAudioFileInConfig
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::testConfigure_ReturnsTrueWhenFileExists
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::testConfigure_ReturnsFalseWhenFileDoesNotExist
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::testConfigure_DefaultChannelSelection_ChannelsOK
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::testConfigure_DefaultChannelSelection_PortNumberIsOK
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::testConfigure_ManualChannelSelection_ChannelsOK
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::testConfigure_ManualChannelSelection_PortNumberIsOK
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::testConfigure_ReturnsFalse_ManualChannelSelection_TooMany
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::testConfigure_ReturnsFalse_ManualChannelSelection_InvalidChannel
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::testDo_PCM_JustOneFrame
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::testDo_PCM_JustTwoFrames
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::testDo_OggVorbis_JustOneFrame
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::testDo_OggVorbis_JustTwoFrames
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::test_MpegAudioFiles_128kbps_44kHz_AreDecoded_OK
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::test_MpegAudioFiles_192kbps_44kHz_AreDecoded_OK
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::test_MpegAudioFiles_64kbps_44kHz_AreDecoded_OK
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::test_MpegAudioFiles_320kbps_44kHz_AreDecoded_OK
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::test_MpegAudioFiles_LowVBR_44kHz_AreDecoded_OK
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::test_MpegAudioFiles_AvgVBR_44kHz_AreDecoded_OK
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::test_MpegAudioFiles_HighVBR_44kHz_AreDecoded_OK
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::testDo_JustOneFrame_SampleRateIsOK
. CLAMTest::MultiChannelAudioFileReaderFunctionalTest::testDo_JustTwoFrames_BeginTimesAreOK
+ CLAMTest::MelFilterBankTest
. CLAMTest::MelFilterBankTest::test_Configuration
. CLAMTest::MelFilterBankTest::test_Do_FullRangeFilterBank
. CLAMTest::MelFilterBankTest::test_Do_SpeechRangeFilterBank
+ CLAMTest::MultiChannelAudioFileWriterFunctionalTest
. CLAMTest::MultiChannelAudioFileWriterFunctionalTest::testDo_PCM_WritesRightAKnownSignal
. CLAMTest::MultiChannelAudioFileWriterFunctionalTest::testDo_DoubleWriting_Is_Not_Allowed
. CLAMTest::MultiChannelAudioFileWriterFunctionalTest::testDo_PCM_WritesTheSameThatWasRead
. CLAMTest::MultiChannelAudioFileWriterFunctionalTest::testDo_OggVorbis_WritesTheSameThatWasRead
+ CLAMTest::MonoAudioFileReaderFunctionalTest
. CLAMTest::MonoAudioFileReaderFunctionalTest::testConfigure_ReturnsTrueWithJustFilename
. CLAMTest::MonoAudioFileReaderFunctionalTest::testConfigure_ReturnsFalseWithoutAudioFileInConfig
. CLAMTest::MonoAudioFileReaderFunctionalTest::testConfigure_ReturnsTrueWhenFileExists
. CLAMTest::MonoAudioFileReaderFunctionalTest::testConfigure_ReturnsFalseWhenFileDoesNotExist
. CLAMTest::MonoAudioFileReaderFunctionalTest::testConfigure_ReturnsTrueWhenSelectedChannelExists
. CLAMTest::MonoAudioFileReaderFunctionalTest::testConfigure_ReturnsFalseWhenSelectedChannelIsOutOfRange
. CLAMTest::MonoAudioFileReaderFunctionalTest::testDo_PCM_JustOneFrameFromMonoFile
. CLAMTest::MonoAudioFileReaderFunctionalTest::testDo_PCM_JustTwoFramesFromMonoFile
. CLAMTest::MonoAudioFileReaderFunctionalTest::testDo_PCM_JustOneFrameFromStereoFile
. CLAMTest::MonoAudioFileReaderFunctionalTest::testDo_PCM_JustTwoFramesFromStereoFile
. CLAMTest::MonoAudioFileReaderFunctionalTest::testDo_OggVorbis_JustOneFrameFromStereoFile
. CLAMTest::MonoAudioFileReaderFunctionalTest::testDo_OggVorbis_JustTwoFramesFromStereoFile
. CLAMTest::MonoAudioFileReaderFunctionalTest::test_MpegAudioFiles_AreDecoded_OK
. CLAMTest::MonoAudioFileReaderFunctionalTest::testDo_JustTwoFramesBeginTimesAreRight
. CLAMTest::MonoAudioFileReaderFunctionalTest::testDo_JustOneFrame_SampleRateIsOK
. CLAMTest::MonoAudioFileReaderFunctionalTest::test_WindowsMedia_WAVE_File
+ CLAMTest::CepstralTransformTest
. CLAMTest::CepstralTransformTest::test_Configuration
. CLAMTest::CepstralTransformTest::test_Do_20to13
. CLAMTest::CepstralTransformTest::test_Do_20to1
+ CLAMTest::MonoAudioFileWriterFunctionalTest
. CLAMTest::MonoAudioFileWriterFunctionalTest::testConfigure_twoOnTheSameFileFail
. CLAMTest::MonoAudioFileWriterFunctionalTest::testDo_PCM_WritesTheSameItWasRead
. CLAMTest::MonoAudioFileWriterFunctionalTest::testDo_OggVorbis_WritesTheSameItWasRead
+ CLAMTest::ControlTraceReaderFunctionalTest
. CLAMTest::ControlTraceReaderFunctionalTest::testConfigure_ReturnsTrueWithJustFilename
. CLAMTest::ControlTraceReaderFunctionalTest::testConfigure_ReturnsFalseWithoutTraceFileInConfig
. CLAMTest::ControlTraceReaderFunctionalTest::testConfigure_ReturnsTrueWhenFileExists
. CLAMTest::ControlTraceReaderFunctionalTest::testConfigure_ReturnsFalseWhenFileDoesNotExist
. CLAMTest::ControlTraceReaderFunctionalTest::testConfigure_ReturnsTrueWhenTraceEventsExist
. CLAMTest::ControlTraceReaderFunctionalTest::testConfigure_ReturnsFalseWhenTraceFileIsEmpty
+ CLAMTest::ControlTraceWriterFunctionalTest
. CLAMTest::ControlTraceWriterFunctionalTest::testConfigure_ReturnsTrueWithJustFilename
. CLAMTest::ControlTraceWriterFunctionalTest::testConfigure_ReturnsFalseWithoutTraceFileInConfig
. CLAMTest::ControlTraceWriterFunctionalTest::testConfigure_ReturnsTrueWhenFileExists
. CLAMTest::ControlTraceWriterFunctionalTest::testConfigure_ReturnsFalseWithoutInputsInConfig
. CLAMTest::ControlTraceWriterFunctionalTest::testConfigure_ReturnsFalseWhenConfiguredWithNoInputs
........................NetworkPlayer::Init()
In: /home/vokimon/CajitasDeArena/mingw/clam/testdata/Elvis.wav
Out: /home/vokimon/CajitasDeArena/mingw/clam/testdata/SMSTests/out_sms_net_stream_result.wav
.Warning: 1 sinks were not fed, so could not send audio to the callback.
.Warning: 1 sinks were not fed, so could not send audio to the callback.
....................................................................................................................................................................................................................................................................terminate called after throwing an instance of 'CLAM::ErrAssertionFailed'
what(): Starting an unconfigured processing
end of the test
................scons: *** [run_functional_tests] Error 3
scons: building terminated because of errors.
echo no command specified
[OK]
STATS: {exectime_functests}
END_SUBTASK "Functional Tests"
BEGIN_SUBTASK "CLAM Plugins"
echo set QTDIR to qt4
[OK]
cd /home/vokimon/CajitasDeArena/mingw/clam/CLAM/plugins/continuousExcitationSynthesizer
[OK]
scons clam_prefix=/home/vokimon/CajitasDeArena/mingw/local crossmingw=1 release=1 sandbox_path=/home/vokimon/CajitasDeArena/mingw/ external_dll_path=/home/vokimon/CajitasDeArena/mingw/local/bin
[OK]
scons install
[OK]
cd /home/vokimon/CajitasDeArena/mingw/clam/CLAM/plugins/speech
[OK]
scons clam_prefix=/home/vokimon/CajitasDeArena/mingw/local crossmingw=1 release=1 sandbox_path=/home/vokimon/CajitasDeArena/mingw/ external_dll_path=/home/vokimon/CajitasDeArena/mingw/local/bin
[OK]
scons install
[OK]
cd /home/vokimon/CajitasDeArena/mingw/clam/CLAM/plugins/osc
[OK]
scons clam_prefix=/home/vokimon/CajitasDeArena/mingw/local crossmingw=1 release=1 sandbox_path=/home/vokimon/CajitasDeArena/mingw/ external_dll_path=/home/vokimon/CajitasDeArena/mingw/local/bin
[OK]
scons install
[OK]
cd /home/vokimon/CajitasDeArena/mingw/clam/CLAM/plugins/spacialization
[OK]
scons clam_prefix=/home/vokimon/CajitasDeArena/mingw/local crossmingw=1 release=1 sandbox_path=/home/vokimon/CajitasDeArena/mingw/ external_dll_path=/home/vokimon/CajitasDeArena/mingw/local/bin
[OK]
scons install
[OK]
cd /home/vokimon/CajitasDeArena/mingw/clam/CLAM/plugins/GuitarEffects/
[OK]
scons clam_prefix=/home/vokimon/CajitasDeArena/mingw/local crossmingw=1 release=1 sandbox_path=/home/vokimon/CajitasDeArena/mingw/ external_dll_path=/home/vokimon/CajitasDeArena/mingw/local/bin
[OK]
scons install
[OK]
END_SUBTASK "CLAM Plugins"
BEGIN_SUBTASK "vmqt4 compilation and examples"
echo setting QTDIR to qt4 path
[OK]
cd /home/vokimon/CajitasDeArena/mingw/clam/Annotator/vmqt
[OK]
scons prefix=/home/vokimon/CajitasDeArena/mingw/local clam_prefix=/home/vokimon/CajitasDeArena/mingw/local release=1 double=1 crossmingw=1 release=1 sandbox_path=/home/vokimon/CajitasDeArena/mingw/ external_dll_path=/home/vokimon/CajitasDeArena/mingw/local/bin
[OK]
scons examples
[OK]
END_SUBTASK "vmqt4 compilation and examples"
BEGIN_SUBTASK "Annotator packaging"
echo setting QTDIR to qt4 path
[OK]
cd /home/vokimon/CajitasDeArena/mingw/clam/Annotator
[OK]
scons prefix=/home/vokimon/CajitasDeArena/mingw/local clam_prefix=/home/vokimon/CajitasDeArena/mingw/local crossmingw=1 release=1 sandbox_path=/home/vokimon/CajitasDeArena/mingw/ external_dll_path=/home/vokimon/CajitasDeArena/mingw/local/bin
[OK]
rm -f *_setup.exe
[OK]
scons package
[OK]
ls *svn1* > /dev/null || scp *_setup.exe clamadm@www.iua.upf.edu:download/win/svnsnapshots/
[OK]
ls *svn1* > /dev/null || slogin clamadm@www.iua.upf.edu scripts/regenerateDownloadDirsIndex.py
[OK]
END_SUBTASK "Annotator packaging"
BEGIN_SUBTASK "NetworkEditor packaging"
echo setting QTDIR to qt4 path
[OK]
cd /home/vokimon/CajitasDeArena/mingw/clam/NetworkEditor
[OK]
scons prefix=/home/vokimon/CajitasDeArena/mingw/local clam_prefix=/home/vokimon/CajitasDeArena/mingw/local crossmingw=1 release=1 sandbox_path=/home/vokimon/CajitasDeArena/mingw/ external_dll_path=/home/vokimon/CajitasDeArena/mingw/local/bin
[OK]
/home/vokimon/CajitasDeArena/mingw/clam/CLAM/scons/sconstools/changeExampleDataPath.py /home/vokimon/CajitasDeArena/mingw/local/share/smstools
[OK]
rm -f *_setup.exe
[OK]
scons package
[OK]
ls *svn1* > /dev/null || scp *_setup.exe clamadm@www.iua.upf.edu:download/win/svnsnapshots/
[OK]
ls *svn1* > /dev/null || slogin clamadm@www.iua.upf.edu scripts/regenerateDownloadDirsIndex.py
[OK]
END_SUBTASK "NetworkEditor packaging"
BEGIN_SUBTASK "Voice2MIDI packaging"
echo setting QTDIR to qt4 path
[OK]
cd /home/vokimon/CajitasDeArena/mingw/clam/Voice2MIDI
[OK]
scons prefix=/home/vokimon/CajitasDeArena/mingw/local clam_prefix=/home/vokimon/CajitasDeArena/mingw/local crossmingw=1 release=1 sandbox_path=/home/vokimon/CajitasDeArena/mingw/ external_dll_path=/home/vokimon/CajitasDeArena/mingw/local/bin
[OK]
/home/vokimon/CajitasDeArena/mingw/clam/CLAM/scons/sconstools/changeExampleDataPath.py /home/vokimon/CajitasDeArena/mingw/local/share/smstools
[OK]
rm -f *_setup.exe
[OK]
scons
[OK]
END_SUBTASK "Voice2MIDI packaging"
END_TASK "with svn update" 2008-07-22-15-04-26 True