1. 18 1月, 2021 1 次提交
    • A
      Introduce TeamCity builds (#2298) · f2ec3e49
      Artem Khvastunov 提交于
      * add -json flag when running tests on TeamCity
      
      * introduce TeamCity builds
      
      * restore gdbserial constants for 386
      
      Otherwise compilation fails.
      
      * skip TestAttachRequest on Windows as it never finishes
      
      * run tests on 1.16beta1
      f2ec3e49
  2. 15 1月, 2021 1 次提交
  3. 13 1月, 2021 1 次提交
  4. 09 1月, 2021 1 次提交
  5. 07 1月, 2021 1 次提交
  6. 06 1月, 2021 3 次提交
    • A
      6d1c00e5
    • A
      *: Expand --build-flags= description in the document (#2273) · 433eafb2
      Alex Zamai 提交于
      add example for multiple  --build-flags
      
      add example description to --build-flags
      433eafb2
    • A
      Go 1.16 support branch (#2214) · 6dd686ca
      Alessandro Arzilli 提交于
      * proc: misc test fixes for Go 1.16
      
      * proc: fix cgo stacktraces in Go 1.16 with simplified C -> Go call path
      
      * dwarf/line: make dwarf/line correct when '\\' are used
      
      Our code depends heavily on paths being '/' separated because go always
      produced '/' separated file paths. The call to filepath.Join will
      normalize the paths, on windows, to always be '\\' separated, which
      violated our assumptions.
      
      This didn't use to be a problem because the codepath that calls
      filepath.Join was never exercised by executable files produced by Go,
      but Go 1.16 started producing debug_line sections that use the
      directory table with https://go-review.googlesource.com/c/go/+/263017/.
      
      Fix this to always use path.Join after making sure, on windows, to
      always normalize paths to use '/' as a separator. Replace the use of
      filepath.IsAbs with an operating system independent version.
      
      * goversion: bump supported Go version
      6dd686ca
  7. 05 1月, 2021 4 次提交
  8. 29 12月, 2020 4 次提交
  9. 28 12月, 2020 1 次提交
    • A
      Miscellaneous fixes for problems uncovered by Github Actions tests (#2274) · 7dcd7b4d
      Alessandro Arzilli 提交于
      Fix bug in DAP test: TestEvaluateCallRequest.
      In Go 1.15 the call injection will be executed on a different goroutine
      from the goroutine where it was started on to avoid confusing the
      garbage collector, the test must be aware of this fact and use the
      goroutine ID from the stopped response instead of assuming 1 is the
      currently selected goroutine.
      
      Disables TestAttachDetach when running in Github Actions.
      
      Disable some coredump tests when running in Github Actions (core size
      limits?).
      7dcd7b4d
  10. 22 12月, 2020 1 次提交
  11. 17 12月, 2020 1 次提交
  12. 16 12月, 2020 1 次提交
  13. 15 12月, 2020 5 次提交
  14. 11 12月, 2020 3 次提交
  15. 09 12月, 2020 2 次提交
  16. 05 12月, 2020 2 次提交
  17. 01 12月, 2020 2 次提交
  18. 18 11月, 2020 1 次提交
  19. 17 11月, 2020 5 次提交