Merge pull request #183 from kernigh/kernigh-include
[ack.git] / tests /
2019-03-11 David GivenMerge pull request #177 from davidgiven/dtrg-8080
2019-03-08 David GivenAdd a 'kill' pseudoinstruction to the 8080 assembler...
2019-02-18 David GivenFix typo.
2019-02-16 David GivenMerge pull request #171 from davidgiven/dtrg-comparisons
2019-02-16 David GivenFix typo where I was confusing sbi and sui, with hilari...
2019-02-14 David GivenMerge pull request #165 from davidgiven/dtrg-b164
2019-02-14 David GivenAdd failing test case.
2019-02-13 David GivenMerge from default.
2019-02-13 David GivenMerge pull request #160 from davidgiven/dtrg-b159
2019-02-13 David GivenFix issue with logical operations and small signed...
2019-02-13 David GivenUpdate test case to provoke bug.
2019-02-12 David GivenMerge pull request #158 from davidgiven/dtrg-b157
2019-02-12 David GivenFix bad code generation due to not correctly flushing...
2019-02-12 David GivenAdded a test case for #157.
2019-02-12 David GivenMerge pull request #154 from ccodere/buildfix
2019-02-11 David GivenMerge pull request #155 from davidgiven/dtrg-arraysizes
2019-02-10 David GivenMerge from default.
2019-02-10 David GivenAdd tests for simple comparisons (which i80 fails).
2019-02-10 David GivenMerge from default.
2019-02-08 David GivenMerge pull request #147 from davidgiven/dtrg-arraysizes
2019-02-08 David GivenMake sign extension much less horrible.
2019-02-08 David GivenAdd tests for simple and, or, and xor; drastically...
2018-09-20 David GivenMerge pull request #131 from davidgiven/dtrg-mips
2018-09-17 David GivenArray descriptor ranges are inclusive; adjust aar and...
2018-09-17 David GivenFix lar and sar, which were horribly, horribly broken...
2018-09-17 David GivenFix aar; add test.
2018-09-17 David GivenAdded cms, and a test for it.
2018-09-17 David GivenAdded a test for set. Fix mips set implementation.
2018-09-14 David GivenSet fixes; also add discrete tests for and, ior, xor.
2018-09-12 David GivenConverting floats and doubles to integers now works...
2018-06-20 David GivenMerge pull request #96 from kernigh/kernigh-emu-1
2018-06-18 David GivenMerge pull request #103 from davidgiven/dtrg-warnings
2018-06-17 David GivenWarning fix.
2018-06-13 David GivenMerge from trunk.
2018-06-12 David GivenMerge pull request #98 from davidgiven/dtrg-m68k
2018-06-12 David GivenRemove bogus conversion from test which was causing...
2018-06-10 David GivenMerge pull request #95 from davidgiven/dtrg-b
2018-06-10 David GivenMerge.
2018-06-08 David GivenMerge pull request #93 from davidgiven/dtrg-pc86-2
2018-06-08 David GivenRearrange the tests into sets; allow plats to skip...
2018-06-07 David GivenMerge pull request #91 from davidgiven/dtrg-m68k
2018-06-03 David GivenModify the pc86 test harness to use 8086tiny instead...
2018-06-03 David GivenModify the pc86 test harness to use 8086tiny instead...
2018-03-13 David GivenMerge pull request #73 from kernigh/kernigh-pr
2018-01-28 George KoehlerAdd tests for clearing BSS, copying C structs.
2018-01-03 George KoehlerAdd tests for C <setjmp.h> and Modula-2 Semaphores.
2017-12-25 George KoehlerAdd test for EM _rck_. Fix traps in PowerPC ncg.
2017-12-21 George KoehlerRevise the comments in the EM tests.
2017-12-21 George KoehlerAdd some tests for Modula-2.
2017-12-19 George KoehlerPass 4 bytes to fail(uint32_t)
2017-12-19 George KoehlerSimplify code by using cms EM_WSIZE to compare bytes.
2017-12-19 George KoehlerRemove '\0' from output. Fix a compiler warning.
2017-12-09 George KoehlerRevise stack shuffles and integer conversions in PowerP...
2017-12-07 George KoehlerAdd test for EM rol, ror. Fix i80, i86, powerpc.
2017-11-19 David GivenMerge pull request #69 from kernigh/kernigh-stdc
2017-11-19 David GivenMerge pull request #66 from davidgiven/dtrg-warnings
2017-11-11 David GivenMerge pull request #65 from kernigh/kernigh-qemu
2017-11-08 George KoehlerIncrease time-out from 5 to 15 seconds.
2017-11-08 George KoehlerShow tests that @@TIMEDOUT.
2017-10-31 David GivenMerge pull request #63 from kernigh/kernigh-rm-fix
2017-10-29 George KoehlerFix pattern that was rewriting func(! var, var) as...
2017-08-06 David GivenMerge from trunk.
2017-01-18 David GivenMerge pull request #44 from kernigh/kernigh-pr-as
2017-01-17 David GivenMerge from default.
2017-01-17 David GivenAdd a bunch more set operations to the PowerPC backends... dtrg-pas
2017-01-15 David GivenMerge pull request #40 from davidgiven/dtrg-pas
2017-01-15 David GivenRename the test to something more sensible.
2017-01-15 David GivenAdd a test (currently failing) to check that Pascal...
2017-01-07 David GivenMerge pull request #32 from dram/add-execve
2017-01-07 David GivenMake sure that constant folding doesn't render our...
2017-01-07 David GivenMoved the inc/dec operator tests into their own source...
2017-01-01 David GivenAdd a control flow test.
2017-01-01 David GivenAdd tests for more operators.
2016-12-31 David GivenAdd support for B tests; add a test for the B operators...
2016-12-26 David GivenMerge from default.
2016-12-11 David GivenMerge pull request #27 from kernigh/pr-qemu-doze
2016-12-11 David GivenConvert the inn test to work with the test library...
2016-12-06 David GivenMerge pull request #25 from davidgiven/dtrg-inn
2016-12-06 David GivenAdd a test for #22.
2016-12-06 David GivenFix redirection so stray stderr output from qemu doesn...
2016-12-06 David Giveninn was assuming that bitfields were arrays of bytes...
2016-12-05 David GivenMerge branch 'pr-osx' of https://github.com/kernigh...
2016-12-01 David GivenMerge from default.
2016-12-01 David GivenMerge pull request #21 from davidgiven/dtrg-tests
2016-12-01 David GivenReport skipped, failed and timed out tests.
2016-12-01 David GivenMark skipped tests in the logs (so we can get stats...
2016-12-01 David GivenRun all tests, even the ones which fail, and emit a...
2016-12-01 David GivenMerge pull request #20 from davidgiven/dtrg-tests
2016-11-30 David GivenMerge from default.
2016-11-30 David GivenMerge pull request #18 from kernigh/pr-util-ack
2016-11-29 David GivenReplace the hacky and broken pipeline in testdriver...
2016-11-28 George KoehlerMerge branch 'default' into kernigh-osx
2016-11-26 David GivenSuppress spurious message when testdriver probes for...
2016-11-26 David GivenMerge pull request #17 from davidgiven/dtrg-tests
2016-11-26 David GivenUse command -v rather than hash to detect commands...
2016-11-26 David GivenEnable tests for linuxppc via qemu-ppc.
2016-11-26 David GivenRework the tests to run on pc86; lots of test fixes...
2016-11-25 David GivenRefactored the tests to make the generic across differe...