mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
Compare commits
1 Commits
9cc7ebba01
...
wip/wormne
Author | SHA1 | Date | |
---|---|---|---|
|
7004396b4c |
@@ -70,7 +70,7 @@ workflow:
|
||||
# Default Docker image (unless otherwise defined)
|
||||
image: debian:${DEB_VERSION}
|
||||
variables:
|
||||
DEB_VERSION: "bookworm"
|
||||
DEB_VERSION: "testing"
|
||||
# Common cloning procedure
|
||||
GIT_DEPTH: "1"
|
||||
GIT_SUBMODULE_STRATEGY: none
|
||||
@@ -127,7 +127,7 @@ image-debian:
|
||||
entrypoint: [""]
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
UMFPACK: libumfpack5
|
||||
UMFPACK: libumfpack6
|
||||
before_script: []
|
||||
script:
|
||||
- export container=docker
|
||||
@@ -619,11 +619,13 @@ file-plug-in-tests:
|
||||
- pkg-config --variable=gimplibdir gimp-${API_VER} 2>/dev/null | grep . && PLUG_IN_DIR=$(echo $(pkg-config --variable=gimplibdir gimp-${API_VER})'/plug-ins/')
|
||||
- export PYTHONPATH="${PLUG_IN_DIR}test-file-plug-ins"
|
||||
- export GIMP_TESTS_CONFIG_FILE="${PLUG_IN_DIR}test-file-plug-ins/tests/batch-config.ini"
|
||||
- export GEGL_DEBUG=buffer-alloc
|
||||
- export GIMP_DEBUG=all
|
||||
- mkdir _log
|
||||
- mkdir _data && cd _data
|
||||
- git clone --depth=${GIT_DEPTH} https://gitlab.gnome.org/Infrastructure/gimp-test-images.git gimp-test-images
|
||||
- cd ..
|
||||
- cat ${PLUG_IN_DIR}test-file-plug-ins/batch-import-tests.py | gimp-console-${APP_VER} -idf --batch-interpreter python-fu-eval -b - --quit
|
||||
- cat ${PLUG_IN_DIR}test-file-plug-ins/batch-import-tests.py | gimp-console-${APP_VER} --stack-trace-mode=always -idf --batch-interpreter python-fu-eval -b - --quit
|
||||
- if [ $(grep -c "${REGRESSION_STRING}" "${GIMP_TESTS_LOG_FILE}") -ne 1 ]; then
|
||||
echo "There are file import regressions. Check the log at ${GIMP_TESTS_LOG_FILE}!";
|
||||
exit 1;
|
||||
|
@@ -27,11 +27,11 @@ from gimplogger import GimpLogger
|
||||
from gimptestframework import GimpTestRunner
|
||||
|
||||
|
||||
#DEBUGGING=True
|
||||
DEBUGGING=False
|
||||
DEBUGGING=True
|
||||
#DEBUGGING=False
|
||||
|
||||
#PRINT_VERBOSE = True
|
||||
PRINT_VERBOSE = False
|
||||
PRINT_VERBOSE = True
|
||||
#PRINT_VERBOSE = False
|
||||
|
||||
LOG_APPEND = False
|
||||
|
||||
|
@@ -1,8 +1,8 @@
|
||||
[main]
|
||||
verbose=0
|
||||
verbose=1
|
||||
|
||||
[bmp]
|
||||
enabled=True
|
||||
enabled=False
|
||||
enabled-export=False
|
||||
plugin-import=file-bmp-load
|
||||
plugin-export=file-bmp-export
|
||||
@@ -11,123 +11,123 @@ tests=bmp-tests.ini
|
||||
tests-export=bmp-export-tests.ini
|
||||
|
||||
[dcx]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-dcx-load
|
||||
extension=dcx
|
||||
tests=dcx-tests.ini
|
||||
|
||||
[dds]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-dds-load
|
||||
extension=dds
|
||||
tests=dds-tests.ini
|
||||
|
||||
[eps]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-eps-load
|
||||
extension=eps
|
||||
tests=eps-tests.ini
|
||||
|
||||
[fits]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-fits-load
|
||||
extension=fits
|
||||
tests=fits-tests.ini
|
||||
|
||||
[fli]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-fli-load
|
||||
extension=fli
|
||||
tests=fli-tests.ini
|
||||
|
||||
[gif]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-gif-load
|
||||
extension=gif
|
||||
tests=gif-tests.ini
|
||||
|
||||
[icns]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-icns-load
|
||||
extension=icns
|
||||
tests=icns-tests.ini
|
||||
|
||||
[ico]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-ico-load
|
||||
extension=ico
|
||||
tests=ico-tests.ini
|
||||
|
||||
[j2k]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-j2k-load
|
||||
extension=j2k
|
||||
tests=j2k-tests.ini
|
||||
|
||||
[jp2]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-jp2-load
|
||||
extension=jp2
|
||||
tests=jp2-tests.ini
|
||||
|
||||
[jpeg]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-jpeg-load
|
||||
extension=jpg
|
||||
tests=jpeg-tests.ini
|
||||
|
||||
[pcx]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-pcx-load
|
||||
extension=pcx
|
||||
tests=pcx-tests.ini
|
||||
|
||||
[png]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-png-load
|
||||
extension=png
|
||||
tests=png-tests.ini
|
||||
|
||||
[pnm]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-pnm-load
|
||||
extension=pnm
|
||||
tests=pnm-tests.ini
|
||||
|
||||
[psb]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-psd-load
|
||||
extension=psb
|
||||
tests=psb-tests.ini
|
||||
|
||||
[psd]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-psd-load
|
||||
extension=psd
|
||||
tests=psd-tests.ini
|
||||
|
||||
[psd-merged-image]
|
||||
# This uses the same tests configuration and files as above, but uses a different loader
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-psd-load-merged
|
||||
extension=psd
|
||||
tests=psd-tests.ini
|
||||
|
||||
[psp]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-psp-load
|
||||
extension=psd
|
||||
tests=psp-tests.ini
|
||||
|
||||
[sgi]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-sgi-load
|
||||
# Other extensions used: bw, rgb, rgba
|
||||
extension=sgi
|
||||
tests=sgi-tests.ini
|
||||
|
||||
[tga]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-tga-load
|
||||
extension=tga
|
||||
tests=tga-tests.ini
|
||||
@@ -139,7 +139,7 @@ extension=tif
|
||||
tests=tif-tests.ini
|
||||
|
||||
[webp]
|
||||
enabled=True
|
||||
enabled=False
|
||||
plugin-import=file-webp-load
|
||||
extension=webp
|
||||
tests=webp-tests.ini
|
||||
|
@@ -1,12 +1,12 @@
|
||||
[test-1]
|
||||
enabled=True
|
||||
enabled=False
|
||||
description=Test loading tif test images from cpan: Imager-File-TIFF
|
||||
folder=tiff/cpan-imager-file-tiff/
|
||||
files=tif-cpan-tests.files
|
||||
source=https://metacpan.org/source/TONYC/Imager-File-TIFF-0.92/testimg
|
||||
|
||||
[test-2]
|
||||
enabled=True
|
||||
enabled=False
|
||||
description=Test loading tif imagetestsuite images, part 1
|
||||
folder=tiff/imagetestsuite/
|
||||
files=tif-imagetestsuite-tests.files
|
||||
@@ -16,7 +16,7 @@ source=https://github.com/Wormnest/imagetestsuite/tif/
|
||||
source2=http://code.google.com/p/imagetestsuite/
|
||||
|
||||
[test-3]
|
||||
enabled=True
|
||||
enabled=False
|
||||
description=Test loading tif imagetestsuite images, part 2
|
||||
folder=tiff/imagetestsuite/
|
||||
files=tif-imagetestsuite-tests-2.files
|
||||
|
Reference in New Issue
Block a user