omxilcomp/omxilgeneric/filesink/tests/khronos_conformance/Khronos_file_sink_other.txt
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 20:13:57 +0300
changeset 0 58be5850fb6c
permissions -rw-r--r--
Revision: 2010wk32 Kit: 201035

;; cc <testname> : conformance test component (sets appropriate flags, adds all tests, tests component) 
;; st <traceflags>: OMX_CONF_SetTraceflags(<traceflags>);
;; ol <logfilename>: OMX_OSAL_OpenLogfile(<logfilename>);
;; cl : OMX_OSAL_CloseLogfile();
;; at <testname>: OMX_CONF_AddTest(<testname>);
;; rt <testname>: OMX_CONF_RemoveTest(<testname>);
;; mi <inputfilename> <portindex> : OMX_CONF_MapInputfile(<inputfilename>,<portindex>);
;; tc <testname>: OMX_CONF_TestComponent(<testname>);
;; 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_sink_other_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 do not exhaust resources within the 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
;; ^^^^^^^^^^^^
;; Passed tests
;; ============

;; at StdWriterTest Not run as other_writer.binary is not a standard role, so the test will fail as it is only for standard components as defined in section 8 of the spec.

mi c:\omxil\data\aac.stream 0

; test components
tc OMX.NOKIA.OTHER.FILESINK

; close logfile
cl