Update TestExpectations for layout_test in desktop (chromium-efl)
authorKangYong Park <kaka.park@samsung.com>
Tue, 10 Feb 2015 08:17:22 +0000 (17:17 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
When running layout tests, a number of 4000 errors occur.
Those failures slow down a full layout test run.
Skip them temporarily, so we can manage new failures.

It is related to below patch.
- http://165.213.202.130:8080/#/c/74587/
Reviewed by: Antonio Gomes, Gyuyoung Kim, SeungSeop Park

Change-Id: I156155e0568dda12ef87333457b54fab727d2851
Signed-off-by: KangYong Park <kaka.park@samsung.com>
tizen_src/scripts/run-layout-tests

index 9e6d936..75a970a 100755 (executable)
@@ -37,6 +37,7 @@ ln -f $_top_dir/$_out/$_mode/content_shell_efl \
 
 exec $_runner \
     --additional-env-var=EVAS_GL_NO_BLACKLIST=1 \
+    --additional-expectations=$_top_dir/src/third_party/WebKit/LayoutTests/platform/tizen/TestExpectations \
     --build-directory=$_top_dir/out.x64 \
     --additional-drt-flag=--no-sandbox \
     --additional-drt-flag=--ignore-gpu-blacklist \