Home | History | Annotate | Download | only in dist

Lines Matching refs:misc

566 			heading: "../misc/cgo/stdio",
568 t.addCmd(dt, "misc/cgo/stdio", "go", "run", filepath.Join(os.Getenv("GOROOT"), "test/run.go"), "-", ".")
574 heading: "../misc/cgo/life",
576 t.addCmd(dt, "misc/cgo/life", "go", "run", filepath.Join(os.Getenv("GOROOT"), "test/run.go"), "-", ".")
587 heading: "../misc/cgo/fortran",
589 t.addCmd(dt, "misc/cgo/fortran", "./test.bash", fortran)
597 heading: "../misc/swig/stdio",
599 t.addCmd(dt, "misc/swig/stdio", t.goTest())
606 heading: "../misc/swig/callback",
608 t.addCmd(dt, "misc/swig/callback", t.goTest())
618 heading: "../misc/cgo/test",
624 t.registerTest("testgodefs", "../misc/cgo/testgodefs", "./test.bash")
635 heading: "../misc/cgo/testso",
637 return t.cgoTestSO(dt, "misc/cgo/testso")
642 heading: "../misc/cgo/testsovar",
644 return t.cgoTestSO(dt, "misc/cgo/testsovar")
649 t.registerHostTest("testcarchive", "../misc/cgo/testcarchive", "misc/cgo/testcarchive", "carchive_test.go")
652 t.registerHostTest("testcshared", "../misc/cgo/testcshared", "misc/cgo/testcshared", "cshared_test.go")
655 t.registerTest("testshared", "../misc/cgo/testshared", t.goTest(), t.timeout(600))
658 t.registerTest("testplugin", "../misc/cgo/testplugin", "./test.bash")
661 t.registerTest("testasan", "../misc/cgo/testasan", "go", "run", "main.go")
664 t.registerHostTest("testsanitizers/msan", "../misc/cgo/testsanitizers", "misc/cgo/testsanitizers", ".")
667 t.registerHostTest("cgo_errors", "../misc/cgo/errors", "misc/cgo/errors", ".")
670 t.registerTest("testsigfwd", "../misc/cgo/testsigfwd", "go", "run", "main.go")
980 t.addCmd(dt, "misc/cgo/test", t.goTest(), "-ldflags", "-linkmode=auto")
983 t.addCmd(dt, "misc/cgo/test", t.goTest(), "-tags=internal", "-ldflags", "-linkmode=internal")
995 t.addCmd(dt, "misc/cgo/test", t.goTest(), "-ldflags", "-linkmode=external")
996 t.addCmd(dt, "misc/cgo/test", t.goTest(), "-ldflags", "-linkmode=external -s")
1003 t.addCmd(dt, "misc/cgo/test", t.goTest(), "-ldflags", "-linkmode=external")
1004 t.addCmd(dt, "misc/cgo/testtls", t.goTest(), "-ldflags", "-linkmode=auto")
1005 t.addCmd(dt, "misc/cgo/testtls", t.goTest(), "-ldflags", "-linkmode=external")
1017 cmd := t.dirCmd("misc/cgo/test",
1024 t.addCmd(dt, "misc/cgo/testtls", t.goTest(), "-ldflags", `-linkmode=external -extldflags "-static -pthread"`)
1026 t.addCmd(dt, "misc/cgo/nocgo", t.goTest())
1027 t.addCmd(dt, "misc/cgo/nocgo", t.goTest(), "-ldflags", `-linkmode=external`)
1029 t.addCmd(dt, "misc/cgo/nocgo", t.goTest(), "-ldflags", `-linkmode=external -extldflags "-static -pthread"`)
1034 t.addCmd(dt, "misc/cgo/test", t.goTest(), "-buildmode=pie")
1035 t.addCmd(dt, "misc/cgo/testtls", t.goTest(), "-buildmode=pie")
1036 t.addCmd(dt, "misc/cgo/nocgo", t.goTest(), "-buildmode=pie")
1317 cmd := t.addCmd(dt, "misc/cgo/test", t.goTest(), "-race")