aboutsummaryrefslogtreecommitdiff
path: root/test cases/d
AgeCommit message (Expand)AuthorFilesLines
2024-04-25tests/d/10: Fix condition with clang++ and gdcDylan Baker1-1/+2
2023-07-16Fix build using GDC 13Jussi Pakkanen2-32/+47
2023-05-18Check dub version (#11794)Remi Thebault2-0/+4
2023-04-11Change "can not" to "cannot" throughout projectHiPhish3-3/+3
2022-06-19Merge pull request #10464 from rtbo/fix_generated_depsJussi Pakkanen4-0/+41
2022-06-17docs: d_module_versions has an undocumented ability to accept integersEli Schwartz1-1/+1
2022-06-05add D generated files to order-only depsRemi Thebault4-0/+41
2022-04-30use D compiler to check pointer size in test d/14Remi Thebault1-2/+2
2022-04-30implement and test a few compiler checks for DRemi Thebault2-0/+67
2022-03-23add test d/14 dub with depsRemi Thebault2-0/+93
2022-03-03ignore dub.json in test "d/11 dub"Remi Thebault1-0/+1
2022-03-03add test d/13 declare depRemi Thebault3-0/+29
2022-02-06dlang: add test case for root include_directory #9250Tobias Pankrath4-0/+23
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz3-9/+8
2020-03-11compilers: Don't put split soname args in start groupsDylan Baker4-1/+42
2020-03-09project_tests: Add the option to the test format to mark the languageDylan Baker7-15/+15
2020-03-09tests: Add pdb files for d testsDylan Baker7-8/+22
2020-03-09project_tests: Add "version" to "shared_lib" and "pdb" typesDylan Baker2-21/+21
2020-03-06project_tests: Add a "shared_lib" typeDylan Baker2-4/+4
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger14-44/+72
2019-10-09tests: Don't expect any *.pdb files installed in 'lib'Jakub Adam1-1/+0
2018-09-27Additional tests for D version and debug featuresGoaLitiuM2-1/+85
2018-09-17Fix regressed D test cases on WindowsGoaLitiuM2-10/+10
2018-09-14test cases: add missing files to installed_files.txtMarco Trevisan (Treviño)1-0/+1
2018-08-20Fix D tests to run on WindowsGoaLitiuM12-30/+76
2018-08-20Improve D mixed language test caseGoaLitiuM2-2/+14
2018-08-20Remove dependency to D runtime in mixed language testsGoaLitiuM1-2/+2
2018-06-17test cases: add test case for dubFFY002-0/+37
2018-05-02Can combine D and C++ in a single target. Closes #3125.Jussi Pakkanen5-0/+34
2018-04-02Merge D feature flag fix branchJussi Pakkanen6-8/+40
2018-03-29Don't crash when using d_module_versions for pkg-configMatthias Klumpp1-0/+9
2018-03-29Add test to check that D feature flags get applied to all filesMatthias Klumpp6-8/+40
2018-02-25Use include_directories for D impdirs.Jussi Pakkanen1-1/+16
2017-10-28Test GDC shared libraries only from version 8, since 7 is broken in Debian at...Jussi Pakkanen3-6/+6
2017-09-17d: Make feature names less verboseMatthias Klumpp1-6/+6
2017-09-12d: Implement specific properties for D featuresMatthias Klumpp1-13/+14
2017-09-12d: Add easy way to use D-specific featuresMatthias Klumpp4-0/+90
2017-08-29d: Newer GDC versions can compile shared librariesMatthias Klumpp3-6/+15
2017-08-29trivial: Fix typosMatthias Klumpp1-2/+2
2017-05-21Use assert instead of error.Mike Wey1-12/+4
2017-05-20Update the test case.Mike Wey2-2/+12
2017-05-20Add 'compiles' and 'has_multi_arguments' for dlang.Mike Wey2-0/+6
2017-04-15d: Add testcase for linking multiple versioned shared librariesMatthias Klumpp5-0/+55
2017-01-04tests: Use the new test skipping facility everywhereNirbheek Chauhan2-18/+15
2017-01-04Skip a few tests properlyNirbheek Chauhan2-9/+6
2016-08-21Split D library test into static/shared testsMatthias Klumpp22-19/+83
2016-08-20Allow build definitions to retrieve the unittest flag of a D compilerMatthias Klumpp3-0/+43
2016-08-19Add testcase for mixed C and D compilationMatthias Klumpp4-0/+39
2016-08-19Implement D supportMatthias Klumpp8-0/+56