Changes between Version 36 and Version 37 of WebKitEFLLayoutTest
- Timestamp:
- Aug 29, 2015, 12:26:36 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitEFLLayoutTest
v36 v37 27 27 }}} 28 28 29 WebKit EFL port doesn't support WebKitEFL anymore. So , you have to add "-2" option to test WebKit2EFL.29 WebKit EFL port doesn't support WebKitEFL anymore. So run-webkit-tests always executes WebKitEFL 2. 30 30 31 31 {{{ 32 ./Tools/Scripts/run-webkit-tests --efl --release -232 ./Tools/Scripts/run-webkit-tests --efl --release 33 33 }}} 34 34 … … 43 43 44 44 {{{ 45 ./Tools/Scripts/run-webkit-tests - 2 --efl --webprocess-cmd-prefix="DISPLAY=:0 xterm -title WebProcess -e gdb --args" LayoutTests/fast/forms/plaintext-mode-1.html45 ./Tools/Scripts/run-webkit-tests --efl --webprocess-cmd-prefix="DISPLAY=:0 xterm -title WebProcess -e gdb --args" LayoutTests/fast/forms/plaintext-mode-1.html 46 46 }}} 47 47 … … 51 51 52 52 {{{ 53 ./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.html53 ./Tools/Scripts/run-webkit-tests --efl --webprocess-cmd-prefix="DISPLAY=:0 xterm -title WebProcess -e gdb --eval-command=run --args" LayoutTests/fast/forms/plaintext-mode-1.html 54 54 }}} 55 55