summaryrefslogtreecommitdiffstats
path: root/test/D/SharedObjects
Commit message (Collapse)AuthorAgeFilesLines
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-1/+3
| | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com>
* For consistency with another test.Russel Winder2017-08-232-8/+17
|
* DMD and LDC do now support shared objects on MacOS. A couple of corrections.Russel Winder2017-06-172-9/+3
|
* Update gdc tool and test now that it can deal wth shared object building.Russel Winder2017-06-061-1/+6
|
* Amend the message.Russel Winder2016-01-101-1/+1
|
* Remove excess blank lines.Russel Winder2014-12-221-2/+0
|
* Hack the tests (in an agreed quasi-acceptable way) to avoid CI fails.Russel Winder2014-12-212-0/+5
|
* And all the rest of the {} in format strings made Python 2.6 compatible.Russel Winder2014-09-151-1/+1
|
* Refactoring and amendment to ensure correct behaviour of D tool shared ↵Russel Winder2014-09-142-12/+17
| | | | library tests on OSX.
* The tests for the changes already commited to the tools for dealing with ↵Russel Winder2014-09-058-0/+205
shared libraries.