Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis
tests.test_cookie_domain_only.test_increment() and tests.test_domain_setting.test_domain() fail, also with Python 2 (both 2.6 and 2.7). Failures of these tests with Python 3 are different and reported in bug #51. Results of test suite...
OpenSSL.test.test_ssl.ContextTests.test_set_default_verify_paths() triggers error when network connection is absent. It is the only test in pyOpenSSL test suite with this problem. ``` ====================================================================== ERROR: test_set_default_verify_paths (OpenSSL.test.test_ssl.ContextTests) ---------------------------------------------------------------------- Traceback (most recent call...
https://github.com/protocolbuffers/protobuf/blob/c74057267d64d0b5b8a48feeab2d5b015590aca0/configure.ac#L78 This was introduced in commit b40d318650ccde8893400c32814df6f4cdd24fe5 (by @acozzette) on 2017-01-03 along with `m4/ax_prog_cc_for_build.m4` and `m4/ax_prog_cxx_for_build.m4` files (copied from GNU Autoconf Archive project). However commit b3e4e3abe0d2f79ec9f1e4e24e12dc642d662546 (by @xfxyjwf) on 2018-06-01...
`m4/ax_pthread.m4` and `m4/ax_with_curses.m4` files need to be updated to newest versions from autoconf-archive project: https://www.gnu.org/software/autoconf-archive/ (autoconf-archive-2019.01.06 is newest as of now.) Updating of `m4/ax_with_curses.m4` file is necessary to fix build...
`examples/dwarf_location_lists.py` and `examples/dwarf_range_lists.py` fail with Jython. Other `examples/*.py` tests pass with Jython. All `examples/*.py` tests pass with CPython. ``` $ jython2.7 test/run_examples_test.py Example './examples/dwarf_decode_address.py' Example './examples/dwarf_location_lists.py' .......FAIL comparison @@ Output...
Neon 0.32.2 + GnuTLS 3.7.3 + PaKChoiS 0.4 fails test `ssl:pkcs11`: (Gentoo GNU/Linux, x86_64) ``` uri-tests............. 15/15 passed util-tests............ 9/ 9 passed string-tests.......... 31/32 SKIPPED - strhash_sha_512_256 (SHA-2-512/256 not supported)...
Fixes related to `QT5_GENTOO_CONFIG`, `QT_FEATURE_*` macros, `qconfig_p.h` header. Problem was accidentally found during work on Qt 5.15.6 version bump (#260), but older versions are also affected. In Qt 5.15.5: ```...
User in Gentoo reported that `symbolize_unittest:TestWithReturnAddress()` fails on ARM. Original report: https://bugs.gentoo.org/863599 GLog 0.6.0 Output of `ctest`: ``` Test project /var/tmp/portage/dev-cpp/glog-0.6.0/work/glog-0.6.0_build-.arm Start 1: logging_custom_prefix 1/17 Test #1: logging_custom_prefix ............ Passed...
In current trunk of glog, when building with `-DWITH_GTEST=ON`: ``` $ make test Running tests... Test project /tmp/glog_build Start 1: demangle 1/10 Test #1: demangle ......................... Passed 0.00 sec Start...
Support for GTK 4 should be added. [GTK 4.0 was released on 2020-12-16](https://blog.gtk.org/2020/12/16/gtk-4-0/): > What’s old > -- > > GTK 4 is now stable, and we consider it ready...