florian
29881ee675
* for now, IO is not supported on AVR
2022-05-03 19:39:09 +02:00
florian
6d6774bcc4
* write number of iterations
2022-05-01 22:42:57 +02:00
florian
9540dc8989
* make test compiling on avr
2022-04-29 23:06:17 +02:00
pierre
1cbc526501
Reduce NumIterations for I8086 cpu to avoid timeout
...
git-svn-id: trunk@34052 -
2016-07-03 07:45:45 +00:00
masta
504a0ce0ca
Fix for Mantis #22326
...
This fixes 64bit shifts on arm with a constant shift value of 0.
The old code would have emitted something like this
mov r0, r0, lsl #32
as 32 is an invalid shift value (and would be wrong anyway) the
assembler declined to assemble the produced source.
The new code will just not emit any code for a shift value of 0.
tests/test/tint642.pp now tests shl/shr 0 on 64 bit values.
tests/webtbs/tw22326.pp is also added as an additional test.
git-svn-id: trunk@21746 -
2012-07-01 08:09:00 +00:00
daniel
1631ccf2cc
* Prevent multiply between qword and longint.
...
git-svn-id: trunk@7798 -
2007-06-24 19:31:32 +00:00
yury
a70eba78a6
* Delete temporary files used by tests. It is important when remotely run testsuite at Pocket PC. Temp files are created in root folder and it is not good if the files are left.
...
git-svn-id: trunk@7760 -
2007-06-21 17:13:39 +00:00
Jonas Maebe
b193cd19ad
* added missing double() typecasts
2004-05-29 21:38:57 +00:00
peter
4222f35ae3
* 64bit fixes
2004-05-02 08:40:20 +00:00
pierre
f25dbcea16
* use more reasonable iteration counts for this test
2003-06-18 11:14:00 +00:00
carl
4bf356ab09
* small fixes to tests
2002-10-10 15:48:03 +00:00
pierre
fdfb33d117
* typecasting qword into dword array now respects spu endianess
2002-10-09 12:01:16 +00:00
florian
ba185a02c5
no message
2000-12-09 20:38:24 +00:00
peter
e7d12a5de3
* renamed test suite
2000-11-30 22:38:14 +00:00
peter
849297e701
* renamed units again
2000-11-30 22:26:33 +00:00
peter
c5dcb7d36d
* new testsuite setup
2000-11-29 23:14:10 +00:00