aboutsummaryrefslogtreecommitdiff
path: root/test/run.go
AgeCommit message (Expand)Author
2021-01-08test: fix timeout code for invoking compilerRuss Cox
2020-12-18test: recognize and use gc build tagIan Lance Taylor
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-10-06all: implement GO386=softfloatKeith Randall
2020-10-02all: drop 387 supportKeith Randall
2020-03-25test: make runindir tests pass regardless of whether module mode is in useBryan C. Mills
2020-03-12cmd/objdump: guard against out-of-range lines from directives.David Chase
2020-03-12test: restore no-gogcflags build shortcut, save timeDavid Chase
2020-03-11test/run: handle asmcheck -gcflags= commands betterRuss Cox
2020-03-09test/run: make GO_GCFLAGS mean same thing it does during make.bashRuss Cox
2020-02-24test: clean up run.goDmitri Shuralyov
2020-02-21test: close file in goFilesDmitri Shuralyov
2019-09-26test: make -all_codegen default to true on linux-amd64 builderBrad Fitzpatrick
2019-05-23test/fixedbugs: fix some tests will not be runLE Manh Cuong
2019-05-21test: skip cross-arch codegen tests in all.bashRuss Cox
2019-04-19cmd/compile: shortcut intrinsic inlining AFTER getcallerXX checkDavid Chase
2019-04-03cmd/compile: handle new panicindex/slice names in optimizationsKeith Randall
2019-03-25test: support -ldflags for "rundir" tests, new -P optionThan McIntosh
2019-03-14math, math/bits: add intrinsics for wasmRichard Musiol
2019-03-13cmd/compile: add processor level selection support to ppc64{,le}Carlos Eduardo Seo
2018-12-11cmd/compile: use innermost line number for -SKeith Randall
2018-12-07cmd/compile: check for negative upper bound to IsSliceInBoundsDavid Chase
2018-11-28cmd/compile: randomize value order in block for testingKeith Randall
2018-11-16cmd/asm: rename -symabis to -gensymabisAustin Clements
2018-11-14test: move empty header file in builddir, buildrundir to temp directoryEmmanuel T Odeke
2018-11-12cmd/go, cmd/dist: plumb symabis from assembler to compilerAustin Clements
2018-11-12test: minor simplification to run.goAustin Clements
2018-10-17test: limit runoutput concurrency with -vJosh Bleecher Snyder
2018-10-08all: fix a bunch of misspellingsIgor Zhilianin
2018-09-27test: add testcase for gccgo compile failureThan McIntosh
2018-09-24test: skip some tests on noopt builderBrad Fitzpatrick
2018-09-02test: relax whitespaces matching in codegen testsGiovanni Bajo
2018-08-23all: fix typos detected by github.com/client9/misspellKazuhiro Sera
2018-06-06test: add comments for all test actionsYury Smolsky
2018-05-31test: remove rundircmpout and cmpout actionsYury Smolsky
2018-05-31test: eliminate use of Perl in fixedbugs/bug345.goYury Smolsky
2018-05-26test: eliminate use of Perl in test/fixedbugs/bug248.goYury Smolsky
2018-04-27cmd/compile: add softfloat support to mips64{,le}Milan Knezevic
2018-04-26cmd/compile: use prove pass to detect Ctz of non-zero valuesJosh Bleecher Snyder
2018-04-15test: small cleanup of code and comments in run.goGiovanni Bajo
2018-04-15test: run codegen tests on all supported architecture variantsGiovanni Bajo
2018-04-13all: use new softfloat on GOARM=5Cherry Zhang
2018-03-29test: avoid touching GOOS/GOARCH in codegen driverAlberto Donizetti
2018-03-04test: in asmcheck, dump only the functions which failGiovanni Bajo
2018-03-03test: use the version of Go used to run run.goGiovanni Bajo
2018-03-01cmd/asm: fix assembling return jumpCherry Zhang
2018-03-01test: implement negative rules in asmcheckGiovanni Bajo
2018-03-01test: in asmcheck, regexp must match from beginning of lineGiovanni Bajo
2018-03-01test: improve asmcheck syntaxGiovanni Bajo
2018-03-01test: add support for code generation tests (asmcheck)Giovanni Bajo