From owner-freebsd-testing@freebsd.org Thu Jul 6 06:49:35 2017 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE3C7DA6212 for ; Thu, 6 Jul 2017 06:49:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C549C84513 for ; Thu, 6 Jul 2017 06:49:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v666nZ2i060339 for ; Thu, 6 Jul 2017 06:49:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 220307] libxo tests are failing after recent update Date: Thu, 06 Jul 2017 06:49:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: phil@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2017 06:49:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220307 --- Comment #3 from Ngie Cooper --- (In reply to Phil Shafer from comment #2) This bug still has issues that need to be resolved. I applied this patch for starters, which fixed a number of items: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D $ svn diff usr.bin/xo Index: usr.bin/xo/tests/functional_test.sh =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- usr.bin/xo/tests/functional_test.sh (revision 320663) +++ usr.bin/xo/tests/functional_test.sh (working copy) @@ -42,8 +42,8 @@ atf_check -s exit:0 -e file:${err_file} -o file:${out_file} \ env LC_ALL=3Den_US.UTF-8 \ - LIBXO_OPTIONS=3D":W${xo_fmt}" TZ=3D"EST" "${SRCDIR}/${tc}" \ - ${XO} + TZ=3D"EST" "${SRCDIR}/${tc}" \ + "${XO} -W${xo_fmt}" } add_testcase() After that, I ran into these issues: $ (cd usr.bin/xo/tests/; make; sudo make install; make check) install -o root -g wheel -m 555 xo_01 /usr/tests/usr.bin/xo/xo_01 install -o root -g wheel -m 555 functional_test=20 /usr/tests/usr.bin/xo/functional_test install -o root -g wheel -m 444 Kyuafile /usr/tests/usr.bin/xo/Kyuafile install -o root -g wheel -m 444 /usr/src/contrib/libxo/tests/xo/saved/xo_01.H.err /usr/src/contrib/libxo/tests/xo/saved/xo_01.H.out /usr/src/contrib/libxo/tests/xo/saved/xo_01.HIPx.err /usr/src/contrib/libxo/tests/xo/saved/xo_01.HIPx.out /usr/src/contrib/libxo/tests/xo/saved/xo_01.HP.err /usr/src/contrib/libxo/tests/xo/saved/xo_01.HP.out /usr/src/contrib/libxo/tests/xo/saved/xo_01.J.err /usr/src/contrib/libxo/tests/xo/saved/xo_01.J.out /usr/src/contrib/libxo/tests/xo/saved/xo_01.JP.err /usr/src/contrib/libxo/tests/xo/saved/xo_01.JP.out /usr/src/contrib/libxo/tests/xo/saved/xo_01.T.err /usr/src/contrib/libxo/tests/xo/saved/xo_01.T.out /usr/src/contrib/libxo/tests/xo/saved/xo_01.X.err /usr/src/contrib/libxo/tests/xo/saved/xo_01.X.out /usr/src/contrib/libxo/tests/xo/saved/xo_01.XP.err /usr/src/contrib/libxo/tests/xo/saved/xo_01.XP.out /usr/tests/usr.bin/xo/ functional_test:xo_01__H -> passed [0.029s] functional_test:xo_01__HIPx -> failed: atf-check failed; see the output of the test for details [0.039s] functional_test:xo_01__HP -> failed: atf-check failed; see the output of = the test for details [0.040s] functional_test:xo_01__J -> passed [0.030s] functional_test:xo_01__JP -> failed: atf-check failed; see the output of = the test for details [0.037s] functional_test:xo_01__T -> passed [0.029s] functional_test:xo_01__X -> passed [0.030s] functional_test:xo_01__XP -> failed: atf-check failed; see the output of = the test for details [0.038s] Results file id is usr_tests_usr.bin_xo.20170705-193650-601725 Results saved to /home/ngie/.kyua/store/results.usr_tests_usr.bin_xo.20170705-193650-601725.= db 4/8 passed (4 failed) *** Error code 1 Stop. make: stopped in /usr/src/usr.bin/xo/tests =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D It seems that -I and -P are no longer supported, which matches what's noted= in xo(1). --=20 You are receiving this mail because: You are on the CC list for the bug.=