Enable unsignedTypes tests

This commit is contained in:
Svyatoslav Scherbina
2018-08-21 12:20:36 +03:00
committed by SvyatoslavScherbina
parent 15f3c61152
commit c5c66f0fc9
@@ -870,12 +870,6 @@ fun runTest() {
boolean isEnabledForNativeBackend(String fileName) {
def text = project.file(fileName).text
def unsigned = findLinesWithPrefixesRemoved(text, '// WITH_UNSIGNED')
if (unsigned.size() != 0) {
// Unsigned types are not yet supported
return false
}
def inproperIeee754Comparisons = findLinesWithPrefixesRemoved(text, '// !LANGUAGE: ')
if (inproperIeee754Comparisons.contains('-ProperIeee754Comparisons')) {
// K/N supports only proper IEEE754 comparisons