summaryrefslogtreecommitdiff
path: root/test/asset
AgeCommit message (Collapse)Author
33 hoursParse list types in type expressionHEADmasterRoman Smrž
33 hoursAccept various builtin types in type expressionsRoman Smrž
33 hoursType annotations in arguments of function definitionRoman Smrž
33 hoursParse type annotations in expressionsRoman Smrž
6 daysFix parsing statements using innerBlock without new variablesRoman Smrž
Changelog: Fixed parsing of disconnect and packet loss commands.
6 daysShell: implement ‘!’ operatorRoman Smrž
Changelog: Implement negation using the `!` operator in the shell interpreter.
6 daysShell: track exit code of the last commandRoman Smrž
6 daysShell: allow to toggle "exit on error"Roman Smrž
Changelog: Implemented "set +e/-e" in the shell interpreter.
6 daysShell: implement cd commandRoman Smrž
Changelog: Implemented the `cd` command in shell interpreter.
7 daysShell: implement pwd commandRoman Smrž
Changelog: Implemented `pwd` command in shell interpreter.
2026-05-31Options to select and exclude tests in config fileRoman Smrž
2026-05-24Refactor test filtering to its own function and typeRoman Smrž
2026-05-19Fix test preamble parsing conflict with local statementRoman Smrž
2026-05-19Fix parsing after tag declarationRoman Smrž
2026-05-18Concatenation operator for listsRoman Smrž
Changelog: Added `++` operator to concatenate lists
2026-05-17More generic unification in for statementRoman Smrž
2026-05-17Concat builtin functionRoman Smrž
Changelog: Added `concat` function for lists
2026-05-02Arbitrary type expression as function argumentsRoman Smrž
2026-05-01Parsing distinction for single-word and function-call termsRoman Smrž
2026-04-24Arbitrary expressions as variable valuesRoman Smrž
2026-01-14Mark ignored output linesRoman Smrž
Changelog: Mark flushed or ignored output lines
2026-01-07Call stack for the ‘expect’ statementRoman Smrž
2025-10-05Redirection in shell scriptsRoman Smrž
Changelog: Implemented input/output redirection in shell scripts
2025-09-20Pass call stack info through function applicationRoman Smrž
Changelog: Show call stack in error messages
2025-09-19Add timeout argument for the ‘expect’ commandRoman Smrž
Changelog: Added `timeout` argument for the `expect` command
2025-09-12Call stack type and testsRoman Smrž
2025-09-01Add "ignore" commandRoman Smrž
Changelog: Added `ignore` builtin command
2025-08-25Shell pipesRoman Smrž
Changelog: Implemented pipes in shell scripts
2025-08-02Shell: list all shell special characters for parserRoman Smrž
2025-08-02Shell: support backslash-escaped spacesRoman Smrž
2025-08-02Test: basic shell scriptsRoman Smrž
2025-06-21Boolean literals and comparison operatorsRoman Smrž
Changelog: Added `True` and `False` literals, and comparison operators for boolean values
2025-06-04Replace 'ip netns exec' with direct setns syscallRoman Smrž
2025-06-02Test script execution based on config fileRoman Smrž
2025-05-12Fix parser indentation check after ‘export’Roman Smrž
2025-04-22Conversions for variable expansion in ExprType classRoman Smrž