tests.sh: new engine `emscripten` for `nitg -m emscripten`
[nit.git] / tests / tests.sh
2014-06-19 Jean Privattests.sh: new engine `emscripten` for `nitg -m emscripten`
2014-06-19 Jean Privattests.sh: distinguish the generated file from the execu...
2014-06-19 Jean Privattests: add engine `nitg-sg` for --semi-global
2014-06-18 Jean Privattests: teach a res file to contains `UNDEFINED` and...
2014-06-18 Jean Privattests.sh: soso are always detected as failed tests
2014-06-18 Jean Privattests.sh: less hackish way to handle fixme directories...
2014-06-18 Jean Privattests.sh: remove tap output
2014-04-26 Jean Privattests: a res without sav is OK if empty else is failed
2014-04-26 Jean Privattests: add `cc.skip` to skip the C compilation of some...
2014-04-26 Jean Privattests: niti fully skips tests in exec.skip
2014-04-26 Jean Privattests: add `exec.skip` to compile but not execute tests
2014-03-14 Jean PrivatMerge remote-tracking branch 'alexis/lib-jvm'
2014-03-14 Romain Chanoirtests: modifies tests.sh to execute code using the...
2014-03-13 Jean Privattests: add basic platform management
2014-03-12 Jean Privattests: permit multiple inputs on a single test
2014-03-10 Jean Privattests: *todo* and *fail* marked as skiped in the XML...
2014-02-06 Jean PrivatMerge branch 'project_new'
2014-02-06 Jean Privattests: args can use `$WRITE` instead of guessing the...
2014-02-05 Jean Privattests: protect CDATA from non-printable chars in xml...
2013-11-19 Jean Privattests: error on unknown engine
2013-11-19 Jean Privattests: remove old nitc
2013-11-11 Jean Privattests: strict order on tests.sh
2013-11-07 Jean Privattests: display binary, name and options of current...
2013-11-07 Jean Privattests: rename engine `nitg` to `nitg-g` ; alias `nitg...
2013-10-30 Jean PrivatMerge remote-tracking branch 'alexis/ready-for-ffi'
2013-10-18 Alexis Laferrièretests: adds engine name to conclusion of tests
2013-09-09 Alexandre Terrasanitg: fixed conflicting module error when env var NIT_D...
2013-08-21 Jean Privattests: include skipped tests in XML
2013-08-21 Jean Privattests: provide a better classname for XML
2013-08-21 Jean Privattests: marks tests with no sav as skipped
2013-08-21 Jean Privattests: really display the compile log, on all case...
2013-08-21 Jean Privattests: add compile.log to the XML in case of failure
2013-08-21 Jean Privattests: invert diff order (sav->out)
2013-08-20 Jean Privattests: enable XML output compatible with junit/jenkins
2013-07-19 Jean Privatnitg: add option --global
2013-05-25 Jean Privattests: remove # in args, this break TAP
2013-04-08 Jean PrivatMerge branch 'alexis/libs/gtk'
2013-03-21 Alexis Laferrièretests.sh: adds env var to notify tested programs of...
2013-03-14 Jean Privattests: add post-args execution
2012-12-11 Jean Privattests: add a timeout limit to avoid blocked programs
2012-12-03 Jean Privattests: add nitg-s and nitg-e as specific engines
2012-12-03 Jean Privattests: put stderr before stdout
2012-11-23 Jean Privattests: count fixme as todo
2012-11-23 Jean Privattests: delete specific skip files
2012-11-21 Jean Privattests: factorize compare_to_result
2012-11-21 Jean Privattests: expected failures are flagged as "fixme" not...
2012-11-06 Jean Privattests: count [todo] separately
2012-10-22 Jean Privattests: disable --soso for nitg and niti
2012-10-22 Jean Privattests: run engine with NIT_NO_STACK=1
2012-10-22 Jean Privattests: always put stdout before stderr
2012-10-16 Jean Privattests: add options --[no]soso
2012-10-16 Jean Privattests: accepts various sav/* files
2012-10-16 Jean Privattests: can add a file $engine.skip to skip many tests
2012-08-03 Jean Privattests: add option --noskip
2012-08-03 Jean Privattests: allow skipping tests based on engines
2012-08-03 Jean Privattests: differentiate the engine and the binary name
2012-08-03 Jean Privattests: re-distinquish compilation errors.
2012-08-03 Jean Privattests: specific execution if $engine==nit
2012-08-03 Jean Privattests: add option --engine
2012-08-03 Jean Privattests: add --tap
2012-08-03 Jean Privattests: recognize "NOT YET IMPLEMENTED"
2012-08-02 Jean Privattests: use alterner.pl
2012-08-02 Jean Privattests: recognize a nonstart #alt as a #!alt
2012-08-02 Jean Privattests: add fail soso
2012-04-16 Jean Privattests: use /dev/null as stdin if no inputs
2012-04-16 Jean Privattests: compare all error output with the expected result
2012-04-16 Jean Privattests: [soso] to filter out warnings and errors
2012-04-10 Jean Privattests: generate files in out/ instead of tests/
2012-02-24 Jean Privatnitc: activate warnings by default
2012-02-15 Jean Privattests: improve the ls portability
2012-02-15 Jean Privattests: clean the write directory for tests with arguments
2011-06-23 Jean Privatparser: display colored lines with error messages
2011-03-31 Jean Privattests: new combinatorial tests
2010-01-11 Jean-Sebastien Gelinastools: don't print stack for tests that fail, fix saves
2009-08-06 Jean Privatlib: new /lib/standard/collection directory
2009-08-03 Jean Privattests: do not execute while in a sub-processus
2009-07-30 Jean-Sebastien Gelinastests: reorganize imports for nitc call
2009-07-30 Jean-Sebastien Gelinastests: allow '.write' to be directories
2009-07-30 Jean-Sebastien Gelinastests: validate file existence of file to test before...
2009-07-28 Jean-Sebastien Gelinastests: use most recent nitc if not supplied
2009-07-28 Jean-Sebastien Gelinastests: do not overwrite 'errlist' on hard exit
2009-07-28 Jean-Sebastien Gelinastests: allow multiple lines in argument files
2009-07-07 Jean Privattests: handle compilation errors when nitc succeed...
2009-07-07 Jean Privattests: remove old bin before compiling
2009-07-07 Jean Privattests: set LANG to avoid locale perturbation
2009-07-06 Jean Privattests: tests.sh counts errors
2009-07-06 Jean Privattests: tests.sh compares results with expected buggy...
2009-07-06 Jean Privattests: add verbose option to tests.sh
2009-07-06 Jean Privattests: add option handling to tests.sh
2009-06-10 Jean Privattests: tests.sh returns 1 if some tests fails
2009-06-10 Jean Privattests: Add errlist
2009-06-10 Jean Privattests: remove broken HTML output
2009-01-19 Jean PrivatFix tests.sh to not forget some alternatives.
2008-12-25 Jean PrivatUpdate tests
2008-12-24 Jean PrivatMove test *.sav files to a sav/ subdirectory.
2008-07-09 Jean PrivatFirst NIT release and new clean mercurial repository v0.1