Don't run -ProperIeee754Comparisons
This commit is contained in:
committed by
Pavel Punegov
parent
7dbfdc047d
commit
6c819a817d
@@ -857,6 +857,12 @@ fun runTest() {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
def inproperIeee754Comparisons = findLinesWithPrefixesRemoved(text, '// !LANGUAGE: ')
|
||||||
|
if (inproperIeee754Comparisons.contains('-ProperIeee754Comparisons')) {
|
||||||
|
// K/N supports only proper IEEE754 comparisons
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
def version = findLinesWithPrefixesRemoved(text, '// LANGUAGE_VERSION: ')
|
def version = findLinesWithPrefixesRemoved(text, '// LANGUAGE_VERSION: ')
|
||||||
if (version.size() != 0 && version.contains("1.3")) {
|
if (version.size() != 0 && version.contains("1.3")) {
|
||||||
// 1.3 is not yet supported
|
// 1.3 is not yet supported
|
||||||
|
|||||||
Reference in New Issue
Block a user