1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/windowing/windowserver/test/t_stress/scripts/wservstresstest.script Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,142 @@
1.4 +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +PRINT Run WServer stress tests
1.20 +
1.21 +LOAD_SUITE twservstresstest
1.22 +
1.23 +START_TESTCASE GRAPHICS-WSERV-1841-0007
1.24 +//!@SYMTestCaseID GRAPHICS-WSERV-1841-0007
1.25 +//!@SYMPREQ 1841
1.26 +//!@SYMTestCaseDesc Test for correct rendering of window scenes
1.27 +//!@SYMTestActions Form a linear list of windows (or for bonus points, a tree) with various attributes (described in following tests).
1.28 +//! For WSERV rendering of the scene, create RWindows having the required attributes, in the z-order corresponding to
1.29 +//! the list, and get WSERV to render the scene.
1.30 +//! For comparison, render the windows into an offscreen bitmap, using naïve back-to-front composition of every window.
1.31 +//! The window set is created and updated by a sequence of the following operations:
1.32 +//! * Creating and destroying windows
1.33 +//! * Moving and resizing windows
1.34 +//! * Bring to foreground / send to background
1.35 +//! * Make visible / invisible
1.36 +//! * Invalidate / receive client updates
1.37 +//! The sequence of operations to generate the scenes should be defined in data rather than code.
1.38 +//! (Ideally, driven by a seeded pseudo-random number generator).
1.39 +//!@SYMTestStatus Implemented
1.40 +//!@SYMTestPriority 1
1.41 +//!@SYMTestExpectedResults The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap.
1.42 +//! (Note, may need to ensure that OSB has same bit-depth as screen to ensure equality.)
1.43 +//!@SYMTestType CT
1.44 +RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest1.ini
1.45 +END_TESTCASE GRAPHICS-WSERV-1841-0007
1.46 +
1.47 +START_TESTCASE GRAPHICS-WSERV-1841-0008
1.48 +//!@SYMTestCaseID GRAPHICS-WSERV-1841-0008
1.49 +//!@SYMPREQ 1841
1.50 +//!@SYMTestCaseDesc Test for correct rendering of window scenes involving opaque windows
1.51 +//!@SYMTestActions Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap)
1.52 +//! The test harness is enabled to create opaque windows.
1.53 +//!@SYMTestStatus Implemented
1.54 +//!@SYMTestPriority 1
1.55 +//!@SYMTestExpectedResults The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap.
1.56 +//!@SYMTestType CT
1.57 +RUN_TEST_STEP 4000 twservstresstest WServStressTest_One z:\wstest\wservstresstest2.ini
1.58 +END_TESTCASE GRAPHICS-WSERV-1841-0008
1.59 +
1.60 +START_TESTCASE GRAPHICS-WSERV-1841-0009
1.61 +//!@SYMTestCaseID GRAPHICS-WSERV-1841-0009
1.62 +//!@SYMPREQ 1841
1.63 +//!@SYMTestCaseDesc Test for correct rendering of window scenes involving transparent windows
1.64 +//!@SYMTestActions Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap)
1.65 +//! The test harness is enabled to create alpha channel transparent windows.
1.66 +//! (These windows should draw some semi-transparent pixels. They could also call SetTransparentRegion().)
1.67 +//!@SYMTestStatus Implemented
1.68 +//!@SYMTestPriority 1
1.69 +//!@SYMTestExpectedResults The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap.
1.70 +//!@SYMTestType CT
1.71 +RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest3.ini
1.72 +END_TESTCASE GRAPHICS-WSERV-1841-0009
1.73 +
1.74 +START_TESTCASE GRAPHICS-WSERV-1841-0010
1.75 +//!@SYMTestCaseID GRAPHICS-WSERV-1841-0010
1.76 +//!@SYMPREQ 1841
1.77 +//!@SYMTestCaseDesc Test the correctness of the new redraw store, including disabled redraw store
1.78 +//!@SYMTestActions Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap)
1.79 +//! Test harness is enabled to create windows with the following attributes:
1.80 +//! * Use redraw drawing or non-redraw drawing
1.81 +//! * Backed-up window
1.82 +//! * Large window with redraw storing disabled
1.83 +//!@SYMTestStatus Implemented
1.84 +//!@SYMTestPriority 1
1.85 +//!@SYMTestExpectedResults The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap.
1.86 +//!@SYMTestType CT
1.87 +RUN_TEST_STEP 4000 twservstresstest WServStressTest_One z:\wstest\wservstresstest4.ini
1.88 +END_TESTCASE GRAPHICS-WSERV-1841-0010
1.89 +
1.90 +START_TESTCASE GRAPHICS-WSERV-1841-0011
1.91 +//!@SYMTestCaseID GRAPHICS-WSERV-1841-0011
1.92 +//!@SYMPREQ 1841
1.93 +//!@SYMTestCaseDesc Test the correctness of the new sprite implementation
1.94 +//!@SYMTestActions Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap)
1.95 +//! Windows with the following attributes:
1.96 +//! Has/does not have a window sprite. The code for these windows should move the sprite around in some deterministic fashion.
1.97 +//! The data driving the test must include cases where a window with sprite appears behind a transparent window,
1.98 +//! as this is a key use case for the new implementation
1.99 +//!@SYMTestStatus Implemented
1.100 +//!@SYMTestPriority 1
1.101 +//!@SYMTestExpectedResults The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap.
1.102 +//!@SYMTestType CT
1.103 +RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest5.ini
1.104 +END_TESTCASE GRAPHICS-WSERV-1841-0011
1.105 +
1.106 +START_TESTCASE GRAPHICS-WSERV-1841-0012
1.107 +//!@SYMTestCaseID GRAPHICS-WSERV-1841-0012
1.108 +//!@SYMPREQ 1841
1.109 +//!@SYMTestCaseDesc Test the correctness of the new anim scheduling
1.110 +//!@SYMTestActions Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap)
1.111 +//! Window which contains a ticking anim (eg clock).
1.112 +//! The data driving the test must include cases where a window with ticking anim appears behind a transparent window,
1.113 +//! as this is a key use case for the new implementation.
1.114 +//!@SYMTestStatus Implemented
1.115 +//!@SYMTestPriority 1
1.116 +//!@SYMTestExpectedResults The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap.
1.117 +//!@SYMTestType CT
1.118 +RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest6.ini
1.119 +END_TESTCASE GRAPHICS-WSERV-1841-0012
1.120 +
1.121 +START_TESTCASE GRAPHICS-WSERV-1841-0101
1.122 +//!@SYMTestCaseID GRAPHICS-WSERV-1841-0101
1.123 +//!@SYMPREQ 1841
1.124 +//!@SYMTestCaseDesc Test the correctness of random usage of pen style
1.125 +//!@SYMTestActions Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap)
1.126 +//! These windows should draw something using randomize pen style.
1.127 +//!@SYMTestStatus Implemented
1.128 +//!@SYMTestPriority 1
1.129 +//!@SYMTestExpectedResults The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap.
1.130 +//!@SYMTestType CT
1.131 +RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest7.ini
1.132 +END_TESTCASE GRAPHICS-WSERV-1841-0101
1.133 +
1.134 +START_TESTCASE GRAPHICS-WSERV-1841-0102
1.135 +//!@SYMTestCaseID GRAPHICS-WSERV-1841-0102
1.136 +//!@SYMPREQ 1841
1.137 +//!@SYMTestCaseDesc Test the correctness of random usage of brush style
1.138 +//!@SYMTestActions Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap)
1.139 +//! These windows should draw something using randomize brush style.
1.140 +//!@SYMTestStatus Implemented
1.141 +//!@SYMTestPriority 1
1.142 +//!@SYMTestExpectedResults The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap.
1.143 +//!@SYMTestType CT
1.144 +RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest8.ini
1.145 +END_TESTCASE GRAPHICS-WSERV-1841-0102
1.146 \ No newline at end of file