Skip to content

Commit

Permalink
Temporarily disable ITF1788 tests on 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Apr 5, 2016
1 parent 6b531a7 commit 2e5d64b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test/ITF1788_tests/libieeep1788_tests_elem.jl
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#
# Copyright 2013 - 2015 Marco Nehmeier (nehmeier@informatik.uni-wuerzburg.de)
# Copyright 2015 Oliver Heimlich (oheim@posteo.de)
#
#
# Original author: Marco Nehmeier (unit tests in libieeep1788)
# Converted into portable ITL format by Oliver Heimlich with minor corrections.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down Expand Up @@ -1430,6 +1430,7 @@ facts("minimal_pown_dec_test") do

end

if VERSION < v"0.5-dev"
facts("minimal_pow_test") do
@fact^-->
@fact^ entireinterval(Float64) -->
Expand Down Expand Up @@ -2776,6 +2777,7 @@ facts("minimal_pow_test") do
@fact Interval(-1.0, -0.1) ^ Interval(-Inf, -2.5) -->
@fact Interval(-1.0, -0.1) ^ Interval(-2.5, -2.5) -->
end
end

facts("minimal_pow_dec_test") do

Expand Down

0 comments on commit 2e5d64b

Please sign in to comment.