From a72023cf562647205f34eaa0a74ec9f56490ef28 Mon Sep 17 00:00:00 2001 From: KangYong Park Date: Tue, 10 Feb 2015 17:17:22 +0900 Subject: [PATCH] Update TestExpectations for layout_test in desktop (chromium-efl) 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 --- tizen_src/scripts/run-layout-tests | 1 + 1 file changed, 1 insertion(+) diff --git a/tizen_src/scripts/run-layout-tests b/tizen_src/scripts/run-layout-tests index 9e6d936..75a970a 100755 --- a/tizen_src/scripts/run-layout-tests +++ b/tizen_src/scripts/run-layout-tests @@ -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 \ -- 2.7.4