[gjs: 4/8] CI: Don't run examples/webkit.js



commit b03a9c0c8ae48f5d65012911d695828821ec1354
Author: Philip Chimento <philip chimento gmail com>
Date:   Sat Sep 14 10:56:40 2019 -0700

    CI: Don't run examples/webkit.js
    
    This seems unlikely to catch a problem that wouldn't be caught
    elsewhere, and brings in a very heavy dependency.

 installed-tests/scripts/testExamples.sh | 8 --------
 test/ci-images.sh                       | 2 +-
 2 files changed, 1 insertion(+), 9 deletions(-)
---
diff --git a/installed-tests/scripts/testExamples.sh b/installed-tests/scripts/testExamples.sh
index 1d2c39e8..153d083d 100755
--- a/installed-tests/scripts/testExamples.sh
+++ b/installed-tests/scripts/testExamples.sh
@@ -20,18 +20,10 @@ if [[ -n "${ENABLE_GTK}" ]]; then
 
     eval timeout 5s $graphical_gjs examples/gettext.js
     report_timeout "run the gettext.js example"
-
-    if gjs -c 'imports.gi.WebKit2' >/dev/null 2>&1; then
-        eval timeout 15s $graphical_gjs examples/webkit.js
-        report_timeout "run the webkit.js example"
-    else
-        skip "run the webkit.js example" "WebKit2 not found"
-    fi
 else
     skip "run the calc.js example" "running without GTK"
     skip "run the gtk.js example" "running without GTK"
     skip "run the gtk-application.js example" "running without GTK"
     skip "run the gettext.js example" "running without GTK"
-    skip "run the webkit.js example" "running without GTK"
 fi
 echo "1..$total"
diff --git a/test/ci-images.sh b/test/ci-images.sh
index e4f1e5d3..ad04c753 100755
--- a/test/ci-images.sh
+++ b/test/ci-images.sh
@@ -17,7 +17,7 @@ function do_Install_Dependencies(){
                       cairo-devel zlib-devel libffi-devel pcre-devel libxml2-devel libxslt-devel \
                       libedit-devel libasan libubsan libtsan compiler-rt \
                       sysprof-devel lcov mesa-libGL-devel readline-devel \
-                      webkit2gtk3 time
+                      time
 
     # Distros debug info of needed libraries
     dnf -y debuginfo-install glib2-devel gobject-introspection-devel \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]