On Thu, Nov 29, 2012 at 6:12 PM, Doug Evans <d...@google.com> wrote: > Diego Novillo writes: > > On Sat, Nov 24, 2012 at 5:58 PM, Doug Evans <d...@google.com> wrote: > > > Hi. > > > This seventh patch adds new options --manifest_subdir, --manifest_name. > > > Useful when using validate_failures.py with a different tool, instead of > gcc. > > > > > > Ok to check in? > > > > > > 2012-11-24 Doug Evans <d...@google.com> > > > > > > * testsuite-management/validate_failures.py: New options > --manifest_subdir, > > > --manifest_name. > > > > OK. > > This is another baby-steps kinda patch. > Instead of adding --manifest_{subdir,name}, > this patch just parameterizes the gcc-specific manifest subdir, > and provides a utility to compute the manifest path. > > Ok to check in? > > 2012-11-29 Doug Evans <d...@google.com> > > * testsuite-management/validate_failures.py: Add function > GetManifestPath. New global _MANIFEST_SUBDIR.
OK. Diego.