aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
...
* testing/kdelibs4support: Make progress in running testsuite, fix license.Leo2019-06-031-4/+5
| | | Closes GH-8422
* testing/kitemviews: use xvfb-run to run testsuiteLeo2019-06-031-2/+2
| | | Closes GH-8421
* testing/kdesignerplugin: use xvfb-run to run testsuiteLeo2019-06-031-3/+2
| | | Closes GH-8420
* testing/ktexteditor: use xvfb-run to run testsuiteLeo2019-06-031-3/+4
| | | Closes GH-8419
* testing/kdeclarative: use xvfb-run to run testsLeo2019-06-031-3/+5
| | | Closes GH-8385
* testing/py-tailer: upgrade to python3prspkt2019-06-031-11/+5
|
* testing/py-tailer: upgrade to 0.4.1prspkt2019-06-031-2/+2
|
* testing/kimageformats: use xvfb-run to run kimageformats-pic testLeo2019-06-021-2/+2
| | | Closes GH-8418
* testing/kcrash: use xvfb-run to run kcrashtest testLeo2019-06-021-2/+2
| | | Closes GH-8417
* testing/kitemmodels: use xvfb-run to run testsuiteLeo2019-06-021-2/+2
| | | Closes GH-8416
* testing/gnome-maps: disable on s390xKevin Daudt2019-06-021-1/+1
| | | | Dependency gjs is missing.
* testing/py3-pygtail: upgrade to 0.10.1prspkt2019-06-031-3/+2
|
* testing/py3-pygtail: modernizeprspkt2019-06-031-20/+4
|
* testing/py-pygtail: upgrade to python3prspkt2019-06-031-5/+5
|
* testing/mergerfs: cleanup APKBUILDNathan Caldwell2019-06-021-11/+3
| | | | | | | | - fix version generation - remove `mergerfs --version` test and disable checks - remove `cd "$builddir"` - remove default builddir Closes GH-7978
* testing/mergerfs: upgrade to 2.27.0Nathan Caldwell2019-06-022-19/+7
| | | Closes GH-7978
* testing/perl-locale-codes: new aportTimothy Legge2019-06-021-0/+33
| | | Closes GH-8010
* testing/xmrig: upgrade to 2.14.4Oleg Titov2019-06-021-12/+4
| | | | | | | | | - https://github.com/xmrig/xmrig/releases 2.14.4 - License clarification - No upstream testsuite, removing check() - License file removed - builddir has default value and was removed Closes GH-8296
* community/pytest-cov: move from testingLeo2019-06-021-50/+0
| | | Closes GH-8379
* testing/gnome-maps: new aportRasmus Thomsen2019-06-021-0/+32
| | | Closes GH-8372
* testing/folks: enable on armhf,armv7 and ppc64le now that tracker doesn't ↵Rasmus Thomsen2019-06-021-2/+1
| | | | | block anymore Closes GH-8372
* testing/tracker: enable on ppc64le again now that networkmanager works on itRasmus Thomsen2019-06-021-1/+1
| | | Closes GH-8372
* testing/gfbgraph: new aportRasmus Thomsen2019-06-021-0/+32
| | | Closes GH-8372
* testing/libchamplain: new aportRasmus Thomsen2019-06-021-0/+40
| | | Closes GH-8372
* testing/py3-flask-peewee: upgrade to 3.0.3prspkt2019-06-021-3/+3
|
* testing/py3-python-gssapi: move from communityKevin Daudt2019-06-021-0/+29
| | | | | | | New packages should start in testing. This has been accidentally committed in community. Ref: GH-8400
* testing/openjdk11: Fix build on ppc64leSimon Frankenberger2019-06-022-13/+24
| | | Closes GH-8407
* testing/py3-flask-peewee: modernizeprspkt2019-06-021-7/+3
|
* testing/py-flask-peewee: rename to py3-flask-peeweeprspkt2019-06-021-1/+1
|
* testing/py3-wtf-peewee: modernizeprspkt2019-06-021-8/+2
|
* testing/py-wtf-peewee: rename to py3-wtf-peeweeprspkt2019-06-021-1/+1
|
* testing/py3-peewee: upgrade to 3.9.5prspkt2019-06-021-5/+5
| | | | - Add cython3 and sqlite-dev makedepends
* testing/py3-peewee: modernizeprspkt2019-06-021-6/+1
|
* testing/py-peewee: rename to py3-peeweeprspkt2019-06-021-1/+1
|
* testing/openjdk11: disable on ppc64leKevin Daudt2019-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | Build errors: > * For target buildjdk_hotspot_variant-server_libjvm_objs_os_linux_ppc.o: > /home/buildozer/aports/testing/openjdk11/src/jdk11u-jdk-11.0.4+4/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp: > In function 'long unsigned int ucontext_get_trap(const ucontext_t*)': > /home/buildozer/aports/testing/openjdk11/src/jdk11u-jdk-11.0.4+4/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:154:30: > error: 'void*' is not a pointer-to-object type > return uc->uc_mcontext.regs->trap; ^~ > * For target hotspot_variant-server_libjvm_objs_os_linux_ppc.o: /home/buildozer/aports/testing/openjdk11/src/jdk11u-jdk-11.0.4+4/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp: In function 'long unsigned int ucontext_get_trap(const ucontext_t*)': > /home/buildozer/aports/testing/openjdk11/src/jdk11u-jdk-11.0.4+4/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp:154:30: > error: 'void*' is not a pointer-to-object type > return uc->uc_mcontext.regs->trap; > ^~ Ref: GH-7808
* testing/openjdk11: New aportSimon Frankenberger2019-06-0210-0/+1370
| | | Closes GH-7808
* testing/py-flask-gzip: upgrade to python3prspkt2019-06-021-22/+7
|
* testing/py-flask-gzip: upgrade to 0.2, clarify licenseprspkt2019-06-021-5/+3
|
* testing/py-m2crypto: upgrade to 0.34.0, clarify licenseprspkt2019-06-021-5/+4
| | | Closes GH-8398
* testing/poetry: new aportLeo2019-06-022-0/+50
| | | | | | Python3 dependency management and packaging system https://poetry.eustace.io/ Closes GH-8381
* testing/py3-cachy: new aportLeo2019-06-021-0/+25
| | | | | | Simple yet effective caching library https://github.com/sdispater/cachy Closes GH-8381
* testing/py3-cachecontrol: new aportLeo2019-06-021-0/+25
| | | | | | httplib2 caching for requests https://github.com/ionrock/cachecontrol Closes GH-8381
* testing/py-html5lib: rebuild for python3.7Leo2019-06-021-3/+2
| | | Closes GH-8381
* testing/py3-shellingham: new aportLeo2019-06-021-0/+29
| | | | | | Python3 module to poke around and find out running shell https://github.com/sarugaku/shellingham Closes GH-8381
* testing/py3-tomlkit: new aportLeo2019-06-021-0/+25
| | | | | | Python3 library for parsing and modifying TOML https://github.com/sdispater/tomlkit Closes GH-8381
* testing/py3-cleo: new aportLeo2019-06-021-0/+25
| | | | | | | Python3 to create beautiful and testable command-line interfaces https://github.com/sdispater/cleo Closes GH-8381
* testing/py3-clikit: new aportLeo2019-06-021-0/+25
| | | | | | | Python3 to create beautiful and testable command-line interfaces https://github.com/sdispater/clikit Closes GH-8381
* testing/py3-pylev: new aportLeo2019-06-021-0/+25
| | | | | | Pure Python3 Levenshtein implementation https://github.com/toastdriven/pylev Closes GH-8381
* testing/py3-pastel: new aportLeo2019-06-021-0/+25
| | | | | | Python3 library to bring colors to your terminal url="https://github.com/sdispater/pastel Closes GH-8381
* testing/kcompletion: use xvfb-run to run tests that need X11Leo2019-06-021-2/+2
| | | Closes GH-8396