polserver/testsuite/escript
turleypol 50130a3d6b
Xmlfile and file tests (#921)
* xml and binaryfile tests
fixed small bugs

* fixed platform specifics

* fixed use-after-free when the document went out of scope.The document is
now shared accross all objects
2026-08-02 19:55:50 +02:00
..
_dbg Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
_perf Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
arg Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
array Fix Array method findIndex changing array content (#780) 2025-05-24 17:21:24 +02:00
ast Add Escript support for uninitialized class functions (#808) 2025-09-05 23:23:59 +02:00
base64 Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
bfor Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
binding Add support for sequence and index bindings (#760) 2025-02-17 21:59:42 +01:00
bitop Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
boolean Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
bracket Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
bug Add Escript support for enum class (#804) 2025-08-18 20:50:18 +02:00
cfg Integer overflow when using GetConfigInt (#844) 2026-01-04 13:22:11 +01:00
classes Class method if it's a method_id call now works if parameters are given (#849) 2026-01-10 18:12:09 +01:00
compiler2 Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
condexpr Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
config fixed leak in compiler and xml filemod 2018-12-23 13:55:47 +01:00
const Add Escript support for enum class (#804) 2025-08-18 20:50:18 +02:00
dict Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
enum Enum class fixes (#805) 2025-08-19 09:07:02 +02:00
error Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
errors Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
export Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
filemod Xmlfile and file tests (#921) 2026-08-02 19:55:50 +02:00
for Add support for sequence and index bindings (#760) 2025-02-17 21:59:42 +01:00
func Fix handling of byref, rest, and default parameters in uninitialized functions (#814) 2025-09-06 17:26:06 +02:00
funcexpr Write filenames and lines into ecompile .lst files (again) (#846) 2026-01-07 22:19:25 +01:00
if Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
in Add Escript support for enum class (#804) 2025-08-18 20:50:18 +02:00
interstring Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
json Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
math removed unused code from old compiler out of EProgram (#750) 2025-01-23 19:53:11 +01:00
method Modulus operations with doubles (#769) 2025-02-23 16:06:52 +01:00
misc Fix parsing issue introduced with regular expressions when using floating-point dividends (#832) 2025-12-14 19:44:13 +01:00
mult Update test suite for new compiler (#299) 2020-09-11 01:38:39 -07:00
narray Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
oper Modulus operations with doubles (#769) 2025-02-23 16:06:52 +01:00
oper-elvis Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
opt Fix ShortCircuit jump optimization corrupting assignments (#904) 2026-07-23 12:02:39 +02:00
pack Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
parity Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
prec Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
prog Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
quot Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
recurs Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
reff Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
regexp Add support for regular expressions (#818) 2025-11-17 18:02:45 +01:00
repeat Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
reserved Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
scope Add Escript support for enum class (#804) 2025-08-18 20:50:18 +02:00
size Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
spread Add support for spread operator in dictionary and struct initializers; FormatterEllipsisSpacing formatter option (#763) 2025-02-19 18:33:56 +01:00
string Add support for regular expressions (#818) 2025-11-17 18:02:45 +01:00
struct Code cleanup (structs and container add) (#842) 2026-01-03 23:02:53 +01:00
substr Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
sw Add support for regular expressions (#818) 2025-11-17 18:02:45 +01:00
switch Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
syntax Add support for regular expressions (#818) 2025-11-17 18:02:45 +01:00
test Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
unicode Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
uninit Fix handling of byref, rest, and default parameters in uninitialized functions (#814) 2025-09-06 17:26:06 +02:00
uninit-funct Fix handling of byref, rest, and default parameters in uninitialized functions (#814) 2025-09-06 17:26:06 +02:00
utilmod Add module function util::RandomUUID() (#803) 2025-08-16 13:39:34 +02:00
var Add Escript support for enum class (#804) 2025-08-18 20:50:18 +02:00
while Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00
.gitignore Xmlfile and file tests (#921) 2026-08-02 19:55:50 +02:00
ecompile.cfg Add Script object script method stacktrace (#739) 2025-01-05 17:22:55 +01:00
update_err.py Format testsuite scripts, pol-core support modules (#713) 2024-10-04 10:29:55 +02:00