summary refs log tree commit diff stats
path: root/tests/js/tconsole.nim
Commit message (Collapse)AuthorAgeFilesLines
* Ref #14075 - enable two tests which seem to now be passing locally on ↵Euan2020-04-221-1/+0
| | | | FreeBSD. (#14076)
* #12103 - CI for FreeBSD (#12179)Euan2019-11-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Ref #12103 - adds FreeBSD CI * Fix getApplFreebsd - length of the string includes the null terminator byte, so minus 1 for result length * Show last commit in setup task. * Remove .git from repository URL * Don't include noisy details showing last commit. * Add FreeBSD build status badge * Fix #12182 - disable tconsole on FreeBSD * Disable tgetaddrinfo on FreebSD as getaddrinfo doesn't support the ICMP protocol. * Install boehm-gc-threaded * Use libgc-threaded.so on FreeBSD rather than libgc.so. * Simplify build failure handling. Update alt text for CI badge. * Disable test on FreeBSD * Simplify build config - use GNU make to build csources - set PATH variable using the environment key - remove modification of config to set CC as this is already set * Install git which seems to be missing from current freebsd images * Revert change to how path is set * Add a comment explaining why the length is truncated * Fix tconsole.
* fix in tests/js/tconsole (#12709)Arne Döring2019-11-251-3/+3
|
* Updated js console logging to avoid wrapping into arrayAndrea Ferretti2016-10-061-2/+6
|
* Added js console objectAndrea Ferretti2016-09-211-0/+9