os/graphics/windowing/windowserver/test/t_integ/scripts/graphics-wserv-integ-surface-multiplescreens.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
//
sl@0
     2
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
// All rights reserved.
sl@0
     4
// This component and the accompanying materials are made available
sl@0
     5
// under the terms of "Eclipse Public License v1.0"
sl@0
     6
// which accompanies this distribution, and is available
sl@0
     7
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
//
sl@0
     9
// Initial Contributors:
sl@0
    10
// Nokia Corporation - initial contribution.
sl@0
    11
//
sl@0
    12
// Contributors:
sl@0
    13
//
sl@0
    14
// Description: 
sl@0
    15
//
sl@0
    16
/////////////////////////////////////////////////////////////////////
sl@0
    17
// graphics-wserv-integ-surface-multiplescreens.script
sl@0
    18
//
sl@0
    19
// Tests elements of the classes associated with RWindow and the Surface Update Server
sl@0
    20
// as a means of confidence that the APIs work as expected.
sl@0
    21
//
sl@0
    22
// The purpose is to provide a regression test suite of Public
sl@0
    23
// APIs for RWindow. Negative testing is performed to confirm that correct 
sl@0
    24
// errors are returned when incorrect parameters are given.
sl@0
    25
//
sl@0
    26
// The tests are fully automated.
sl@0
    27
/////////////////////////////////////////////////////////////////////
sl@0
    28
sl@0
    29
//! @file
sl@0
    30
//! @SYMTestSuiteName			graphics-wserv-integ-surface
sl@0
    31
//! @SYMScriptTestEnvironment	This test script requires a basic ROM.
sl@0
    32
LOAD_SUITE	t_wservintegserver
sl@0
    33
sl@0
    34
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0010-0001
sl@0
    35
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0010-0001
sl@0
    36
//! @SYMPREQ					1007 1019
sl@0
    37
//! @SYMREQ						8222 8223 8227
sl@0
    38
//! @SYMAPI						RWindow
sl@0
    39
//! @SYMAuthor					John Mercer
sl@0
    40
//! @SYMCreationDate			24/08/2007
sl@0
    41
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
    42
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, multiple screen test 1
sl@0
    43
//! @SYMTestActions				With graphics-0001 as a base, but executed on Screen 1
sl@0
    44
//! 						Measure frame rate.
sl@0
    45
//! @SYMTestStatus				Implemented
sl@0
    46
//! @SYMTestPriority			1
sl@0
    47
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
    48
//! 							Display is composed of moving image in background with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
    49
//!								NOTE: Display of video playback is on screen 1, with screen 0 blank.
sl@0
    50
//! @SYMTestType				CIT
sl@0
    51
sl@0
    52
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0010-001
sl@0
    53
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0010-0001
sl@0
    54
sl@0
    55
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0011-0001
sl@0
    56
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0011-0001
sl@0
    57
//! @SYMPREQ					1007 1019
sl@0
    58
//! @SYMREQ						8222 8223 8227
sl@0
    59
//! @SYMAPI						RWindow
sl@0
    60
//! @SYMAuthor					John Mercer
sl@0
    61
//! @SYMCreationDate			24/08/2007
sl@0
    62
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
    63
//! @SYMTestCaseDesc			Moving Image with opaque UI Components, multiple screen test 2
sl@0
    64
//! @SYMTestActions				With graphics-0001 as a base.
sl@0
    65
//! 							Display an independent animation (i.e. a separate app) on screen 1.
sl@0
    66
//! 							Measure frame rate.
sl@0
    67
//! @SYMTestStatus				Implemented
sl@0
    68
//! @SYMTestPriority			1
sl@0
    69
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
    70
//!								Screen 0: Display is composed of moving image in background with opaque UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
    71
//! 							Screen 1: Open GLES animation of similar image to that on screen 0, but of a different colour.
sl@0
    72
//! @SYMTestType				CIT
sl@0
    73
sl@0
    74
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0011-001
sl@0
    75
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0011-0001
sl@0
    76
sl@0
    77
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0025-0001
sl@0
    78
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0025-0001
sl@0
    79
//! @SYMPREQ					1007 1019
sl@0
    80
//! @SYMREQ						8222 8223 8227
sl@0
    81
//! @SYMAPI						RWindow
sl@0
    82
//! @SYMAuthor					John Mercer
sl@0
    83
//! @SYMCreationDate			24/08/2007
sl@0
    84
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
    85
//! @SYMTestCaseDesc			Moving Image with semi-transparent UI Components, multiple screen test 1
sl@0
    86
//! @SYMTestActions				With graphics-0001 as a base, but executed on Screen 1
sl@0
    87
//! 							Measure frame rate.
sl@0
    88
//! @SYMTestStatus				Implemented
sl@0
    89
//! @SYMTestPriority			1
sl@0
    90
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
    91
//! 							Display is composed of moving image in background with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
    92
//! 							NOTE: Display of video playback is on screen 1, with screen 0 blank.
sl@0
    93
//!	@SYMTestType				CIT
sl@0
    94
 
sl@0
    95
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0025-001
sl@0
    96
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0025-0001
sl@0
    97
sl@0
    98
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0026-0001
sl@0
    99
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0026-0001
sl@0
   100
//! @SYMPREQ					1007 1019
sl@0
   101
//! @SYMREQ						8222 8223 8227
sl@0
   102
//! @SYMAPI						RWindow
sl@0
   103
//! @SYMAuthor					John Mercer
sl@0
   104
//! @SYMCreationDate			24/08/2007
sl@0
   105
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   106
//! @SYMTestCaseDesc			Moving Image with semi-transparent UI Components, multiple screen test 2
sl@0
   107
//! @SYMTestActions				With graphics-0001 as a base.
sl@0
   108
//! 							Display an independent animation (i.e. a separate app) on screen 1.
sl@0
   109
//! 							Measure frame rate.
sl@0
   110
//! @SYMTestStatus				Implemented
sl@0
   111
//! @SYMTestPriority			1
sl@0
   112
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   113
//! 							Screen 0: Display is composed of moving image in background with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   114
//!								Screen 1: Open GLES animation of similar image to that on screen 0, but of a different colour.
sl@0
   115
//! @SYMTestType				CIT
sl@0
   116
sl@0
   117
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0026-001
sl@0
   118
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0026-0001
sl@0
   119
sl@0
   120
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0040-0001
sl@0
   121
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0040-0001
sl@0
   122
//! @SYMPREQ					1007 1019
sl@0
   123
//! @SYMREQ						8222 8223 8227
sl@0
   124
//! @SYMAPI						RWindow
sl@0
   125
//! @SYMAuthor					John Mercer
sl@0
   126
//! @SYMCreationDate			24/08/2007
sl@0
   127
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   128
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, multiple screen test 1
sl@0
   129
//! @SYMTestActions				With graphics-0001 as a base, but executed on Screen 1
sl@0
   130
//! 							Measure frame rate.
sl@0
   131
//! @SYMTestStatus				Implemented
sl@0
   132
//! @SYMTestPriority			1
sl@0
   133
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   134
//!								Display is composed of 2 moving images in background, with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   135
//!								NOTE: Display of video playback is on screen 1, with screen 0 blank.
sl@0
   136
//! @SYMTestType				CIT
sl@0
   137
sl@0
   138
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0040-001
sl@0
   139
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0040-0001
sl@0
   140
sl@0
   141
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0041-0001
sl@0
   142
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0041-0001
sl@0
   143
//! @SYMPREQ					1007 1019
sl@0
   144
//! @SYMREQ						8222 8223 8227
sl@0
   145
//! @SYMAPI						RWindow
sl@0
   146
//! @SYMAuthor					John Mercer
sl@0
   147
//! @SYMCreationDate			24/08/2007
sl@0
   148
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   149
//! @SYMTestCaseDesc			Multiple Moving Images with opaque UI Components, multiple screen test 2
sl@0
   150
//! @SYMTestActions				With graphics-0001 as a base.
sl@0
   151
//! 							Display an independent animation (i.e. a separate app) on screen 1.
sl@0
   152
//! 							Measure frame rate.
sl@0
   153
//! @SYMTestStatus				Implemented
sl@0
   154
//! @SYMTestPriority			1
sl@0
   155
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   156
//!								Screen 0:  Display is composed of moving image in background with opaque UI components in foreground. The moving images are that of a clock sweep with large numerals indicating the frame number (red on blue background for video, and yellow on green background for viewfinder).
sl@0
   157
//!								Screen 1: Open GLES animation of similar image to that on screen 0, but of a different colour
sl@0
   158
//! @SYMTestType				CIT
sl@0
   159
sl@0
   160
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0041-001
sl@0
   161
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0041-0001
sl@0
   162
sl@0
   163
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0055-0001
sl@0
   164
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0055-0001
sl@0
   165
//! @SYMPREQ					1007 1019
sl@0
   166
//! @SYMREQ						8222 8223 8227
sl@0
   167
//! @SYMAPI						RWindow
sl@0
   168
//! @SYMAuthor					John Mercer
sl@0
   169
//! @SYMCreationDate			24/08/2007
sl@0
   170
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   171
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, multiple screen test 1
sl@0
   172
//! @SYMTestActions				With graphics-0061 as a base, but executed on Screen 1
sl@0
   173
//! 							Measure frame rate.
sl@0
   174
//! @SYMTestStatus				Implemented
sl@0
   175
//! @SYMTestPriority			1
sl@0
   176
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   177
//! 							Display is composed of moving image in background with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   178
//! 							NOTE: Display of video playback is on screen 1, with screen 0 blank.
sl@0
   179
//!	@SYMTestType				CIT
sl@0
   180
 
sl@0
   181
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0055-001
sl@0
   182
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0055-0001
sl@0
   183
sl@0
   184
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0056-0001
sl@0
   185
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0056-0001
sl@0
   186
//! @SYMPREQ					1007 1019
sl@0
   187
//! @SYMREQ						8222 8223 8227
sl@0
   188
//! @SYMAPI						RWindow
sl@0
   189
//! @SYMAuthor					John Mercer
sl@0
   190
//! @SYMCreationDate			24/08/2007
sl@0
   191
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script
sl@0
   192
//! @SYMTestCaseDesc			Multiple Moving Images with semi-transparent UI Components, multiple screen test 2
sl@0
   193
//! @SYMTestActions				With graphics-0061 as a base.
sl@0
   194
//! 							Display an independent animation (i.e. a separate app) on screen 1.
sl@0
   195
//! 							Measure frame rate.
sl@0
   196
//! @SYMTestStatus				Implemented
sl@0
   197
//! @SYMTestPriority			1
sl@0
   198
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   199
//! 							Screen 0: Display is composed of moving image in background with semi-transparent UI components in foreground. The moving image is that of a clock sweep with large numerals indicating the frame number. 
sl@0
   200
//!								Screen 1: Open GLES animation of similar image to that on screen 0, but of a different colour.
sl@0
   201
//! @SYMTestType				CIT
sl@0
   202
sl@0
   203
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0056-001
sl@0
   204
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0056-0001
sl@0
   205
sl@0
   206
START_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0076-0001
sl@0
   207
//! @SYMTestCaseID				GRAPHICS-WSERV-INTEG-SURFACE-0076-0001
sl@0
   208
//! @SYMPREQ					1007
sl@0
   209
//! @SYMREQ						8223
sl@0
   210
//! @SYMAPI						RSurfaceUpdateSession				
sl@0
   211
//! @SYMAuthor					Alon Orbach
sl@0
   212
//! @SYMCreationDate			28/01/2009
sl@0
   213
//! @SYMTestCaseDependencies	graphics-wserv-integ-surface.script	
sl@0
   214
//! @SYMTestCaseDesc			Background animation on a surface shared by two screens using global surface update
sl@0
   215
//! @SYMTestActions				With graphics-wserv-integ-surface-0001 as a base for screen 0.
sl@0
   216
//! 							Screen 1 has a window sharing the same surface as the window on screen 0.
sl@0
   217
//! 							Global surface update is used to update animation content on both backends simultaneously.
sl@0
   218
//! 
sl@0
   219
//! 							Measure the frame rate at which the display is updated.
sl@0
   220
//! @SYMTestStatus				Implemented
sl@0
   221
//! @SYMTestPriority			1
sl@0
   222
//! @SYMTestExpectedResults		Frame Rate: 30fps
sl@0
   223
//!								Both display are composed of moving image in background. Screen 0 also shows opaque UI components in foreground.
sl@0
   224
//!								The moving image is that of a clock sweep with large numerals indicating the frame number.
sl@0
   225
//! @SYMTestType				CIT
sl@0
   226
sl@0
   227
RUN_TEST_STEP !Heap=0x200000	100	t_wservintegserver	WServIntegSurface	c:\graphics\graphics-wserv-integ-surface.ini	graphics-wserv-integ-surface-0076-001
sl@0
   228
END_TESTCASE 	GRAPHICS-WSERV-INTEG-SURFACE-0076-0001