sl@0: // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: PRINT Run WServer stress tests sl@0: sl@0: LOAD_SUITE twservstresstest sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-1841-0007 sl@0: //!@SYMTestCaseID GRAPHICS-WSERV-1841-0007 sl@0: //!@SYMPREQ 1841 sl@0: //!@SYMTestCaseDesc Test for correct rendering of window scenes sl@0: //!@SYMTestActions Form a linear list of windows (or for bonus points, a tree) with various attributes (described in following tests). sl@0: //! For WSERV rendering of the scene, create RWindows having the required attributes, in the z-order corresponding to sl@0: //! the list, and get WSERV to render the scene. sl@0: //! For comparison, render the windows into an offscreen bitmap, using naïve back-to-front composition of every window. sl@0: //! The window set is created and updated by a sequence of the following operations: sl@0: //! * Creating and destroying windows sl@0: //! * Moving and resizing windows sl@0: //! * Bring to foreground / send to background sl@0: //! * Make visible / invisible sl@0: //! * Invalidate / receive client updates sl@0: //! The sequence of operations to generate the scenes should be defined in data rather than code. sl@0: //! (Ideally, driven by a seeded pseudo-random number generator). sl@0: //!@SYMTestStatus Implemented sl@0: //!@SYMTestPriority 1 sl@0: //!@SYMTestExpectedResults The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap. sl@0: //! (Note, may need to ensure that OSB has same bit-depth as screen to ensure equality.) sl@0: //!@SYMTestType CT sl@0: RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest1.ini sl@0: END_TESTCASE GRAPHICS-WSERV-1841-0007 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-1841-0008 sl@0: //!@SYMTestCaseID GRAPHICS-WSERV-1841-0008 sl@0: //!@SYMPREQ 1841 sl@0: //!@SYMTestCaseDesc Test for correct rendering of window scenes involving opaque windows sl@0: //!@SYMTestActions Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap) sl@0: //! The test harness is enabled to create opaque windows. sl@0: //!@SYMTestStatus Implemented sl@0: //!@SYMTestPriority 1 sl@0: //!@SYMTestExpectedResults The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap. sl@0: //!@SYMTestType CT sl@0: RUN_TEST_STEP 4000 twservstresstest WServStressTest_One z:\wstest\wservstresstest2.ini sl@0: END_TESTCASE GRAPHICS-WSERV-1841-0008 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-1841-0009 sl@0: //!@SYMTestCaseID GRAPHICS-WSERV-1841-0009 sl@0: //!@SYMPREQ 1841 sl@0: //!@SYMTestCaseDesc Test for correct rendering of window scenes involving transparent windows sl@0: //!@SYMTestActions Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap) sl@0: //! The test harness is enabled to create alpha channel transparent windows. sl@0: //! (These windows should draw some semi-transparent pixels. They could also call SetTransparentRegion().) sl@0: //!@SYMTestStatus Implemented sl@0: //!@SYMTestPriority 1 sl@0: //!@SYMTestExpectedResults The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap. sl@0: //!@SYMTestType CT sl@0: RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest3.ini sl@0: END_TESTCASE GRAPHICS-WSERV-1841-0009 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-1841-0010 sl@0: //!@SYMTestCaseID GRAPHICS-WSERV-1841-0010 sl@0: //!@SYMPREQ 1841 sl@0: //!@SYMTestCaseDesc Test the correctness of the new redraw store, including disabled redraw store sl@0: //!@SYMTestActions Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap) sl@0: //! Test harness is enabled to create windows with the following attributes: sl@0: //! * Use redraw drawing or non-redraw drawing sl@0: //! * Backed-up window sl@0: //! * Large window with redraw storing disabled sl@0: //!@SYMTestStatus Implemented sl@0: //!@SYMTestPriority 1 sl@0: //!@SYMTestExpectedResults The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap. sl@0: //!@SYMTestType CT sl@0: RUN_TEST_STEP 4000 twservstresstest WServStressTest_One z:\wstest\wservstresstest4.ini sl@0: END_TESTCASE GRAPHICS-WSERV-1841-0010 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-1841-0011 sl@0: //!@SYMTestCaseID GRAPHICS-WSERV-1841-0011 sl@0: //!@SYMPREQ 1841 sl@0: //!@SYMTestCaseDesc Test the correctness of the new sprite implementation sl@0: //!@SYMTestActions Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap) sl@0: //! Windows with the following attributes: sl@0: //! Has/does not have a window sprite. The code for these windows should move the sprite around in some deterministic fashion. sl@0: //! The data driving the test must include cases where a window with sprite appears behind a transparent window, sl@0: //! as this is a key use case for the new implementation sl@0: //!@SYMTestStatus Implemented sl@0: //!@SYMTestPriority 1 sl@0: //!@SYMTestExpectedResults The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap. sl@0: //!@SYMTestType CT sl@0: RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest5.ini sl@0: END_TESTCASE GRAPHICS-WSERV-1841-0011 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-1841-0012 sl@0: //!@SYMTestCaseID GRAPHICS-WSERV-1841-0012 sl@0: //!@SYMPREQ 1841 sl@0: //!@SYMTestCaseDesc Test the correctness of the new anim scheduling sl@0: //!@SYMTestActions Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap) sl@0: //! Window which contains a ticking anim (eg clock). sl@0: //! The data driving the test must include cases where a window with ticking anim appears behind a transparent window, sl@0: //! as this is a key use case for the new implementation. sl@0: //!@SYMTestStatus Implemented sl@0: //!@SYMTestPriority 1 sl@0: //!@SYMTestExpectedResults The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap. sl@0: //!@SYMTestType CT sl@0: RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest6.ini sl@0: END_TESTCASE GRAPHICS-WSERV-1841-0012 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-1841-0101 sl@0: //!@SYMTestCaseID GRAPHICS-WSERV-1841-0101 sl@0: //!@SYMPREQ 1841 sl@0: //!@SYMTestCaseDesc Test the correctness of random usage of pen style sl@0: //!@SYMTestActions Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap) sl@0: //! These windows should draw something using randomize pen style. sl@0: //!@SYMTestStatus Implemented sl@0: //!@SYMTestPriority 1 sl@0: //!@SYMTestExpectedResults The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap. sl@0: //!@SYMTestType CT sl@0: RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest7.ini sl@0: END_TESTCASE GRAPHICS-WSERV-1841-0101 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-1841-0102 sl@0: //!@SYMTestCaseID GRAPHICS-WSERV-1841-0102 sl@0: //!@SYMPREQ 1841 sl@0: //!@SYMTestCaseDesc Test the correctness of random usage of brush style sl@0: //!@SYMTestActions Test setup as for previous test (random windows with various attributes, comparison of WSERV rendering against reference bitmap) sl@0: //! These windows should draw something using randomize brush style. sl@0: //!@SYMTestStatus Implemented sl@0: //!@SYMTestPriority 1 sl@0: //!@SYMTestExpectedResults The WSERV rendering of the scene produces the same results as the back-to-front rendering into offscreen bitmap. sl@0: //!@SYMTestType CT sl@0: RUN_TEST_STEP 3600 twservstresstest WServStressTest_One z:\wstest\wservstresstest8.ini sl@0: END_TESTCASE GRAPHICS-WSERV-1841-0102