Changes between Version 9 and Version 10 of WebKitEFLLayoutTest


Ignore:
Timestamp:
Feb 26, 2012 4:52:58 PM (12 years ago)
Author:
gyuyoung.kim@samsung.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitEFLLayoutTest

    v9 v10  
    1212
    1313{{{
    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"
    1715}}}
    1816
    1917= 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.
     18In 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.
    2119
    2220{{{
    2321./Tools/Scripts/run-webkit-tests --efl --release --no-launch-safari \
    2422                                 --results-directory layout-test-results \
    25                                  --exit-after-n-failures 1000 --verbose --child-processes=N
     23                                 --exit-after-n-failures 500 --verbose --child-processes=N
    2624}}}
    2725