On Fri, Oct 12, 2012 at 9:40 AM, Jakub Jelinek <ja...@redhat.com> wrote: > > I don't see how can their testcase be used if not converted to Dejagnu > though, most of their testcases are full of LLVM testcase markup > (// RUN, // CHECK*, etc.). So, if we import the library unmodified, > we'll need to setup some directory under gcc/testsuite/ for asan tests > and arrange for *.exp to find the libraries.
Yes, that's more or less what the Go testsuite is like. I just have a complicated gcc/testsuite/go.test/go-test.exp that does the right thing to handle the Go test cases as DejaGNU test cases. Ian