summaryrefslogtreecommitdiff
path: root/test cases/d/7 multilib
AgeCommit message (Collapse)Author
2023-04-11Change "can not" to "cannot" throughout projectHiPhish
The word "cannot" expresses inability to do something whereas "can not" expresses the ability to refrain from doing something.
2020-03-09project_tests: Add the option to the test format to mark the languageDylan Baker
This is needed when mixing D and C code, as it's possible to end up witha combination of linkers and compilres such that C produces pdb files but D does not.
2020-03-09tests: Add pdb files for d testsDylan Baker
2020-03-09project_tests: Add "version" to "shared_lib" and "pdb" typesDylan Baker
This allows the harness to apply the version correctly, putting it in the right place, dropping the right amount of numbers, etc. pdb taking a version allows it to be more easily copied from the shared_lib type.
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger
2018-08-20Fix D tests to run on WindowsGoaLitiuM
2017-10-28Test GDC shared libraries only from version 8, since 7 is broken in Debian ↵Jussi Pakkanen
at least.
2017-08-29d: Newer GDC versions can compile shared librariesMatthias Klumpp
Actually, GDC supports shared libraries since version 6.2, but on Debian there are still issues with that version due to the standard library not being compiled with PIC. Therefore, we make a very conservative assumption here and only enable the tests for GDC >= 7.0
2017-04-15d: Add testcase for linking multiple versioned shared librariesMatthias Klumpp