aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/objdump/objdump_test.go
AgeCommit message (Expand)Author
2025-02-13cmd: use cmd/internal/hash.New32 and Sum32 onlyRuss Cox
2024-10-29cmd/internal/objfile,cmd/objdump: add disassembly support for riscv64Joel Sing
2024-09-19cmd/objdump: add loong64 disassembler supportGuoqi Chen
2024-09-04cmd: use 16 bytes hash when possibleCuong Manh Le
2024-09-04cmd: do not use notsha256Cuong Manh Le
2024-09-03cmd: use testenv.Executable helperKir Kolyshkin
2024-08-21cmd/objdump: add s390x GNU disasm supportSrinivas Pokala
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2023-04-20cmd/dist: refactor generated cgo-support logicBryan C. Mills
2023-03-31cmd/objdump: unskip TestDisasmExtld on Windowsqmuntal
2023-02-02internal/testenv: avoid rebuilding all of std in WriteImportcfgBryan C. Mills
2022-11-15cmd/objdump: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-11-15cmd/objdump: use the test binary as 'objdump' instead of rebuilding itBryan C. Mills
2022-11-03cmd/objdump: skip PIE test when cgo is disabled and PIE needs external linkingCherry Mui
2022-10-18go,cmd,internal: update to anticipate missing targets and .a filesMichael Matloob
2022-10-04cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh
2022-09-22cmd/internal/objfile: read file/line information for ELF PIE binariesCherry Mui
2022-05-17all: fix spellingJohn Bampton
2022-05-17cmd/nm, cmd/objdump, cmd/pprof: disassembly is not supported on loong64Xiaodong Liu
2022-05-10cmd/compile: fix boolean comparison on PPC64Cherry Mui
2022-04-29[dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256Russ Cox
2022-03-09cmd/compile: require -p flagRuss Cox
2021-10-04cmd/objdump: print full disassembly when testing with -vJosh Bleecher Snyder
2021-04-30cmd/internal/objfile: emit better error for Go object of a different versionCherry Zhang
2021-04-09cmd/objdump: update test with register ABICherry Zhang
2021-01-11cmd/internal/objfile: don't require runtime.symtab symbol for XCOFFCherry Zhang
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-16cmd/objdump: skip TestDisasmExtld on AIXCherry Zhang
2020-10-16cmd/objdump: skip tests on unsupported platformsCherry Zhang
2020-10-16cmd/internal/objfile: correct file table reading for Go object fileCherry Zhang
2020-08-22cmd/objdump: skip cgo test in testGoAndCgoDisasm on AIXAlex Brainman
2020-08-22cmd/internal/objfile: use pe.FileHeader.Machine to reliably determine GOARCHAlex Brainman
2020-06-09cmd/dist: do not unset GOROOT_FINAL prior to running testsBryan C. Mills
2020-06-03Revert "cmd/internal/goobj: add index to symbol name for indexed symbols"Cherry Zhang
2020-04-22[dev.link] cmd/internal/goobj: add index to symbol name for indexed symbolsCherry Zhang
2020-03-30cmd/objdump: test disassembly on ARM and ARM64Cherry Zhang
2020-03-30cmd/objdump: add support for -gnu option on Go objdumpLynn Boger
2020-03-12cmd/objdump: guard against out-of-range lines from directives.David Chase
2020-01-25cmd/objdump: disable unsupported tests on riscv64Joel Sing
2019-12-04cmd/objdump: reference tracking bug in TestDisasmCode skip messageTobias Klauser
2019-10-09Revert "cmd/go: fail if a test binary exits with no output"Bryan C. Mills
2019-10-09cmd/go: fail if a test binary exits with no outputDaniel Martí
2019-05-13cmd/objdump: ensure that test executable files are distinctJosh Bleecher Snyder
2019-05-13cmd/objdump: mark tests as parallelJosh Bleecher Snyder
2019-04-24cmd: re-enable tests with external linking on openbsd/armJoel Sing
2019-03-08internal/testenv: remove SetModVendorBryan C. Mills
2019-03-05all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills
2017-11-10cmd/objdump: pass the correct execution mode to x86asm.Decode in disasm_x86 o...Hiroshi Ioka
2017-11-01cmd/internal/goobj: accept int64 in readIntCherry Zhang
2017-10-02cmd/objdump: fix and re-enable arm testAlberto Donizetti