From: Waldemar Kozaczuk <jwkozac...@gmail.com> Committer: Waldemar Kozaczuk <jwkozac...@gmail.com> Branch: master
tests: skip tst-dns-resolver when running with Linux dynamic linker Signed-off-by: Waldemar Kozaczuk <jwkozac...@gmail.com> --- diff --git a/scripts/test.py b/scripts/test.py --- a/scripts/test.py +++ b/scripts/test.py @@ -19,7 +19,9 @@ disabled_list= [ "tst-dns-resolver.so", + "tst-dns-resolver", "tst-feexcept.so", # On AArch64 the tests around floating point exceptions (SIGFPE) fail even on KVM - see issue #1150 + "tst-feexcept", ] qemu_disabled_list= [ @@ -195,6 +197,7 @@ def main(): if running_with_kvm_on(cmdargs.arch, cmdargs.hypervisor) and cmdargs.arch != 'aarch64': disabled_list.remove("tst-feexcept.so") + disabled_list.remove("tst-feexcept") test_net.set_arch(cmdargs.arch) test_tracing.set_arch(cmdargs.arch) -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to osv-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/0000000000002e9b0d060ccf0fff%40google.com.