]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/go/go_test.go
[dev.boringcrypto] all: merge master into dev.boringcrypto
[gostls13.git] / src / cmd / go / go_test.go
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-30 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-30 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-30 Alex Brainmancmd/go: use -buildmode=pie as default on window
2020-04-20 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-17 Michael Matloobcmd/go: convert TestCaseCollisions to the script framework
2020-04-10 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-08 Austin Clementsall: remove scattered remnants of darwin/arm
2020-04-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-04 Brad Fitzpatrickcmd/dist: remove darwin/386, darwin/arm as valid ports
2020-04-02 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-27 Michael Matloobcmd/go: avoid needing to manipulate ImportStack when...
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-27 Bryan C. Millscmd/go/internal/work: disallow testgo binary from insta...
2020-03-17 Bryan C. Millscmd/go: replace TestCgoDependsOnSyscall with a simpler...
2020-03-13 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-13 zikaerohcmd/go: check for 'svn' binary in PATH in TestAccidenta...
2020-03-10 Alex Brainmandebug/pe: copy some consts from cmd/link/internal/ld
2020-03-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-04 Bryan C. Millscmd/go: invalidate cached test results when the -timeou...
2020-03-01 Alex Brainmancmd/go, cmd/link: implement -buildmode=pie on windows
2020-02-28 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-27 Michael Matloobcmd/go: roll forward "convert TestShadowingLogic to...
2020-02-27 Michael Matloobcmd/go: convert testCDAndGOPATHAreDifferent to the...
2020-02-27 Michael Matloobcmd/go: convert TestLinkXImportPathEscape to the script...
2020-02-27 Michael Matloobcmd/go: convert TestGoBuildGOPATHOrder to the script...
2020-02-27 Michael Matloobcmd/go: convert more tests to the script framework
2020-02-27 Michael Matloobcmd/go: convert TestGoTestRaceInstallsCgo to script...
2020-02-27 Michael Matloobcmd/go: convert TestGoBuildARM to the script framework
2020-02-27 Michael Matloobcmd/go: convert TestGoTestBuildsAnXtestContainingOnly...
2020-02-27 Michael Matloobcmd/go: convert TestPackageNotStaleWithTrailingSlash...
2020-02-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-20 Michael Matloobcmd/go: convert TestExecutableGOROOT to the script...
2020-02-20 Michael Matloobcmd/go: in tests, add sync before closing file in copyF...
2020-02-20 Michael MatloobRevert "cmd/go: convert TestShadowingLogic to the scrip...
2020-02-19 Michael Matloobcmd/go: convert TestShadowingLogic to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestRelativeGOBINFail to script framework
2020-02-19 Michael Matloobcmd/go: convert TestBuildDryRunWithCgo to the script...
2020-02-19 Michael Matloobcmd/go: convert TestIssue11709 to the script framework
2020-02-19 Michael Matloobcmd/go: add a few more calls to t.Parallel
2020-02-19 Michael Matloobcmd/go: convert TestDotDotDotOutsideGOPATH to script...
2020-02-19 Michael Matloobcmd/go: convert TestBuildIDContainsArchModeEnv to the...
2020-02-19 Michael Matloobcmd/go: convert remaining non-parallel tooSlow tests...
2020-02-19 Michael Matloobcmd/go: convert TestIssue12096 to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestBadCgoDirectives to the script...
2020-02-19 Michael Matloobcmd/go: convert TestGoBuildOutput to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestIssue6480 to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestCoverageRuns to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestSymlink* to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestGoTest(Cpu|Mutex)profile.* to scrip...
2020-02-19 Michael Matloobcmd/go: convert tests using testdata/src/(xtestonly...
2020-02-19 Michael Matloobcmd/go: convert some vet tests to the script framework
2020-02-19 Michael Matloobcmd/go: convert some go get tests to the script framework
2020-02-19 Michael Matloobcmd/go: convert tests using testdata/src/(exclude|empty...
2020-02-19 Michael Matloobcmd/go: convert TestGoTestJSON to the script framework
2020-02-19 Michael Matloobcmd/go: convert two go get tests to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestGoGetUpdateInsecure to the script...
2020-02-19 Michael Matloobcmd/go: convert TestGoGetInsecure to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestBenchTimeout to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestGoGetNonPkg to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestGoBuildDashODevNull to script framework
2020-02-19 Michael Matloobcmd/go: convert TestFailFast to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestGoBuildTestOnly to the script framework
2020-02-19 Michael Matloobcmd/go: convert tests using testdata/testinternal*...
2020-02-19 Michael Matloobcmd/go: convert tests using testdata/testimport dir...
2020-02-19 Michael Matloobcmd/go: convert TestCoverageNoStatements to the script...
2020-02-19 Michael Matloobcmd/go: convert all tests using testdata/standalone_...
2020-02-19 Michael Matloobcmd/go: convert some generate tests to the script framework
2020-02-19 Michael Matloobcmd/go: rewrite tests using testdata/example[12]_test...
2020-02-19 Michael Matloobcmd/go: convert TestListTests to the script framework
2020-02-19 Michael Matloobcmd/go: convert some coverage tests to the script framework
2020-02-19 Michael Matloobcmd/go: convert TestCgoConsistentResults to the script...
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-01-07 Michael Matloobcmd/go: convert import comment tests to script framework
2020-01-07 Michael Matloobcmd/go: convert TestImportCycle to the script framework
2020-01-07 Michael Matloobcmd/go: convert tests using testdata/src/testrace to...
2020-01-07 Michael Matloobcmd/go: convert TestTestRegexps to the script framework
2020-01-07 Michael Matloobcmd/go: convert TestCoverageImportMainLoop and TestGoTe...
2020-01-07 Michael Matloobcmd/go: remove tests using testdata/flag_test.go
2020-01-06 Michael Matloobcmd/go: convert some cgo-related testcases to script...
2020-01-06 Michael Matloobcmd/go: convert TestGoTestWithoutTests to the script...
2020-01-06 Michael Matloobcmd/go: convert TestIssue17119 to the script test framework
2020-01-06 Michael Matloobcmd/go: convert some testcases to the script framework
2020-01-06 Michael Matloobcmd/go: parallellize more test cases
2020-01-06 Michael Matloobcmd/go: convert TestGoGenerateBadImports to script...
2020-01-06 Michael Matloobcmd/go: convert TestRunPkg to the script framework
2020-01-06 Michael Matloobcmd/go: convert TestIssue7108 to the script framework
2020-01-03 Michael Matloobcmd/go: convert TestGoTestImportErrorStack to the scrip...
2020-01-03 Michael Matloobcmd/go: convert TestGoBuildNotMain to script framework
2020-01-03 Michael Matloobcmd/go: convert TestRunInternal to the script test...
2020-01-03 Michael Matloobcmd/go: convert TestCoveragePattern to the script framework
2020-01-03 Michael Matloobcmd/go: remove TestGoTestDetectsTestOnlyImportCycles
2020-01-03 Michael Matloobcmd/go: convert TestPluginNonMain to script framework
2020-01-03 Michael Matloobcmd/go: convert tests using testdata/src/syntaxerror...
2019-12-03 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-20 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-20 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-19 Bryan C. Millscmd/go: consolidate TestInstalls into gopath_install...
next