prog8/compiler/test
2021-07-17 20:45:17 +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
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
Helpers.kt + expose #54, %asmbinary when outputDir != workingDir; also: refactor compiler tests on examples and add test helpers 2021-07-17 13:02:20 +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 + expose #54, %asmbinary when outputDir != workingDir; also: refactor compiler tests on examples and add test helpers 2021-07-17 13:02:20 +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 1: remove IStringEncoding as ctor arg and instead put it as arg to the two methods that actually depend on it: toConstantIntegerRange and size (as *it* calls the former) 2021-07-17 20:45:17 +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