Skip to content

Commit

Permalink
#2547 resolve infinite tests
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Oct 26, 2023
1 parent 836218a commit 4afea18
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions eo-runtime/src/test/eo/org/eolang/float-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -380,10 +380,9 @@
pos-inf

[] > positive-float-minus-positive-infinity
eq. > res
eq. > @
42.5.minus positive-infinity
negative-infinity
nop > @

[] > positive-float-times-positive-infinity
positive-infinity > pos-inf
Expand All @@ -402,15 +401,10 @@
-42.5.plus pos-inf
pos-inf

# @todo #2547:30min After changing float.eq to atom some tests that used positve-infinity and negative-infinity
# have broken due to types contradiction. Resolve and enable folowing tests: negative-float-minus-negative-infinity,
# negative-float-minus-positive-infinity, positive-float-minus-negative-infinity,
# positive-float-minus-positive-infinity
[] > negative-float-minus-positive-infinity
eq. > res
eq. > @
-42.5.minus positive-infinity
negative-infinity
nop > @

[] > negative-float-times-positive-infinity
eq. > @
Expand All @@ -429,10 +423,9 @@
neg-inf

[] > positive-float-minus-negative-infinity
eq. > res
eq. > @
42.5.minus negative-infinity
positive-infinity
nop > @

[] > positive-float-times-negative-infinity
negative-infinity > neg-inf
Expand Down

0 comments on commit 4afea18

Please sign in to comment.