windowing/windowserver/test/t_integ/scripts/graphics-wserv-integ-dsa-h6.script
author William Roberts <williamr@symbian.org>
Thu, 03 Jun 2010 17:39:46 +0100
branchNewGraphicsArchitecture
changeset 87 0709f76d91e5
parent 11 fed1595b188e
permissions -rw-r--r--
Add MMP files to build libOpenVG_sw.lib which uses LINKAS to redirect to libOpenVG.dll (and the same for libEGL_sw.lib and libOpenVGU_sw.lib). Only the libEGL_sw.lib redirection isn't activated - this can't happen until there is a merged libEGL.dll which supports the OpenWF synchronisation and also implements the graphical support functions. The overall aim is to eliminate the *_sw.dll implementations, at least as a compile-time way of choosing a software-only implementation.The correct way to choose is to put the right set of libraries into a ROM with suitable renaming, and in the emulator to use the "switching DLL" technique to pick the right set. As the Symbian Foundation doesn't have any alternative implementations, we don't need the switching DLLs and we can build directly to the correct name.

/////////////////////////////////////////////////////////////////////
// graphics-wserv-integ-dsa.script
//
// Tests Public elements of the DSA class
// as a means of confidence that the APIs work as expected.
// 
// The purpose is to provide a regression test suite of Public
// APIs for DSA. Negative testing is performed to confirm that correct 
// errors are returned when incorrect parameters are given.
//
// The tests are fully automated.
/////////////////////////////////////////////////////////////////////

LOAD_SUITE	t_wservintegserver

//! @file
//! @SYMTestSuiteName		graphics-wserv-integ-dsa
//! @SYMScriptTestEnvironment	This test script requires a modified ROM, which replaces
//! 				the default wsini.ini with wsini_dsa_h6.ini.

START_TESTCASE 			GRAPHICS-WSERV-INTEG-DSA-0001-0002
//! @SYMTestCaseID		GRAPHICS-WSERV-INTEG-DSA-0001-0002
//! @SYMPREQ					1007 1019
//! @SYMREQ						8222 8223 8227
//! @SYMAPI			DSA
//! @SYMAuthor			Andy Kinney
//! @SYMCreationDate		16/03/2007
//! @SYMTestCaseDependencies	setup-graphics-wserv-integ-dsa.script wsini_dsa.ini
//! @SYMTestCaseDesc		Check DSA app is aborted when screen rotated
//! @SYMTestActions		1. Start non-DSA app (t_app1.exe)
//!				2. Start DSA app (t_dsaapp.exe)
//!				3. t_dsaapp draws to top half of screen
//!				   red/green alternate frames
//!				4. t_app1 rotates screen to 0 after (dummy rotation since 90 degree not supported on H6)
//!				   number of iterations divided by number of rotations
//!				5. t_dsaapp reaches last iteration and writes result file
//!				6. TEF Step code reads result file and checks for expected
//!				   values, and reports pass or fail
//! @SYMTestStatus		Implemented
//! @SYMTestPriority		Critical
//! @SYMTestExpectedResults	The screen does not rotate and no panics are generated. Top half of screen is displaying
//!				alternate frames of green and blue. DSA App does not count any abort requests
/! @SYMTestType		CIT
RUN_TEST_STEP			180	t_wservintegserver	WServIntegDsa	c:\graphics\graphics-wserv-integ-dsa.ini	graphics-wserv-integ-dsa-0001-002
END_TESTCASE 			GRAPHICS-WSERV-INTEG-DSA-0001-0002