Changes between Version 17 and Version 18 of WebKitEFLLayoutTest


Ignore:
Timestamp:
Oct 15, 2012 2:23:13 AM (11 years ago)
Author:
dominik.rottsches@intel.com
Comment:

display prefix

Legend:

Unmodified
Added
Removed
Modified
  • WebKitEFLLayoutTest

    v17 v18  
    5252
    5353{{{
    54 ./Tools/Scripts/run-webkit-tests -2 --efl --webprocess-cmd-prefix="xterm -title WebProcess -e gdb --args" LayoutTests/fast/forms/plaintext-mode-1.html
     54./Tools/Scripts/run-webkit-tests -2 --efl --webprocess-cmd-prefix="DISPLAY=:0 xterm -title WebProcess -e gdb --args" LayoutTests/fast/forms/plaintext-mode-1.html
    5555}}}
    5656
    57 The "xterm" is necessary or gdb will run in the current terminal, which can get particularly confusing since it's running in the background, and if you're also running the main process in gdb, won't work at all (the two instances will fight over the terminal).
     57The "xterm" is necessary or gdb will run in the current terminal, which can get particularly confusing since it's running in the background, and if you're also running the main process in gdb, won't work at all (the two instances will fight over the terminal). The {{{DISPLAY=:0}}} is necessary since the xterm goes to the Xvfb otherwise.
    5858
    5959To auto-start the web processes in the debugger, send the "run" command to the debugger:
    6060
    6161{{{
    62 ./Tools/Scripts/run-webkit-tests -2 --efl --webprocess-cmd-prefix="xterm -title WebProcess -e gdb --eval-command=run --args" LayoutTests/fast/forms/plaintext-mode-1.html
     62./Tools/Scripts/run-webkit-tests -2 --efl --webprocess-cmd-prefix="DISPLAY=:0 xterm -title WebProcess -e gdb --eval-command=run --args" LayoutTests/fast/forms/plaintext-mode-1.html
    6363}}}
    6464