os/graphics/windowing/windowserver/test/t_stress/scripts/wservstresstest.script
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
//
sl@0
    15
sl@0
    16
PRINT Run WServer stress tests
sl@0
    17
sl@0
    18
LOAD_SUITE twservstresstest
sl@0
    19
sl@0
    20
START_TESTCASE GRAPHICS-WSERV-1841-0007
sl@0
    21
//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0007
sl@0
    22
//!@SYMPREQ					1841
sl@0
    23
//!@SYMTestCaseDesc			Test for correct rendering of window scenes			
sl@0
    24
//!@SYMTestActions			Form a linear list of windows (or for bonus points, a tree) with various attributes (described in following tests).
sl@0
    25
//!							For WSERV rendering of the scene, create RWindows having the required attributes, in the z-order corresponding to 
sl@0
    26
//!							the list, and get WSERV to render the scene.
sl@0
    27
//!							For comparison, render the windows into an offscreen bitmap, using naïve back-to-front composition of every window.
sl@0
    28
//!							The window set is created and updated by a sequence of the following operations:
sl@0
    29
//!								* Creating and destroying windows
sl@0
    30
//!								* Moving and resizing windows
sl@0
    31
//!								* Bring to foreground / send to background
sl@0
    32
//!								* Make visible / invisible
sl@0
    33
//!								* Invalidate / receive client updates
sl@0
    34
//!							The sequence of operations to generate the scenes should be defined in data rather than code. 
sl@0
    35
//!							(Ideally, driven by a seeded pseudo-random number generator).
sl@0
    36
//!@SYMTestStatus			Implemented
sl@0
    37
//!@SYMTestPriority			1
sl@0
    38
//!@SYMTestExpectedResults	The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap. 
sl@0
    39
//!							(Note, may need to ensure that OSB has same bit-depth as screen to ensure equality.)
sl@0
    40
//!@SYMTestType				CT
sl@0
    41
RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest1.ini
sl@0
    42
END_TESTCASE GRAPHICS-WSERV-1841-0007
sl@0
    43
sl@0
    44
START_TESTCASE GRAPHICS-WSERV-1841-0008
sl@0
    45
//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0008
sl@0
    46
//!@SYMPREQ					1841
sl@0
    47
//!@SYMTestCaseDesc			Test for correct rendering of window scenes	involving opaque windows		
sl@0
    48
//!@SYMTestActions			Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap)
sl@0
    49
//!							The test harness is enabled to create opaque windows.
sl@0
    50
//!@SYMTestStatus			Implemented
sl@0
    51
//!@SYMTestPriority			1
sl@0
    52
//!@SYMTestExpectedResults	The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap. 
sl@0
    53
//!@SYMTestType				CT
sl@0
    54
RUN_TEST_STEP 4000 twservstresstest WServStressTest_One z:\wstest\wservstresstest2.ini
sl@0
    55
END_TESTCASE GRAPHICS-WSERV-1841-0008
sl@0
    56
sl@0
    57
START_TESTCASE GRAPHICS-WSERV-1841-0009
sl@0
    58
//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0009
sl@0
    59
//!@SYMPREQ					1841
sl@0
    60
//!@SYMTestCaseDesc			Test for correct rendering of window scenes	involving transparent windows		
sl@0
    61
//!@SYMTestActions			Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap)
sl@0
    62
//!							The test harness is enabled to create alpha channel transparent windows. 
sl@0
    63
//!							(These windows should draw some semi-transparent pixels. They could also call SetTransparentRegion().)
sl@0
    64
//!@SYMTestStatus			Implemented
sl@0
    65
//!@SYMTestPriority			1
sl@0
    66
//!@SYMTestExpectedResults	The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap. 
sl@0
    67
//!@SYMTestType				CT
sl@0
    68
RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest3.ini
sl@0
    69
END_TESTCASE GRAPHICS-WSERV-1841-0009
sl@0
    70
sl@0
    71
START_TESTCASE GRAPHICS-WSERV-1841-0010
sl@0
    72
//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0010
sl@0
    73
//!@SYMPREQ					1841
sl@0
    74
//!@SYMTestCaseDesc			Test the correctness of the new redraw store, including disabled redraw store		
sl@0
    75
//!@SYMTestActions			Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap)
sl@0
    76
//!							Test harness is enabled to create windows with the following attributes:
sl@0
    77
//!								* Use redraw drawing or non-redraw drawing
sl@0
    78
//!								* Backed-up window
sl@0
    79
//!								* Large window with redraw storing disabled
sl@0
    80
//!@SYMTestStatus			Implemented
sl@0
    81
//!@SYMTestPriority			1
sl@0
    82
//!@SYMTestExpectedResults	The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap. 
sl@0
    83
//!@SYMTestType				CT
sl@0
    84
RUN_TEST_STEP 4000 twservstresstest WServStressTest_One z:\wstest\wservstresstest4.ini
sl@0
    85
END_TESTCASE GRAPHICS-WSERV-1841-0010
sl@0
    86
sl@0
    87
START_TESTCASE GRAPHICS-WSERV-1841-0011
sl@0
    88
//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0011
sl@0
    89
//!@SYMPREQ					1841
sl@0
    90
//!@SYMTestCaseDesc			Test the correctness of the new sprite implementation
sl@0
    91
//!@SYMTestActions			Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap)
sl@0
    92
//!							Windows with the following attributes:
sl@0
    93
//!							Has/does not have a window sprite. The code for these windows should move the sprite around in some deterministic fashion.
sl@0
    94
//!							The data driving the test must include cases where a window with sprite appears behind a transparent window,
sl@0
    95
//!							as this is a key use case for the new implementation
sl@0
    96
//!@SYMTestStatus			Implemented
sl@0
    97
//!@SYMTestPriority			1
sl@0
    98
//!@SYMTestExpectedResults	The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap. 
sl@0
    99
//!@SYMTestType				CT
sl@0
   100
RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest5.ini
sl@0
   101
END_TESTCASE GRAPHICS-WSERV-1841-0011
sl@0
   102
sl@0
   103
START_TESTCASE GRAPHICS-WSERV-1841-0012
sl@0
   104
//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0012
sl@0
   105
//!@SYMPREQ					1841
sl@0
   106
//!@SYMTestCaseDesc			Test the correctness of the new anim scheduling
sl@0
   107
//!@SYMTestActions			Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap)
sl@0
   108
//!							Window which contains a ticking anim (eg clock).
sl@0
   109
//!							The data driving the test must include cases where a window with ticking anim appears behind a transparent window, 
sl@0
   110
//!							as this is a key use case for the new implementation.
sl@0
   111
//!@SYMTestStatus			Implemented
sl@0
   112
//!@SYMTestPriority			1
sl@0
   113
//!@SYMTestExpectedResults	The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap. 
sl@0
   114
//!@SYMTestType				CT
sl@0
   115
RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest6.ini
sl@0
   116
END_TESTCASE GRAPHICS-WSERV-1841-0012
sl@0
   117
sl@0
   118
START_TESTCASE GRAPHICS-WSERV-1841-0101
sl@0
   119
//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0101
sl@0
   120
//!@SYMPREQ					1841
sl@0
   121
//!@SYMTestCaseDesc			Test the correctness of random usage of pen style
sl@0
   122
//!@SYMTestActions			Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap)
sl@0
   123
//!							These windows should draw something using randomize pen style.
sl@0
   124
//!@SYMTestStatus			Implemented
sl@0
   125
//!@SYMTestPriority			1
sl@0
   126
//!@SYMTestExpectedResults	The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap. 
sl@0
   127
//!@SYMTestType				CT
sl@0
   128
RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest7.ini
sl@0
   129
END_TESTCASE GRAPHICS-WSERV-1841-0101
sl@0
   130
sl@0
   131
START_TESTCASE GRAPHICS-WSERV-1841-0102
sl@0
   132
//!@SYMTestCaseID			GRAPHICS-WSERV-1841-0102
sl@0
   133
//!@SYMPREQ					1841
sl@0
   134
//!@SYMTestCaseDesc			Test the correctness of random usage of brush style
sl@0
   135
//!@SYMTestActions			Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap)
sl@0
   136
//!							These windows should draw something using randomize brush style.
sl@0
   137
//!@SYMTestStatus			Implemented
sl@0
   138
//!@SYMTestPriority			1
sl@0
   139
//!@SYMTestExpectedResults	The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap. 
sl@0
   140
//!@SYMTestType				CT
sl@0
   141
RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest8.ini
sl@0
   142
END_TESTCASE GRAPHICS-WSERV-1841-0102