lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

  1. 19 Mar, 2012 2 commits
    • Rob Pike's avatar
      sysycall: remove creds_linux_test.go · 1f6fc949
      Rob Pike authored
      It is unprecedented to add tests to package syscall, especially
      system-specific ones. Not a policy worth changing right before Go 1
      is cut.
      
      The sole existing test, passfd_test.go, contains the line
              // +build linux darwin probablyfreebsd probablyopenbsd
      which argues that this is not a subject to be undertaking likely.
      Note that passfd_test.go also went in just now. It's the only test
      in syscall.
      
      Deleting for now, will reconsider after Go 1.
      
      R=golang-dev, bradfitz, r, dsymonds
      CC=golang-dev
      https://golang.org/cl/5846063
      1f6fc949
    • Rob Pike's avatar
      syscall: delete passfd_test.go · 4161dfc4
      Rob Pike authored
      We can revisit the issue of testing in syscall after Go 1.
      
      R=golang-dev, dsymonds
      CC=golang-dev
      https://golang.org/cl/5844057
      4161dfc4
  2. 18 Mar, 2012 3 commits
  3. 17 Mar, 2012 4 commits
  4. 16 Mar, 2012 12 commits
  5. 15 Mar, 2012 19 commits