Commit Graph

73 Commits

Author SHA1 Message Date
nocturn9x a767e44daa Added --timeout option in build.py 2021-04-18 12:04:24 +02:00
nocturn9x cd180fe4d7 Added value checking with 'as' conversion + minor fixes to testmarkup.md 2021-03-01 19:28:58 +01:00
Productive2 e32f106164 add missing flag to help 2021-02-28 18:54:04 +01:00
Productive2 f94d4fecc8 Fixed bug with break (breaking the test for.jpl) 2021-02-28 18:46:21 +01:00
Productive2 fb11433477 better compiler debugging
added test for defaults
2021-02-28 18:09:19 +01:00
Productive2 88b4fa0d3a New tests
added new tests,
modified old tests to have all non-japl code commented, so they can be
also ran using jpl
modified verbose to use the new -e flag instead of --stdout, so it
doesn't spam
2021-02-28 14:10:17 +01:00
Productive2 2e00dd181f update test markup spec 2021-02-26 22:45:43 +01:00
Productive2 f32c1036c2 Allow // in test definitions. 2021-02-26 22:42:36 +01:00
nocturn9x 5d8c31fb07 Fixed identity operator bug and added isnot for consistency. Changed behavior for gt/lt comparisons to account for more complex expressions 2021-02-26 12:27:10 +01:00
Productive2 b85598dfb6 removed old debugging parts 2021-02-20 22:30:13 +01:00
Productive2 9964f2b92c New command line options for jats
-t:<test path> to specify test path/a different test dir
-e to enumerate failed tests
-f to run skipped tests
--timeout:<timeout> to specify a custom timeout
skipped tests forced which succeeded will display an info message
when only a single test file is ran, more info is displayed by
default to stdout
2021-02-20 22:23:57 +01:00
Productive2 0b6244d794 improved docs, removed unneccessary argument 2021-02-17 23:41:53 +01:00
Productive2 19ec90d775 more docs 2021-02-16 22:26:54 +01:00
nocturn9x b67ec65a33 Minor fixes and cleanups 2021-02-09 18:49:34 +01:00
Productive2 ffd3b9a542 More documentation
inputtest should really not be skipped, but fixed
2021-02-09 18:10:16 +01:00
Productive2 0a7db3ec0c Added printErr, tests to test the test suite 2021-02-09 16:59:34 +01:00
Productive2 6ff9577f66 Removed test duplicates, fixed tests.
Added documentation for the JATS markup.
2021-02-09 16:32:24 +01:00
Productive2 ad74c45213 Fixed debug.nim not showing DEBUG - before a message
Made whitespace significant in the test suite
Fixed tests with DEBUG - on partially
2021-02-09 15:00:18 +01:00
Productive2 c267a6c3be Added license notice 2021-02-09 00:37:11 +01:00
Productive2 671a50d1c2 The test suite works once again (this large rewrite added the new test
format)
Modified tests to the new format
2021-02-09 00:35:40 +01:00
Productive2 19df757201 bugfixes, and in progress debugging 2021-02-08 20:05:34 +01:00
Productive2 b5927df998 Fixed exception reporting and small test builder bug 2021-02-08 18:35:57 +01:00
Productive2 bfb57b1552 Better error reporting 2021-02-08 18:18:34 +01:00
Productive2 8d4af722f0 slashing bugs 2021-02-08 17:17:06 +01:00
Productive2 a680d0eda6 Finished what I started a week ago... kinda 2021-02-08 16:44:48 +01:00
Productive2 fc971faf6d Merge remote-tracking branch 'upstream/master' 2021-02-08 16:24:15 +01:00
nocturn9x 9ffff11bf9 Added an optional prompt parameter to readline and renamed it to readLine. Added string support in toInt 2021-02-04 12:03:10 +01:00
Productive2 fff2739428 reimplementing some stuff better, still wip 2021-01-31 20:58:24 +01:00
Productive2 4439a24a5b Reorganizing stuff, preparing new test format 2021-01-31 16:55:24 +01:00
Productive2 92348cabd9 oops 2021-01-31 15:34:57 +01:00
Productive2 11c2ee30e2 Fixed up conflict 2021-01-31 15:34:41 +01:00
Productive2 5ece581ce8 AAAAAAAAAAAAAAAAAA 2021-01-31 15:10:25 +01:00
Productive2 74014127ca Merge remote-tracking branch 'upstream/master' 2021-01-31 15:09:36 +01:00
Productive2 614b62441e Preparing for merge 2021-01-31 15:06:54 +01:00
nocturn9x 95522cd3c7 Minor style fixes to jats and fixed debug logs clashing when debug_vm and debug_alloc are both enabled 2021-01-31 10:51:29 +01:00
Productive2 76b92e85a7 new test notation (uses //stdout:, //stderr:) now
wip //stdin:
non-behaving tests get killed after a while now
added // exit and improved // clear repl commands
2021-01-30 18:42:04 +01:00
Productive2 09e1eaa724 added copyright notice 2021-01-30 17:31:54 +01:00
Productive2 6aef09ce59 Fixed progress bar 2021-01-30 17:26:40 +01:00
Productive2 bc2a2ac74d Finished moving around code for better modularity
Added testobject, repurposed testutils
2021-01-30 17:07:05 +01:00
Productive2 e2b45dd1dc moved log stuff to logutils 2021-01-30 17:00:42 +01:00
Productive2 5f56081efe Better TUI 2021-01-30 11:29:43 +01:00
Productive2 1990fde212 Add copyright info
tweak the 'less' command usage for -i
2021-01-30 10:38:47 +01:00
Productive2 4137497963 Now -h and -v options dont run any tests ;) 2021-01-29 20:15:34 +01:00
Productive2 bc7ba95baa small fix 2021-01-29 20:14:01 +01:00
Productive2 8eb33fe93a Nim tests in place now. 2021-01-29 20:11:06 +01:00
Productive2 8d93c3602f Added progress bar, polished the interface a bit 2021-01-29 19:56:23 +01:00
Productive2 619873f01f Test suite v2 progress 2021-01-29 18:14:57 +01:00
nocturn9x fa9594f855 Improved test suite colored output 2021-01-18 11:05:37 +01:00
nocturn9x 71f79d8174 Fixed various minor bugs, improved debugger output and consistency 2021-01-16 18:14:22 +01:00
Productive2 bd7480f600 New long tests 2021-01-16 12:11:17 +00:00