prog8/compiler/test
2021-07-30 17:19:44 +02:00
..
arithmetic move test 2021-03-18 19:34:54 +01:00
comparisons fix bugs in word <= and >= comparisons 2021-03-18 19:20:48 +01:00
fixtures + expose #55: float[] initializer as range where no array size is stated 2021-07-17 16:30:16 +02:00
helpers * solve problem re shared test helpers: a) don't use the same file name (results in same JVM class name) & b) tell gradle about it (put them in extra dir(s) test/helpers/ and add this to test source set) 2021-07-30 17:19:44 +02:00
AsmgenTests.kt * some more housekeeping re tests: gradle doesn't like .* imports for annotations, added @Disabled comments, made warnings go away 2021-07-11 19:04:53 +02:00
TestCompilerOnCharLit.kt + expose #55: float[] initializer as range where no array size is stated 2021-07-17 16:30:16 +02:00
TestCompilerOnExamples.kt -/* remove IStringEncoding as param in compilerAst, and all other uses that were only because of that. 2021-07-17 22:08:17 +02:00
TestCompilerOnImportsAndIncludes.kt * fix #54 / step 3: avoid some (= not all) complaints re the .binary filename 64tass still had/has. 2021-07-17 13:03:05 +02:00
TestCompilerOnRanges.kt * refactor RangeExpr, step 2: make toConstantIntegerRange and size *extension methods* and move them to compiler/astprocessing/AstExtensions.kt (along with the simple helper makeRange). They are in fact *only* used from the compiler module - strong indication that they actually belong there. 2021-07-17 21:13:34 +02:00
TestMemory.kt * some more housekeeping re tests: gradle doesn't like .* imports for annotations, added @Disabled comments, made warnings go away 2021-07-11 19:04:53 +02:00
TestNumbers.kt * some more housekeeping re tests: gradle doesn't like .* imports for annotations, added @Disabled comments, made warnings go away 2021-07-11 19:04:53 +02:00
TestNumericLiteralValue.kt * some more housekeeping re tests: gradle doesn't like .* imports for annotations, added @Disabled comments, made warnings go away 2021-07-11 19:04:53 +02:00
TestPetscii.kt * some more housekeeping re tests: gradle doesn't like .* imports for annotations, added @Disabled comments, made warnings go away 2021-07-11 19:04:53 +02:00
ZeropageTests.kt * some more housekeeping re tests: gradle doesn't like .* imports for annotations, added @Disabled comments, made warnings go away 2021-07-11 19:04:53 +02:00