florian
|
9820ea04cc
|
* fixed test
git-svn-id: trunk@6642 -
|
2007-02-25 16:21:22 +00:00 |
|
Jonas Maebe
|
2a2679b951
|
* fixed crash on systems which properly protect read-only data
+ added check for string which only consists of #0 (should fail, does not)
git-svn-id: trunk@6636 -
|
2007-02-24 23:24:43 +00:00 |
|
florian
|
bfcf0d5459
|
* val stops on #0 without error, resolves #8177
git-svn-id: trunk@6635 -
|
2007-02-24 21:06:32 +00:00 |
|
Jonas Maebe
|
8bc876c3fb
|
+ support for bitpacked record constants
+ several array/record bitpacking tests from gpc, most work already
git-svn-id: trunk@6633 -
|
2007-02-24 17:39:06 +00:00 |
|
Jonas Maebe
|
50df461337
|
* fixed syntax errors
git-svn-id: trunk@6632 -
|
2007-02-24 17:28:14 +00:00 |
|
florian
|
301be02148
|
* forbid anonymous generic specializations
git-svn-id: trunk@6627 -
|
2007-02-24 10:06:53 +00:00 |
|
Jonas Maebe
|
0ffd81e16d
|
* fixed compilation
git-svn-id: trunk@6601 -
|
2007-02-22 10:14:37 +00:00 |
|
peter
|
b1fde7e52e
|
* remove ptruint typecast that introduces a int64 calculation
git-svn-id: trunk@6599 -
|
2007-02-22 07:04:44 +00:00 |
|
peter
|
fcc873b202
|
* fix compile error
git-svn-id: trunk@6597 -
|
2007-02-22 06:57:50 +00:00 |
|
florian
|
05e0a804cc
|
* fixes cardinal in reg -> real on x86-64, resolves #8225
git-svn-id: trunk@6588 -
|
2007-02-21 16:53:57 +00:00 |
|
peter
|
9a37c04131
|
* cardinal-cardinal is calculated using int64
* support pointer(int64) for all modes, this is needed to
support pointer(cardinal+longint) and pointer(cardinal-cardinal)
git-svn-id: trunk@6586 -
|
2007-02-21 11:52:06 +00:00 |
|
Jonas Maebe
|
3794fab64d
|
+ support for packed array constants
git-svn-id: trunk@6583 -
|
2007-02-20 21:53:46 +00:00 |
|
florian
|
42da0e5688
|
* new test
git-svn-id: trunk@6577 -
|
2007-02-20 19:24:40 +00:00 |
|
Jonas Maebe
|
5f55323234
|
* variant of tset5a which shows an error without -Or
git-svn-id: trunk@6575 -
|
2007-02-20 16:28:28 +00:00 |
|
pierre
|
ffc571cd41
|
avoid dialog boxes on dll loading errors for windows
git-svn-id: trunk@6569 -
|
2007-02-20 00:02:20 +00:00 |
|
Jonas Maebe
|
46755aaec0
|
* adapted to new system.exitcode definition
git-svn-id: trunk@6557 -
|
2007-02-19 10:34:14 +00:00 |
|
florian
|
c6f8f550f9
|
* resource functions for win64, fixes #8304
git-svn-id: trunk@6540 -
|
2007-02-18 10:07:12 +00:00 |
|
pierre
|
97446556ff
|
* range check explicitly disabled
git-svn-id: trunk@6539 -
|
2007-02-18 00:42:53 +00:00 |
|
pierre
|
40d9ef1196
|
* range and overflow checks explicitly disabled
git-svn-id: trunk@6538 -
|
2007-02-18 00:40:28 +00:00 |
|
pierre
|
5fc4257482
|
* range check explicitly disabled
git-svn-id: trunk@6537 -
|
2007-02-18 00:25:31 +00:00 |
|
pierre
|
6030d53a23
|
* adapt test to range check
git-svn-id: trunk@6536 -
|
2007-02-18 00:20:18 +00:00 |
|
pierre
|
d452839744
|
* adapt test to range check
git-svn-id: trunk@6535 -
|
2007-02-18 00:18:17 +00:00 |
|
pierre
|
c5f685e72e
|
* adapt test to range check
git-svn-id: trunk@6534 -
|
2007-02-18 00:13:50 +00:00 |
|
pierre
|
ca9f3a0f8f
|
* adapt test to $R+ or $Q+
git-svn-id: trunk@6533 -
|
2007-02-18 00:11:24 +00:00 |
|
pierre
|
a99bbb20f2
|
* adapt test to $R+
git-svn-id: trunk@6532 -
|
2007-02-17 23:57:44 +00:00 |
|
pierre
|
fff9fb6afe
|
+ support for individual test outcome display
git-svn-id: trunk@6530 -
|
2007-02-17 23:23:27 +00:00 |
|
daniel
|
a1889e3396
|
+ Readd test, now disabled.
git-svn-id: trunk@6525 -
|
2007-02-17 15:33:01 +00:00 |
|
daniel
|
9374084be3
|
- Remove tw3780.pp due to disabling of m_gpc.
git-svn-id: trunk@6524 -
|
2007-02-17 10:22:19 +00:00 |
|
Jonas Maebe
|
5b6a1fcef8
|
* fixed range error
git-svn-id: trunk@6519 -
|
2007-02-16 23:35:36 +00:00 |
|
daniel
|
34bdb90822
|
* Correct properties on tb0529
git-svn-id: trunk@6514 -
|
2007-02-16 18:02:57 +00:00 |
|
pierre
|
3d6141fa86
|
* put all possible test outcome into tresults unit
git-svn-id: trunk@6508 -
|
2007-02-16 10:09:37 +00:00 |
|
yury
|
48e46f1c2e
|
* Fixed error "Incompatible type for arg no. X: Got "Array Of Char", expected "Array Of PChar"" when passing values like ['1','2','3'] for "array of PChar" parameter.
+ Test added.
git-svn-id: trunk@6495 -
|
2007-02-15 19:43:35 +00:00 |
|
joost
|
14f37761d8
|
* Converted to SQLDb
git-svn-id: trunk@6492 -
|
2007-02-15 12:43:02 +00:00 |
|
Jonas Maebe
|
82378bc73a
|
* support assigned widechars with value < 255 to chars in Delphi mode
* better error messages for assigning invalid values to typed consts
(mantis #8312, patch by Thorsten Engler)
git-svn-id: trunk@6468 -
|
2007-02-13 13:35:46 +00:00 |
|
pierre
|
b1cecc7773
|
* Add compile log into database if compilation failed
git-svn-id: trunk@6466 -
|
2007-02-12 22:48:57 +00:00 |
|
Jonas Maebe
|
ae61a2cc04
|
* test is not for darwin
git-svn-id: trunk@6410 -
|
2007-02-10 23:45:35 +00:00 |
|
pierre
|
b754e839bc
|
* Trying to start implementation of details on one file log
git-svn-id: trunk@6374 -
|
2007-02-07 23:48:54 +00:00 |
|
tom_at_work
|
499d77d975
|
* fixed compilation
git-svn-id: trunk@6367 -
|
2007-02-07 20:44:48 +00:00 |
|
Jonas Maebe
|
80b0b1c057
|
* compiler identifier is powerpc64, not ppc64
git-svn-id: trunk@6365 -
|
2007-02-07 20:32:12 +00:00 |
|
Jonas Maebe
|
f38d29cfab
|
* optimized previous patch for "byte in set" (Thorsten Engler)
* fixed storing/loading of setdefs to/from ppu + test (Thorsten Engler)
* fixed ppudump for new setdef format in ppus
git-svn-id: trunk@6363 -
|
2007-02-07 20:22:29 +00:00 |
|
daniel
|
794167b09d
|
* Improve test.
git-svn-id: trunk@6362 -
|
2007-02-07 19:51:07 +00:00 |
|
daniel
|
04819280cc
|
+ Add enormous arrays test.
git-svn-id: trunk@6359 -
|
2007-02-07 19:36:35 +00:00 |
|
Jonas Maebe
|
fc3852e59a
|
* in non-TP modes, 'ord_larger_than_256 in set' now always returns
false instead of triggering a range error (mantis #8258,
based on patch provided by Thorsten Engler)
git-svn-id: trunk@6357 -
|
2007-02-07 18:57:19 +00:00 |
|
fpc
|
51dd839787
|
fix testrun comparison query error in case of noskipped
git-svn-id: trunk@6347 -
|
2007-02-05 08:17:09 +00:00 |
|
fpc
|
8a984ebcf5
|
workaround mysql query optimization deficiency, using temporary tables
git-svn-id: trunk@6345 -
|
2007-02-04 23:06:16 +00:00 |
|
yury
|
fc2ddd50e3
|
* fixed dbdigest.cfg creation and prepup executing when shell is cmd.exe
git-svn-id: trunk@6336 -
|
2007-02-04 18:36:01 +00:00 |
|
Jonas Maebe
|
674660d53b
|
* getting the length of a string means that it has to be
valid and marks it as really read (mantis #8264)
git-svn-id: trunk@6327 -
|
2007-02-03 21:28:44 +00:00 |
|
peter
|
0e54433c75
|
* don't try to run tests for shouldfail tests
git-svn-id: trunk@6305 -
|
2007-02-02 19:07:20 +00:00 |
|
Jonas Maebe
|
1a32e4fdf5
|
* fixed pushing of words in intel assembler (indirectly related to
wrong bug report 7808)
git-svn-id: trunk@6274 -
|
2007-01-30 21:52:11 +00:00 |
|
Jonas Maebe
|
67edbb1fa0
|
* corrected reference to test which should succeed
git-svn-id: trunk@6269 -
|
2007-01-30 14:39:49 +00:00 |
|