Skip to content

Commit

Permalink
Temporarily comment out two unit tests in bloom-filters which caused …
Browse files Browse the repository at this point in the history
…Factor to run out of memory
  • Loading branch information
Slava Pestov committed May 12, 2009
1 parent 682fcf7 commit 5eb3d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extra/bloom-filters/bloom-filters-tests.factor
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ IN: bloom-filters.tests
! This is a lot of bits.
: oversized-filter-params ( -- error-rate n-objects )
0.00000001 400000000000000 ;
[ oversized-filter-params size-bloom-filter ] [ capacity-error? ] must-fail-with
[ oversized-filter-params <bloom-filter> ] [ capacity-error? ] must-fail-with
! [ oversized-filter-params size-bloom-filter ] [ capacity-error? ] must-fail-with
! [ oversized-filter-params <bloom-filter> ] [ capacity-error? ] must-fail-with

! Other error conditions.
[ 1.0 2000 <bloom-filter> ] [ invalid-error-rate? ] must-fail-with
Expand Down

0 comments on commit 5eb3d8e

Please sign in to comment.