Changes between Version 9 and Version 10 of WebKitEFLLayoutTest
- Timestamp:
- Feb 26, 2012, 4:52:58 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitEFLLayoutTest
v9 v10 12 12 13 13 {{{ 14 ./Tools/Scripts/build-webkit --efl --touch-events --touch-icon-loading --blob --device-orientation \ 15 --fullscreen-api --notifications --orientation-events --request-animation-frame \ 16 --cmakearg="-DSHARED_CORE=ON" 14 ./Tools/Scripts/build-webkit --efl --cmakearg="-DSHARED_CORE=ON" 17 15 }}} 18 16 19 17 = Running LayoutTest = 20 In order to run WebKitEFL's LayoutTest successfully, "exit-after-n-failuers" option should have 1000 as its own value when user run layout test because at least 1000 test cases are failed for now.18 In order to run WebKitEFL's LayoutTest successfully, "exit-after-n-failuers" option should have 500 as its own value when user run layout test because at least 500 test cases are failed for now. 21 19 22 20 {{{ 23 21 ./Tools/Scripts/run-webkit-tests --efl --release --no-launch-safari \ 24 22 --results-directory layout-test-results \ 25 --exit-after-n-failures 1000 --verbose --child-processes=N23 --exit-after-n-failures 500 --verbose --child-processes=N 26 24 }}} 27 25