David Nadlinger
3bfc0a04d8
Avoid runtest warnings with GNU sed.
...
OS X (BSD) sed accepts -i without a string too, but apparently only if it comes _before_ the -e argument.
2011-04-17 17:40:05 +02:00
David Nadlinger
7b04f45d25
OS X compatibility for testing tools.
2011-04-17 06:42:37 +02:00
Robert Clipsham
10e1768c37
Updated runtest to always rebuild libtangobos-partial.a in case of updates.
...
Changed std.stdarg to import ldc.vararg so it has the correct implementation.
2009-11-15 13:22:02 +00:00
Robert Clipsham
98e869c7ec
Fixed DStress tests nocompile/c/{const_32_B.d,const_32_C.d}.
...
Updated the runtest script to build libtangobos-partial.a if it hasn't already been built.
Added in signbit() and va_arg!()() to libtangobos-partial.a so more of the phobos dependent DStress tests pass.
2009-11-08 16:16:17 +00:00
Frits van Bommel
1a155e6439
Fix dstress runner to use ldmd
2009-02-26 14:49:32 +01:00
Christian Kamm
5a8716d539
Update dstress running script.
2008-10-11 21:46:19 +02:00
Christian Kamm
6eeeafdba6
First part of rename to LDC.
2008-10-06 22:46:55 +02:00
Tomas Lindquist Olsen
d0c5df393c
Applied the FreeBSD patch from Ralith, closes ticket #95 , slightly changed but basically the same. Thanx Ralith :)
2008-10-02 03:25:46 +02:00
Christian Kamm
9a9e47957b
Remove -O0 from command line for compiling tests.
2008-07-23 20:19:58 +02:00
Christian Kamm
fdca461a61
[svn r347] Foundation for adding tangobos to test environment is in place.
2008-07-10 21:29:15 +02:00
Christian Kamm
64ab226a4b
[svn r343] Move object.di used for running dstress into separate directory.
2008-07-09 17:02:55 +02:00
Christian Kamm
f235b71c7b
[svn r295] Added phobos aliases to string, wstring, dstring and Error to the object.di used for testing.
...
Test results for current revision added.
2008-06-19 13:54:31 +02:00
Christian Kamm
9dc26ff388
[svn r266] dstress results for [265] and small fix for cleanup in runtests script
2008-06-10 21:44:04 +02:00
Christian Kamm
c1d240582d
[svn r252] added warnings about using an up to date runtime
2008-06-08 18:20:48 +02:00
Christian Kamm
2f590b41e3
[svn r251] fixed arguments checking in runtest script
2008-06-08 12:06:22 +02:00
Tomas Lindquist Olsen
d03c3a7757
[svn r233] Added: -oq command line option for writing fully qualified object names.
...
Added: started support for x86 80bit floating point.
Changed: aggregates passed by value now use the llvm 'byval' parameter attribute, also lays ground work for
using other attributes.
Changed: eliminated a lot more std::vectorS, these showed up pretty much at the top when profiling!
Changed: performed other misc. cleanups.
Changed: halt expression now call the new llvm trap intrinsic instead of an assert(0).
Changed: dstress suite now passes -O0 by default, this only eliminates unreferenced globals, which speeds up
linking quite a bit.
2008-06-05 06:38:36 +02:00
Christian Kamm
bcc112e37f
[svn r224] clean up temporaries after dstress has run
2008-05-13 21:41:25 +02:00
Christian Kamm
5af7719265
[svn r204] Don't run complex dstress tests, they seem to be broken.
2008-05-10 06:44:57 +02:00
Christian Kamm
c045b09c33
[svn r202] added start of dstress-based test suite to tests/
2008-05-08 22:32:22 +02:00