try to robustify test for bug-309448
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 28 Nov 2011 10:41:52 +0000 (12:41 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 29 Nov 2011 08:56:57 +0000 (10:56 +0200)
commit8c4183ca0134aefafe8c6352e1ea5402138276c4
tree5f80216aa68b78bf56f18bcdcfa9f346f5a5287a
parent26b063e941624112ea53eacc7ad1f4fb158d1cca
try to robustify test for bug-309448

  We've been getting intermittent reports of it failing, but I've been unable
  to reproduce so far. The test in question is a compiler scaling test, which
  compares times it takes to compile different things. Brittle, indeed.

  Other than non-SBCL causes the only thing I can think of right now is GCs
  from other tests getting accounted against one of the supposed-to-be-fast
  runs. So, run GC :FULL T before getting the timings to make things more
  consistent.
tests/compiler.pure.lisp