Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Knut Olav Bøhmer
alexandria
Commits
1f3ae3aa
Unverified
Commit
1f3ae3aa
authored
Feb 16, 2014
by
Attila Lendvai
Browse files
Added test gaussian-random.2 (sbcl only) that demonstrates g-r infinite loop bug.
parent
2b1eb406
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests.lisp
View file @
1f3ae3aa
...
...
@@ -913,6 +913,19 @@
t
t
)
#+
sbcl
(
deftest
gaussian-random.2
(
handler-case
(
sb-ext:with-timeout
2
(
progn
(
loop
:repeat
10000
:do
(
gaussian-random
0
nil
))
'done
))
(
sb-ext:timeout
()
'timed-out
))
'done
)
(
deftest
iota.1
(
iota
3
)
(
0
1
2
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment