Thanks, I see most of the cases are as same as the tests under go/test so 
we just need a testing framework.
On Wednesday, April 13, 2022 at 5:58:27 AM UTC+8 Ian Lance Taylor wrote:

> On Tue, Apr 12, 2022 at 12:20 AM Lanzhiguan Huang
> <huangla...@gmail.com> wrote:
> >
> > Any ideas about running the tests under go/test directory? I think the 
> test framework is designed to be applicable for all the go compilers(go, 
> gccgo, gollvm...) but it seems there is something like assembly or 
> unrecognizable flags which will block the test. Is there an easy way to 
> filter out these unsupported things and run the test using gollvm?
>
> This probably won't help directly with GoLLVM, but gccgo uses DejaGNU
> to run the tests. See
>
>
> https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/testsuite/go.test/go-test.exp;h=11c178ad7ecbe9d568a3c25ce76abce072af7e84;hb=HEAD
>
> Ian
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/4cd9acbc-75c8-4209-a476-d2651eb9753bn%40googlegroups.com.

Reply via email to