Changes between Version 17 and Version 18 of WebKitEFLLayoutTest
- Timestamp:
- Oct 15, 2012, 2:23:13 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitEFLLayoutTest
v17 v18 52 52 53 53 {{{ 54 ./Tools/Scripts/run-webkit-tests -2 --efl --webprocess-cmd-prefix=" xterm -title WebProcess -e gdb --args" LayoutTests/fast/forms/plaintext-mode-1.html54 ./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 55 55 }}} 56 56 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). 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). The {{{DISPLAY=:0}}} is necessary since the xterm goes to the Xvfb otherwise. 58 58 59 59 To auto-start the web processes in the debugger, send the "run" command to the debugger: 60 60 61 61 {{{ 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.html62 ./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 63 63 }}} 64 64