Changes between Version 12 and Version 13 of JSCOnly/CrossBuildAndRemoteTestJSCLinux


Ignore:
Timestamp:
Feb 5, 2018 4:38:40 PM (6 years ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JSCOnly/CrossBuildAndRemoteTestJSCLinux

    v12 v13  
    201201
    2022023. Now configure the remote config file
    203   The Script Tools/Scripts/run-javascriptcore-tests also expects some config parameters with the IP of the board. You can pass that parameters by creating a file with this contents
    204   {{{
    205 $ cat remote-jsc-tests-config.json
     203  The script [https://trac.webkit.org/browser/trunk/Tools/Scripts/run-javascriptcore-tests run-javascriptcore-tests] expects some config parameters with the IP of the board. You can pass that parameters by creating a file with this contents
     204  {{{
     205# cat ${HOME}/remote-jsc-tests-config.json
    206206{"remote": "root@jsc-rpi3-64.board.local:22"}
    207207  }}}
    208208
    209 4. Finally, execute run-javascriptcore-tests as follows:
     2094. Finally, execute [https://trac.webkit.org/browser/trunk/Tools/Scripts/run-javascriptcore-tests run-javascriptcore-tests] as follows:
    210210  {{{
    211211# NOTE: The cross-ldd script needs the  environment variables below set to work properly.