index
:
delta/fpc.git
aros
aspect
avr
avr32
avx
baserock/2.6.4
blaise
blocks
cleanroom
cpstr
cpstrnew
cpstrrtl
ctypes
debug_eh
dodi
fcl-web_joost
fixes_2_0
fixes_2_2
fixes_2_2_0_dos
fixes_2_4
fixes_2_6
fixes_2_6_0
fixes_3_0
fixes_3_0_ios
fixes_3_2
florian
foxsen
fpc_2_3
generics
genfunc
hlcgllvm
i8086
inline
interfacertti
janbruns
joost
js
jvmbackend
laksen
linker
linker@2665
llvm
maciej
master
merged
mips_embedded
nestedprocvars
newthreading
objc
olivier
pasboolxx
paul
peterjan
rc_2_2_2
release_2_1_2x
release_2_2_4_rc1
resources
sergei
ssa
svenbarth
target-subdir
targetandroid
tg74
tue
unicode
unicodekvm
unicodertl
unicodestring
unitrw
usersections
wasm
webassembly
wkrenn
wpo
xpcom
z80
svn.freepascal.org: svn/fpc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
tbs
Commit message (
Expand
)
Author
Age
Files
Lines
*
* add support for AND, OR, XOR and NOT of integer values in preprocessor dire...
svenbarth
2020-04-24
1
-0
/
+92
*
* fix for Mantis #36951: B and BL can take immediate literals as well
svenbarth
2020-04-22
1
-0
/
+31
*
* fixed tests for architectures with FPC_COMP_IS_INT64 defined
florian
2020-02-20
1
-1
/
+17
*
* only resolve a dummy symbol if it is a type symbol (thus truly a dummy symbol)
svenbarth
2020-02-14
2
-0
/
+40
*
* also allow by-value open array parameters for the tail recursion optimization
svenbarth
2020-01-21
1
-0
/
+20
*
* enable tail recursion optimization also for const and constref open arrays
svenbarth
2020-01-21
1
-0
/
+69
*
* fix for Mantis #36496: correctly handle the function result alias variable ...
svenbarth
2019-12-30
2
-0
/
+44
*
* correctly handle the genericdef being a procdef, otherwise no code will be ...
svenbarth
2019-11-25
1
-0
/
+33
*
+ add test for a problem reported by Michael van Canneyt which is fixed by th...
svenbarth
2019-11-24
1
-0
/
+915
*
* naming of tests fixed
florian
2019-11-16
3
-0
/
+0
*
* relax conditions in tcallnode.optimize_funcret_assignment, resolves #36279
florian
2019-11-16
1
-0
/
+10
*
+ add tests to check for correct definition of the FPC_* mode defines
svenbarth
2019-10-03
7
-0
/
+175
*
* initialise local variable to prevent random failures
jonas
2019-09-14
1
-0
/
+1
*
* factored out the conditions under which add nodes need to perform
jonas
2019-08-03
1
-0
/
+11
*
* disabled low-level hack test for LLVM
jonas
2019-05-19
1
-0
/
+7
*
* correct return a pointer to the list so that List^[x] works as it did befor...
svenbarth
2019-04-26
1
-0
/
+29
*
* allow any untyped parameter to be passed to a untyped constref parameter
svenbarth
2019-04-04
1
-0
/
+27
*
* fix for Mantis #35150: correctly convert Int64/QWord values to OleVariant (...
svenbarth
2019-03-03
1
-0
/
+115
*
* stop searching for methods to implement interfaces in parent classes after
jonas
2018-12-28
1
-0
/
+34
*
* support for compiling the objects unit methods that expect local procedure/
jonas
2018-12-20
1
-0
/
+4
*
Modify tbs/tb0588.pp to check that a warning is issued about non-initialized...
pierre
2018-12-11
1
-21
/
+0
*
* Further improvement for r40180:
yury
2018-11-04
1
-0
/
+64
*
* is_range_test returns false if "lower" bound is greater than "upper" bound
florian
2018-09-27
1
-0
/
+12
*
Merged riscv_new branch
florian
2018-09-26
5
-2
/
+18
*
* explicitely handle the boolean types to determine the bit size as all of th...
svenbarth
2018-09-21
1
-0
/
+55
*
* protect the destructors of tabstractrecordsymtable and twithsymtable agains...
svenbarth
2018-08-31
1
-0
/
+21
*
* fix for Mantis #34021: if one of the two operators is an array constructor ...
svenbarth
2018-08-03
1
-0
/
+50
*
+ support for the directive $EXCESSPRECISION
florian
2018-07-12
1
-0
/
+22
*
+ support TP7-compatible @proc^ (as in FillChar(@proc^,...))
nickysn
2018-06-29
2
-0
/
+54
*
* extend scanning of $modeswitch to support not only + and -, but also ON and...
svenbarth
2018-06-22
3
-0
/
+69
*
Explicitly disabled overflow and range check for these two tests
pierre
2018-06-21
2
-0
/
+8
*
* apply patch from J. Gareth Moreton to implement Int() for SSE (currently on...
svenbarth
2018-05-14
1
-0
/
+129
*
unicodeducet must appear before fpwidestring to set current_collation at sta...
pierre
2018-05-09
3
-9
/
+9
*
* fix for Mantis #33635: correctly working SSE2 based Frac() implementation b...
svenbarth
2018-05-04
1
-0
/
+121
*
* fix case of string with ranges as labels
svenbarth
2018-04-27
1
-0
/
+42
*
skip targets that do not support libraries
pierre
2018-04-14
1
-0
/
+1
*
Restore removed ifdef UNIX around iosxwstr/cwstring unit loading
pierre
2018-04-13
3
-3
/
+9
*
Use USE_INTERNAL_UNICODE to be able to test fpwidestrings on different targets
pierre
2018-04-12
3
-31
/
+48
*
Add wide string needed units for go32v2 or darwin
pierre
2018-04-12
3
-2
/
+46
*
Add %skiptarget=$nothread to tests using threads
pierre
2018-03-15
2
-0
/
+2
*
Modify DoMem parameter type to SizeUInt and adapt tests using this function,...
pierre
2018-03-13
2
-2
/
+2
*
+ optimize is operator if used on sealed classes as proposed in #30097
florian
2018-02-28
1
-0
/
+23
*
* do not use crt by default, reduced wrong fails hopefully
florian
2018-02-25
1
-1
/
+11
*
* test code for avr assembler by Christo Crause
florian
2018-02-19
1
-0
/
+203
*
+ seg(<procvardef>) returns the segment stored in the procedure variable
florian
2018-02-11
1
-0
/
+14
*
* if si and di are allocated on i8086, using an index in references is not po...
florian
2018-02-11
1
-0
/
+26
*
* adjust TThread.Synchronize so that it also works correctly if the passed in...
svenbarth
2018-02-05
1
-0
/
+129
*
* if the debug info of a parent def is considered as queued then ensure that ...
svenbarth
2018-01-14
2
-0
/
+67
*
* extend test a little bit to ensure that nested Concat() calls for strings w...
svenbarth
2017-12-12
1
-0
/
+3
*
* move handling of Concat to tinlinenode so that it can be easily extended fo...
svenbarth
2017-10-08
1
-0
/
+20
[next]