aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* main/ldb: cmocka not avail on aarch64Leonardo Arena2017-06-201-2/+2
|
* community/pcc: fix url typoLeonardo Arena2017-06-201-2/+2
|
* community/pcc-libs: update to the latest snapshotCág2017-06-201-8/+4
| | | | I messed it up
* testing/pcsxr: build fixesLeonardo Arena2017-06-201-3/+12
|
* community/pcc: update to the latest snapshotCág2017-06-203-48/+6
| | | | | Once again, please ignore the previous patch, the checksums didn't match. Sorry for the inconvenience.
* testing/pcsxr: new aportCág2017-06-201-0/+30
|
* main/cmocka: disable on aarch64 due to failing testsJakub Jirutka2017-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following tests FAILED: 38 - calculator_test (Failed) 42 - customer_database_test (Failed) 44 - product_database_test (Failed) 45 - waiter_test_wrap (Failed) test 38 Start 38: calculator_test 38: Test command: /home/buildozer/aports/main/cmocka/src/cmocka-1.1.1/build/example/calculator_test 38: Test timeout computed to be: 1500 38: [==========] Running 22 test(s). 38: [ RUN ] test_add 38: [ OK ] test_add 38: [ RUN ] test_subtract 38: [ OK ] test_subtract 38: [ RUN ] test_multiply 38: [ OK ] test_multiply 38: [ RUN ] test_divide 38: [ OK ] test_divide 38: [ RUN ] test_divide_by_zero 38: Expected assertion b occurred 38: [ OK ] test_divide_by_zero 38: [ RUN ] test_find_operator_function_by_string_null_functions 38: Expected assertion !number_of_operator_functions || operator_functions occurred 38: [ OK ] test_find_operator_function_by_string_null_functions 38: [ RUN ] test_find_operator_function_by_string_null_string 38: Expected assertion operator_string != NULL occurred 38: [ OK ] test_find_operator_function_by_string_null_string 38: [ RUN ] test_find_operator_function_by_string_valid_null_functions 38: [ OK ] test_find_operator_function_by_string_valid_null_functions 38: [ RUN ] test_find_operator_function_by_string_not_found 38: [ OK ] test_find_operator_function_by_string_not_found 38: [ RUN ] test_find_operator_function_by_string_found 38: [ OK ] test_find_operator_function_by_string_found 38: [ RUN ] test_perform_operation_null_args 38: Expected assertion !number_of_arguments || arguments occurred 38: [ OK ] test_perform_operation_null_args 38: [ RUN ] test_perform_operation_null_operator_functions 38: Expected assertion !number_of_operator_functions || operator_functions occurred 38: [ OK ] test_perform_operation_null_operator_functions 38: [ RUN ] test_perform_operation_null_number_of_intermediate_values 38: Expected assertion number_of_intermediate_values != NULL occurred 38: [ OK ] test_perform_operation_null_number_of_intermediate_values 38: [ RUN ] test_perform_operation_null_intermediate_values 38: Expected assertion intermediate_values != NULL occurred 38: [ OK ] test_perform_operation_null_intermediate_values 38: [ RUN ] test_perform_operation_no_arguments 38: [ OK ] test_perform_operation_no_arguments 38: [ RUN ] test_perform_operation_first_arg_not_integer 38: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 38: [ FAILED ] test_perform_operation_first_arg_not_integer 38: [ RUN ] test_perform_operation_unknown_operator 38: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 38: [ FAILED ] test_perform_operation_unknown_operator 38: [ RUN ] test_perform_operation_missing_argument 38: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 38: [ FAILED ] test_perform_operation_missing_argument 38: [ RUN ] test_perform_operation_no_integer_after_operator 38: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 38: [ FAILED ] test_perform_operation_no_integer_after_operator 38: [ RUN ] test_perform_operation 38: [ OK ] test_perform_operation 38: [ RUN ] test_example_main_no_args 38: [ OK ] test_example_main_no_args 38: [ RUN ] test_example_main 38: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 38: [ FAILED ] test_example_main 38: [==========] 22 test(s) run. 38: [ PASSED ] 17 test(s). 38: [ FAILED ] 5 test(s), listed below: 38: [ FAILED ] test_perform_operation_first_arg_not_integer 38: [ FAILED ] test_perform_operation_unknown_operator 38: [ FAILED ] test_perform_operation_missing_argument 38: [ FAILED ] test_perform_operation_no_integer_after_operator 38: [ FAILED ] test_example_main 38: 38: 5 FAILED TEST(S) 1/4 Test #38: calculator_test ..................***Failed 0.00 sec test 42 Start 42: customer_database_test 42: Test command: /home/buildozer/aports/main/cmocka/src/cmocka-1.1.1/build/example/customer_database_test 42: Test timeout computed to be: 1500 42: [==========] Running 2 test(s). 42: [ RUN ] test_connect_to_customer_database 42: [ OK ] test_connect_to_customer_database 42: [ RUN ] test_get_customer_id_by_name 42: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 42: [ FAILED ] test_get_customer_id_by_name 42: [==========] 2 test(s) run. 42: [ PASSED ] 1 test(s). 42: [ FAILED ] 1 test(s), listed below: 42: [ FAILED ] test_get_customer_id_by_name 42: 42: 1 FAILED TEST(S) 2/4 Test #42: customer_database_test ...........***Failed 0.00 sec test 44 Start 44: product_database_test 44: Test command: /home/buildozer/aports/main/cmocka/src/cmocka-1.1.1/build/example/product_database_test 44: Test timeout computed to be: 1500 44: [==========] Running 3 test(s). 44: [ RUN ] test_connect_to_product_database 44: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 44: [ FAILED ] test_connect_to_product_database 44: [ RUN ] test_connect_to_product_database_bad_url 44: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 44: [ FAILED ] test_connect_to_product_database_bad_url 44: [ RUN ] test_connect_to_product_database_missing_parameter 44: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 44: [ FAILED ] test_connect_to_product_database_missing_parameter 44: [==========] 3 test(s) run. 44: [ PASSED ] 0 test(s). 44: [ FAILED ] 3 test(s), listed below: 44: [ FAILED ] test_connect_to_product_database 44: [ FAILED ] test_connect_to_product_database_bad_url 44: [ FAILED ] test_connect_to_product_database_missing_parameter 44: 44: 3 FAILED TEST(S) 3/4 Test #44: product_database_test ............***Failed Required regular expression not found.Regex=[\[ FAILED \] 2 test ] 0.00 sec test 45 Start 45: waiter_test_wrap 45: Test command: /home/buildozer/aports/main/cmocka/src/cmocka-1.1.1/build/example/chef_wrap/waiter_test_wrap 45: Test timeout computed to be: 1500 45: [==========] Running 2 test(s). 45: [ RUN ] test_order_hotdog 45: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 45: [ FAILED ] test_order_hotdog 45: [ RUN ] test_bad_dish 45: [ ERROR ] --- Test failed with exception: Segmentation fault(11) 45: [ FAILED ] test_bad_dish 45: [==========] 2 test(s) run. 45: [ PASSED ] 0 test(s). 45: [ FAILED ] 2 test(s), listed below: 45: [ FAILED ] test_order_hotdog 45: [ FAILED ] test_bad_dish 45: 45: 2 FAILED TEST(S) 4/4 Test #45: waiter_test_wrap .................***Failed 0.00 sec
* main/cmocka: rerun failed tests again in extra-verbose modeJakub Jirutka2017-06-191-1/+4
|
* main/cmocka: enable on aarch64Jakub Jirutka2017-06-191-1/+1
| | | | | I hope that patch musl_uintptr.patch fixes build error (see bcbcb71d7a89675f89e1de484bcd96319ef999aa) even for aarch64.
* community/bitcoin: disable on armhfTimo Teräs2017-06-191-1/+1
| | | | | | | FAIL: test/test_bitcoin ============================================================================ Testsuite summary for Bitcoin Core 0.14.2 ============================================================================
* main/pcsc-lite: upgrade to 1.8.22Timo Teräs2017-06-191-3/+3
|
* testing/guake: fix buildFrancesco Colista2017-06-191-2/+1
|
* community/py2-typing: moved from testingFrancesco Colista2017-06-191-0/+0
|
* testing/guake: new aportFrancesco Colista2017-06-191-0/+42
|
* main/vte: enabled python bindings as subpackageFrancesco Colista2017-06-191-6/+13
|
* community/xapian-bindings: upgrade to 1.4.4. Modernized APKBUILD, upgraded ↵Francesco Colista2017-06-191-28/+39
| | | | lua bindings from 5.2 to 5.3
* community/xapian-omega: upgrade to 1.4.4Francesco Colista2017-06-191-4/+2
|
* community/xapian-core: upgrade to 1.4.4Francesco Colista2017-06-191-6/+2
|
* main/libunwind: does not build on x86 or ppc64leTimo Teräs2017-06-191-1/+1
|
* main/libunwind: upgrade to 1.2.1tmpfile2017-06-192-65/+8
|
* testing/raspberrypi-bootloader: Update to version 1.20170427Marian Buschsieweke2017-06-191-8/+6
| | | | Beware: Scheme of version numbering changed :-(
* testing/icingaweb2-module-businessprocess: fix build and enable on ppc64leRoberto Oliveira2017-06-191-2/+3
| | | | | | The folder /etc/icingaweb2/modules/businessprocess was missing and chgrp command was failing. Create the folder to fix build and also enable build on ppc64le as icingaweb2-module-director package is enabled.
* main/py-requests: upgrade to 2.18.1Fabian Affolter2017-06-191-2/+2
|
* main/ghi: upgrade to 1.2.0tmpfile2017-06-191-11/+6
|
* main/fftw: upgrade to 3.3.6p2tmpfile2017-06-191-19/+12
|
* main/darkice: upgrade to 1.3tmpfile2017-06-191-23/+12
|
* main/cython: upgrade to 0.25.2tmpfile2017-06-191-6/+4
|
* main/jasper: upgrade to 2.0.12tmpfile2017-06-191-17/+7
|
* main/ldb: upgrade to 1.1.31tmpfile2017-06-191-27/+11
|
* main/pango: upgrade to 1.40.6tmpfile2017-06-191-8/+5
|
* main/abiword: add patch from upstream to fix black-screen regressiontmpfile2017-06-192-1/+57
|
* main/strace: fix s390x buildTimo Teräs2017-06-192-20/+13
| | | | | instead of patching the missing variable, provide it via CFLAGS so it is available in all files
* community/go: fix subpkgdir vs. pkgdirTimo Teräs2017-06-191-5/+5
|
* community/go: upgrade to 1.8.3, modernize aportTimo Teräs2017-06-191-47/+44
| | | | | | | | - remove unneeded "|| return 1" - make copying sources as separate step - fix 'rootpkg' to be invokable as individual step multiple times (fix environment, and not moving things out of $builddir) - do not ship cross-built tools in 'go-tools' package
* testing/keyfinder-cli: enable build on ppc64leRoberto Oliveira2017-06-191-1/+1
| | | | enabling build on ppc64le as libkeyfinder is now enabled
* main/intltool: fixes #7450Francesco Colista2017-06-192-3/+49
|
* community/tilda: clean up APKBUILD, added check() functionFrancesco Colista2017-06-191-18/+8
|
* community/py-websocket-client: upgrade to 0.42.1Francesco Colista2017-06-191-9/+10
|
* testing/luasrcdiet: upgrade to 0.3.0Jakub Jirutka2017-06-191-4/+3
|
* testing/py-matplotlib: rebuild package after change in depsJakub Jirutka2017-06-181-1/+1
|
* main/cmocka: upgrade to 1.1.1tmpfile2017-06-181-7/+6
|
* testing/luasrcdiet: new aportJakub Jirutka2017-06-181-0/+27
| | | | | https://github.com/jirutka/luasrcdiet Compresses Lua source code by removing unnecessary characters
* testing/apparmor: fix build on ppc64leRoberto Oliveira2017-06-162-21/+17
| | | | | Add missing include for limits.h, that was not been included for ppc64le. Also fixed a typo in project url.
* main/mkinitfs: upgrade to 3.1.0Natanael Copa2017-06-161-2/+2
|
* main/libxml2: fix secfix commentNatanael Copa2017-06-161-1/+1
|
* main/libxml2: fix for CVE-2017-5969Natanael Copa2017-06-162-2/+69
| | | | ref #6851
* testing/lttng-tools: disable on ppc64le for nowNatanael Copa2017-06-161-1/+1
|
* Revert "community/mktorrent: upgrade to 1.1"Francesco Colista2017-06-161-9/+11
| | | | | | This reverts commit ee42bade3779b97334643c2d7379c0de9a01b55f. Revert because it is actually another project with the same name, not an upgrade.
* community/psmisc: bump to 23.1Stuart Cardall2017-06-161-2/+2
|
* testing/icingaweb2-module-*: enable build on ppc64leRoberto Oliveira2017-06-163-3/+3
| | | | | enabling packages icingaweb2-module-pnp, icingaweb2-module-fileshipper and icingaweb2-module-generictts as icingaweb2-module-director builds on ppc64le.