mirror of
https://github.com/irmen/prog8.git
synced 2024-11-20 03:32:05 +00:00
* @Disable tests re unsolved #55, "float[] initializer with range and no explicit array size"
This commit is contained in:
parent
34ba07ee3b
commit
3f6f25e06f
@ -61,7 +61,7 @@ class TestCompilerOnRanges {
|
||||
}
|
||||
|
||||
@Test
|
||||
// @Disabled("bug in ConstantIdentifierReplacer.before(VarDecl)@decl.datatype==ARRAY_F")
|
||||
@Disabled("#55: bug in ConstantIdentifierReplacer.before(VarDecl)@decl.datatype==ARRAY_F")
|
||||
fun testFloatArrayInitializerWithRange_char_to_char() {
|
||||
val platform = C64Target
|
||||
val result = compileText(platform, optimize = false, """
|
||||
@ -109,6 +109,7 @@ class TestCompilerOnRanges {
|
||||
|
||||
|
||||
@TestFactory
|
||||
@Disabled("#55")
|
||||
fun floatArrayInitializerWithRange() = mapCombinations(
|
||||
dim1 = listOf("", "42", "41"), // sizeInDecl
|
||||
dim2 = listOf("%option enable_floats", ""), // optEnableFloats
|
||||
|
Loading…
Reference in New Issue
Block a user