polserver/testsuite/escript
2026-08-11 20:39:36 +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 more grind.. 2026-08-11 20:39:36 +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
basicmod more grind.. 2026-08-11 20:39:36 +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 more escript tests 2026-08-10 21:17:03 +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 more grind.. 2026-08-11 20:39:36 +02:00
classes more grind.. 2026-08-11 20:39:36 +02: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 more grind.. 2026-08-11 20:39:36 +02:00
const more escript tests 2026-08-10 21:17:03 +02:00
datafile more grind.. 2026-08-11 20:39:36 +02:00
dict more grind.. 2026-08-11 20:39:36 +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 more grind.. 2026-08-11 20:39:36 +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
import/tus more grind.. 2026-08-11 20:39:36 +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 more escript tests 2026-08-10 21:17:03 +02: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 more grind.. 2026-08-11 20:39:36 +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 more grind.. 2026-08-11 20:39:36 +02:00
struct more grind.. 2026-08-11 20:39:36 +02: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 more grind.. 2026-08-11 20:39:36 +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