Sven/Sarah Barth
|
ceed183e33
|
* declare Msgs parameter as "const" for better code generation
|
2025-01-01 16:15:47 +01:00 |
|
Sven/Sarah Barth
|
cffb0a0845
|
* use StartsStr() instead of a manual copy to check whether the line starts with the message id
|
2025-01-01 16:13:48 +01:00 |
|
Sven/Sarah Barth
|
2c9bbc932a
|
* the message id might not be at the start of the line, but after a visibility specifier followed by a colon and space
|
2025-01-01 15:55:04 +01:00 |
|
Pierre Muller
|
7b492b9975
|
Add DosExitCode to DosError shl 16 to set ExitCode value in utils/dosbox/exitcode.pas program
|
2024-11-06 22:21:22 +00:00 |
|
Pierre Muller
|
dd6efefdbf
|
Adapt to dosbox-x
|
2024-11-06 22:21:22 +00:00 |
|
Pierre Muller
|
3bee7636dd
|
Add command line in verbose mode
|
2024-11-06 22:21:22 +00:00 |
|
Sven/Sarah Barth
|
3e8e02bede
|
+ extend test framework with ability to specify certain expected compiler messages using their ids
|
2024-10-25 17:11:47 +02:00 |
|
florian
|
5d4bb6db9b
|
* patch by lag programming to replace bitcnt by popcnt, resolves #40962
|
2024-10-22 22:54:57 +02:00 |
|
Pierre Muller
|
77c51bf7e2
|
Add try/except block inside try/finally block in ExecuteRedir function
|
2024-10-01 14:03:01 -07:00 |
|
Kirill Kranz
|
52651a7ede
|
First compiler Build
|
2024-09-29 16:56:18 +03:00 |
|
Pierre Muller
|
26a49835b5
|
Use seplog name for separate chunck output file
|
2024-08-30 22:57:57 +02:00 |
|
Pierre Muller
|
2db7b8d565
|
announce start of each chunk
|
2024-08-30 22:57:57 +02:00 |
|
Pierre Muller
|
7e07a36fe4
|
Rename separate logs to use sep_log prefix
|
2024-08-30 22:57:57 +02:00 |
|
Pierre Muller
|
e60bf232b9
|
Add '-f' option to gparmake, to redirect dotest output to separate log files
|
2024-08-30 22:57:57 +02:00 |
|
Pierre Muller
|
9f69dd28b4
|
Allow to pass antoher exitcode to fail utility by command line first parameter
|
2024-08-30 22:57:56 +02:00 |
|
Pierre Muller
|
34a18adea6
|
Set Result to false at ExecuteRedir function entry
|
2024-08-30 22:57:56 +02:00 |
|
Pierre Muller
|
b36c8199bd
|
Add non-empty UniqueSuffix also as string prefix to all Verbose procedure calls
|
2024-08-30 22:57:56 +02:00 |
|
Nikolay Nikolov
|
42d8a29156
|
+ test runner: allow forcing thread tests by specifying the TEST_THREADS=1 environment option
|
2024-08-23 13:16:00 +03:00 |
|
Pierre Muller
|
c9260edb4f
|
Postpone setting of prevline to correct message when prevline not found
|
2024-06-13 08:55:05 +02:00 |
|
FPC_Admin
|
2350b34d0f
|
Handle seperation line even when combined with last line of previous log
|
2024-02-17 16:06:46 +00:00 |
|
FPC_Admin
|
2584a271b5
|
Explicitly use testu version of GetFileContents function
|
2024-02-17 16:06:46 +00:00 |
|
Michaël Van Canneyt
|
d45556666e
|
* Properly handle stdout for redir
|
2024-02-15 14:08:42 +01:00 |
|
Pierre Muller
|
c3b2e35a8f
|
Also use 60 seconds as max_count in new code
|
2024-02-02 10:53:52 +01:00 |
|
Michaël Van Canneyt
|
d89851d094
|
* Fixed compilation with FPC 3.2.2
|
2024-01-29 21:15:20 +01:00 |
|
Michaël Van Canneyt
|
f0703c4dac
|
* Fix exit code
|
2024-01-29 20:58:39 +01:00 |
|
Michaël Van Canneyt
|
1546c4a794
|
* Set executeredir
|
2024-01-29 08:59:56 +01:00 |
|
Michaël Van Canneyt
|
031539dd69
|
* Use TProcess file redirection facilities
|
2024-01-28 11:30:37 +01:00 |
|
Karoly Balogh
|
679f2f75b3
|
human68k: regenerated Makefiles
|
2023-11-30 23:43:27 +00:00 |
|
marcoonthegit
|
e74d89ce62
|
* patch by Dean Mustakinov to improve commandline quote handling on Windows, resolves #40189
|
2023-04-29 13:11:11 +02:00 |
|
Dmytro Bogatskyy
|
327aac7f24
|
Add aarch64-iphonesim target
|
2023-03-27 18:45:00 +00:00 |
|
Jinyang He
|
783bbb66f9
|
Update Makefiles
|
2023-02-05 19:18:48 +00:00 |
|
Nikolay Nikolov
|
8c562995d7
|
* regenerate makefiles with latest fpcmake
|
2022-05-24 14:01:59 +03:00 |
|
Nikolay Nikolov
|
0f4340e659
|
* fix regressions after previous patch by correctly parsing output, which does not contain '##WASI-EXITCODE:'
|
2022-05-24 10:30:20 +03:00 |
|
Nikolay Nikolov
|
a8b789d183
|
* patch from Pierre for working around the exitcode <= 125 limitation in wasmtime
|
2022-05-24 10:15:44 +03:00 |
|
Pierre Muller
|
2f28c5596f
|
Regenerate all Makefile's to fix problem on x86_64 linux
|
2022-03-07 23:46:15 +00:00 |
|
Pierre Muller
|
ad2ac98858
|
Update Makefile's
|
2022-03-07 22:35:29 +00:00 |
|
Pierre Muller
|
4da4c96349
|
Regenerate Makefile's with mips gcc fixes and new enabled mips64-linux target
|
2022-02-15 15:45:15 +00:00 |
|
Nikolay Nikolov
|
21593942a1
|
* regenerate all makefiles with the latest fpcmake
|
2022-02-13 15:26:54 +02:00 |
|
Nikolay Nikolov
|
9579759f01
|
+ added wasi to the list of targets without thread support
|
2022-01-26 15:39:24 +02:00 |
|
Nikolay Nikolov
|
b407b67ca1
|
* regenerate all makefiles with latest fpcmake
|
2022-01-19 07:08:32 +02:00 |
|
Pierre Muller
|
271ba59cf1
|
All Makefile's regenerated
|
2021-11-25 22:13:32 +00:00 |
|
florian
|
65ef6f1f37
|
* regenerated Makefiles
|
2021-11-24 22:50:37 +01:00 |
|
Pierre Muller
|
52cc8df079
|
Add some delay and a maximum attempt number in GenerateTempDir to avoid getting oversized execution log files
|
2021-11-12 12:08:20 +01:00 |
|
florian
|
6c7e6191f6
|
+ support of SHA extension in the internal assembler
|
2021-10-09 15:44:46 +02:00 |
|
Pierre Muller
|
5446d53156
|
Update to use gitlab
|
2021-09-29 17:23:28 +02:00 |
|
tg74
|
24f33871c0
|
working on new testmethods avx512-memref-operands - 'compressed disp8*N'
git-svn-id: branches/tg74/avx512-0037785@48927 -
|
2021-09-01 09:29:50 +02:00 |
|
tg74
|
18b868bfcd
|
working on new testmethods avx512-memref-operands - 'compressed disp8*N'
git-svn-id: branches/tg74/avx512-0037785@48880 -
|
2021-09-01 09:29:49 +02:00 |
|
tg74
|
df49a3d067
|
working on new testmethods avx512-memref-operands - 'compressed disp8*N'
git-svn-id: branches/tg74/avx512-0037785@48879 -
|
2021-09-01 09:29:49 +02:00 |
|
tg74
|
da4be71fc8
|
working on new testmethods avx512-memref-operands - 'compressed disp8*N'
git-svn-id: branches/tg74/avx512-0037785@48877 -
|
2021-09-01 09:29:49 +02:00 |
|
tg74
|
f9f0f9a1d1
|
avxtestgenerator: working on new tests for compressed disp8*N
git-svn-id: branches/tg74/avx512-0037785@48875 -
|
2021-09-01 09:29:49 +02:00 |
|