 Created Date:- 2013-06-19
 Modified date:- 2013-08-23 
 Version:- 1.1
 Description:- Readme for how to invoke new-run-webkit-tests.
 =============================================================
 
 System Requirements
 ===================
 Software
 =========
 1. Cygwin with Python and LightHttp to support HTTP tests
 2. set the http_proxy in the bashrc, since the script will check 
 and download the LightHttp dependent modules for PHP and Cgi
 3. Latest Orbis SDK
 4. Visual Studio version 10 to build the source
 
 Hardware
 ========
 Cavern with correct SDK version installed
 
 Source modification done for Orbis
 ==================================
 1. webkit_537_73\Tools\Scripts\sony\orbisrun-nrwt.sh 								<added new>
 2. webkit_537_73\Tools\Scripts\webkitpy\layout_tests\port\PSOrbis.py 				<added new>
 3. webkit_537_73\Tools\Scripts\webkitpy\layout_tests\run_webkit_tests.py 			<modified>
 4. webkit_537_73\Tools\Scripts\webkitpy\layout_tests\layout_tests\controllers\ manager.py <modified>
 5. webkit_537_73\LayoutTests\fast\harness\results.html <modified>
 
 How to run standalone
 ======================
 1. From the root of build directory
 ./webkit_537_73/Tools/Scripts/sony/orbisrun-nrwt.sh <path to store the test result/<Test case name>  <Test case name>
 ex: ./webkit_537_73/Tools/Scripts/sony/orbisrun-nrwt.sh result/media media
 
 2.Options currently passed as parameter to new-run-webkit-tests
 Need to modify orbisrun-nrwt.sh to set/reset below configurations 
 
 User configurable
 =================
 --verbose <detailed log> <can be removed>
 --release <build type>
 --results-directory <Location of test results>
 --time-out-ms <Set the timeout for each test>
 --pixel-tests <Enable pixel-to-pixel PNG comparisons>
 --child-processes <Number of DumpRenderTrees to run in parallel>
 --retry-failures <re-try any tests that produce unexpected results>
 --exit-after-n-crashes-or-timeouts <Exit after the first N crashes instead of running all tests
 
 User not configurable
 =====================
 --orbis  <orbis platform>
 -2  Use WebKitTestRunner rather than DumpRenderTree.
  
 Limitations & Known Issues
 ==========================
 1. HTTP test's related to websocket tests FAILS as websocket server fail to start.
 2. Audio test's FAILS as no audio is dumped 
 3. Pixel comparison FAILS as no pixel data is dumped