1. 16 7月, 2014 6 次提交
  2. 15 7月, 2014 8 次提交
  3. 14 7月, 2014 9 次提交
  4. 13 7月, 2014 3 次提交
  5. 12 7月, 2014 13 次提交
  6. 11 7月, 2014 1 次提交
    • J
      [JENKINS-22395] Taking advantage of BuildReference.clear (just introduced in... · b7ec8578
      Jesse Glick 提交于
      [JENKINS-22395] Taking advantage of BuildReference.clear (just introduced in b6226ad2) to simplify test by not requiring a custom build reference holder just to simulate GC.
      Confirmed that dropLinksAfterGC and dropLinksAfterGC2 both fail in the expected way (b1a.nextBuild == b2) after commenting out the call to createReference().clear() in dropLinks.
      (Also that they fail as expected in assertNotSame if the reference is not cleared at all.)
      b7ec8578