|
From: Paul F. <pj...@wa...> - 2020-09-24 20:05:56
|
Hi There are a few missing EXTRA_DIST entries in the none tests ppc64 Makefile.am none/tests/ppc64/Makefile.am:1: error: test_isa_3_1_AT.vgtest is missing in EXTRA_DIST none/tests/ppc64/Makefile.am:1: error: test_isa_3_1_Misc.vgtest is missing in EXTRA_DIST none/tests/ppc64/Makefile.am:1: error: test_isa_3_1_VRT.vgtest is missing in EXTRA_DIST rdseed is also missing from .gitignore. A+ Paul |
|
From: Carl L. <ce...@us...> - 2020-09-24 20:14:17
|
Paul:
Yup, I know about the test_isa_3_1*.vgtest issues. We will get that
fixed.
Carl
On Thu, 2020-09-24 at 22:05 +0200, Paul FLOYD wrote:
> Hi
>
> There are a few missing EXTRA_DIST entries in the none tests ppc64
> Makefile.am
>
> none/tests/ppc64/Makefile.am:1: error: test_isa_3_1_AT.vgtest is
> missing in EXTRA_DIST
> none/tests/ppc64/Makefile.am:1: error: test_isa_3_1_Misc.vgtest is
> missing in EXTRA_DIST
> none/tests/ppc64/Makefile.am:1: error: test_isa_3_1_VRT.vgtest is
> missing in EXTRA_DIST
>
> rdseed is also missing from .gitignore.
>
> A+
> Paul
>
>
> _______________________________________________
> Valgrind-developers mailing list
> Val...@li...
> https://lists.sourceforge.net/lists/listinfo/valgrind-developers
|
|
From: Mark W. <ma...@kl...> - 2020-09-25 19:52:29
|
Hi, On Thu, Sep 24, 2020 at 01:13:55PM -0700, Carl Love wrote: > Yup, I know about the test_isa_3_1*.vgtest issues. We will get that > fixed. Thanks > On Thu, 2020-09-24 at 22:05 +0200, Paul FLOYD wrote: > > rdseed is also missing from .gitignore. I just added that. Cheers, Mark |
|
From: Carl L. <ce...@us...> - 2020-09-25 19:43:01
|
Mark:
On Fri, 2020-09-25 at 21:34 +0200, Mark Wielaard wrote:
> Hi,
>
> On Thu, Sep 24, 2020 at 01:13:55PM -0700, Carl Love wrote:
> > Yup, I know about the test_isa_3_1*.vgtest issues. We will get
> > that
> > fixed.
>
Fixed.
commit 3bef7de98b04c24a84ae5772e79b73f9266d68dd (HEAD -> master, origin/master, origin/HEAD)
Author: Carl Love <ce...@us...>
Date: Fri Sep 25 11:14:58 2020 -0500
PPC64 tests Makefile.am cleanup
Fix the file consistency check in none/tests/ppc64/Makefile.am. Subsequent
patches for the PPC ISA 3.1 support will fully add the additional tests.
Carl
|