Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
abcl
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abcl
abcl
Commits
b177b15a
Commit
b177b15a
authored
Jun 01, 2017
by
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update math tests for newer Java versions
(Olof-Joachim Frahm)
parent
31321951
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
math-tests.lisp
test/lisp/abcl/math-tests.lisp
+11
-11
No files found.
test/lisp/abcl/math-tests.lisp
View file @
b177b15a
...
...
@@ -371,14 +371,14 @@
(
deftest
log.3
(
log
17
10
)
#+
(
and
abcl
java-1.4
)
1.2304488
#+
(
and
abcl
(
or
java-1.5
java-1.6
))
1.230449
#+
(
and
abcl
(
not
java-1.4
))
1.230449
#+
(
or
allegro
clisp
cmu
sbcl
)
1.230449
#+
lispworks
#.
(
log
17d0
10d0
))
(
deftest
log.4
(
log
17.0
10.0
)
#+
(
and
abcl
java-1.4
)
1.2304488
#+
(
and
abcl
(
or
java-1.5
java-1.6
))
1.230449
#+
(
and
abcl
(
not
java-1.4
))
1.230449
#+
(
or
cmu
sbcl
)
1.2304488
#+
(
or
allegro
clisp
)
1.230449
#+
lispworks
#.
(
log
17d0
10d0
))
...
...
@@ -386,14 +386,14 @@
(
deftest
log.5
(
log
17d0
10
)
#+
(
and
abcl
java-1.4
)
1.2304489042913307d0
#+
(
and
abcl
(
or
java-1.5
java-1.6
))
#.
(
log
17d0
10d0
)
#+
(
and
abcl
(
not
java-1.4
))
#.
(
log
17d0
10d0
)
#+
(
or
allegro
clisp
lispworks
)
#.
(
log
17d0
10d0
)
#-
(
or
abcl
allegro
clisp
lispworks
)
1.2304489042913307d0
)
(
deftest
log.6
(
log
17
10d0
)
#+
(
and
abcl
java-1.4
)
1.2304489149763256d0
#+
(
and
abcl
(
or
java-1.5
java-1.6
))
#.
(
log
17d0
10d0
)
#+
(
and
abcl
(
not
java-1.4
))
#.
(
log
17d0
10d0
)
#+
(
or
allegro
clisp
lispworks
)
#.
(
log
17d0
10d0
)
#-
(
or
abcl
allegro
clisp
lispworks
)
1.2304489149763256d0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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