Changes between Version 28 and Version 29 of WebKitEFLLayoutTest
- Timestamp:
- Aug 24, 2014 7:26:56 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitEFLLayoutTest
v28 v29 7 7 }}} 8 8 9 = Building !DumpRenderTree = 10 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. 11 9 = Building !WebKitTestRunner = 10 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. 12 11 {{{ 13 ./Tools/Scripts/build-webkit --efl --cmakeargs="-DSHARED_CORE=ON"[--update-efl]12 ./Tools/Scripts/build-webkit --efl [--update-efl] 14 13 }}} 15 16 Alternatively, set {{{ENABLE_DRT=1}}} in your environment to enable the {{{SHARED_CORE}}} define during the build process.17 14 18 15 = Running LayoutTest = … … 22 19 ./Tools/Scripts/run-webkit-tests --efl --release --no-show-results \ 23 20 --results-directory layout-test-results \ 24 --exit-after-n-failures 500 --verbose 21 --exit-after-n-failures 500 --verbose -2 25 22 }}} 26 23