bind9/bin/tests/system/idna
Michał Kępień 60ce0ed411 Prevent "idna" test failures with libidn2 2.2.0+
libidn2 2.2.0+ parses Punycode more strictly than older versions and
thus "dig +idnin +noidnout xn--19g" fails with libidn2 2.2.0+ but
succeeds with older versions.

We could preserve the old behavior by using the IDN2_NO_ALABEL_ROUNDTRIP
flag available in libidn2 2.2.0+, but:

  - this change in behavior is considered a libidn2 bug fix [1],
  - we want to make sure dig behaves as expected, not libidn2,
  - implementing that would require additional configure.ac cruft.

Removing the problematic check appears to be the simplest solution as it
does not prevent the relevant block of checks in the "idna" system test
from achieving its purpose, i.e. ensuring dig properly handles invalid
U-labels.

[1] see upstream commit 241e8f486134793cb0f4a5b0e5817a97883401f5
2019-06-26 14:20:17 +02:00
..
ns1 remove "dnssec-enable" from all system tests 2019-03-14 23:30:13 -07:00
clean.sh update system tests so validation won't fail when using IANA key 2018-05-31 18:22:33 +02:00
setup.sh Initial set of IDNA tests. 2018-04-04 09:42:07 -04:00
tests.sh Prevent "idna" test failures with libidn2 2.2.0+ 2019-06-26 14:20:17 +02:00