| 1 | !DumpRenderTree is related to !WebKit's layout tests and can be run with the `run-webkit-tests` script. |
| 2 | |
| 3 | = Dependencies = |
| 4 | TBD |
| 5 | |
| 6 | = Building !DumpRenderTree = |
| 7 | In order to build it in a way that all expected tests pass and it does not crash, however, certain features need to be enabled when building the port. SHARED_CORE currently needs to be turned on, and some features need to be enabled manually. |
| 8 | |
| 9 | {{{ |
| 10 | ./Tools/Scripts/build-webkit --efl --touch-events --touch-icon-loading --blob --device-orientation --fullscreen-api --geolocation --notifications --orientation-events --video --workers --shared-workers --request-animation-frame --page-visibility-api --cmakearg="-DSHARED_CORE=ON" |
| 11 | }}} |
| 12 | |
| 13 | = Running LayoutTest = |
| 14 | In order to run WebKitEFL's LayoutTest successfully, "exit-after-n-failuers" option should have 5000 as its own value when user run layout test because at least 4000 test cases are failed for now. |
| 15 | |
| 16 | {{{ |
| 17 | ./Tools/Scripts/run-webkit-tests --efl --release --no-launch-safari --results-directory layout-test-results --exit-after-n-failures 5000 --child-processes=N |
| 18 | }}} |