diff -r 000000000000 -r 58be5850fb6c omxilcomp/omxilgeneric/filesource/tests/khronos_conformance/Khronos_file_source_image.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/omxilcomp/omxilgeneric/filesource/tests/khronos_conformance/Khronos_file_source_image.txt Thu Sep 02 20:13:57 2010 +0300 @@ -0,0 +1,84 @@ +;; cc : conformance test component (sets appropriate flags, adds all tests, tests component) +;; st : OMX_CONF_SetTraceflags(); +;; ol : OMX_OSAL_OpenLogfile(); +;; cl : OMX_OSAL_CloseLogfile(); +;; at : OMX_CONF_AddTest(); +;; rt : OMX_CONF_RemoveTest(); +;; mi : OMX_CONF_MapInputfile(,); +;; tc : OMX_CONF_TestComponent(); +;; ps: OMX_CONF_PrintSettings(); +;; h: OMX_CONF_PrintHelp(); +;; lt: list all available tests. +;; lc: list all available components. + + +; setup tracing, open logfile +st 0x7F ; (OMX_OSAL_TRACE_PASSFAIL|OMX_OSAL_TRACE_CALLSEQUENCE|OMX_OSAL_TRACE_PARAMTERS|OMX_OSAL_TRACE_INFO|OMX_OSAL_TRACE_ERROR|OMX_OSAL_TRACE_BUFFER|OMX_OSAL_TRACE_WARNING) +ol c:\file_source_image_output.txt + +; add tests + +; Base Profile Tests + +;; ============ +;; Passed tests +;; vvvvvvvvvvvv +at StateTransitionTest +at ComponentNameTest +at BaseParameterTest +at BufferTest +at BufferFlagTest +at FlushTest +at BaseMultiThreadedTest +at PortCommunicationTest +;; ^^^^^^^^^^^^ +;; Passed tests +;; ============ + +;; at ResourceExhaustionTest - not run as we do not run out of memory within the hardcoded test iteration limit. + +; Interop Profile Tests + + +;; ============ +;; Passed tests +;; vvvvvvvvvvvv +at InteropParameterTest +at ValidInputOutputTest +at InvalidInputOutputTest +at PortBufferSupplierTest +at PortDisableEnableTest +at IncompleteStopTest +at MinPayloadSizeTest +at InteropMultiThreadedTest +at TunnelledUnitTest +;; ^^^^^^^^^^^^ +;; Passed tests +;; ============ + + + +;; Problem Resource Manager : Functionality not existent +; at ResourcePreemptionTest +; at WaitForResourcesTest + +;; Non-applicable tests +; at ClockComponentTest +; at SeekingComponentTest + +; Standard Component Class Tests + +;; ============ +;; Passed tests +;; vvvvvvvvvvvv +at StdBinaryImageReaderTest +;; ^^^^^^^^^^^^ +;; Passed tests +;; ============ + + +; test components +tc OMX.NOKIA.IMAGE.FILESOURCE + +; close logfile +cl