tests: make tests.sh more robust
[nit.git] / tests / tests.sh
2014-11-11 Jean Privattests: make tests.sh more robust
2014-11-07 Alexis Laferrièrenitester: use a hashed filename for produced xml files...
2014-11-07 Alexis Laferrièrenitester: keep Jenkin's xml files in a common directory
2014-11-04 Jean Privattests: with niti put the options before the program
2014-11-03 Jean Privattests: fix saferun() return value when TIME is not set
2014-10-09 Jean Privattests: detect and use portable time and date command
2014-10-03 Alexis Laferrièretests.sh: add env var to move xml file
2014-10-03 Alexis Laferrièretests.sh: allow errlist file inside outdir
2014-10-03 Alexis Laferrièretests.sh: add -node option
2014-10-03 Alexis Laferrièretests.sh: remove --quiet option on calls to time
2014-10-03 Alexis Laferrièretests.sh: support absolute path to outdir
2014-10-03 Alexis Laferrièretests.sh: add options outdir and compdir to tests.sh...
2014-10-03 Alexis Laferrièretests.sh: fix reference to /dev/null
2014-09-26 Jean Privattests: sum the first-execution time with the compilatio...
2014-09-26 Jean Privattests: add --quiet with time to avoid poluted time...
2014-09-26 Jean Privattests: interpteters have a 0 time compilation (fix...
2014-09-26 Jean Privattests: prexif xml packages with 'tests..'
2014-08-29 Jean Privattests: Not executable plateforms produce empty .res
2014-08-29 Jean Privattests: add time and timestamp in tests.sh
2014-08-28 Jean Privattests: fix errlist
2014-07-17 Jean Privattests.sh: introduce new engine nitvm
2014-07-17 Jean Privattests.sh: use variable isinterpret instead of hard...
2014-07-11 Jean Privattests: move the check of exec.skip to detect compilatio...
2014-07-02 Jean PrivatMerge master to resolve conflict in tests not present yet
2014-07-01 Jean Privattests: teach tests.sh to use MNIT_* environment variables
2014-06-23 Jean PrivatMerge: Nit for mac
2014-06-20 Jean Privattests.sh: force LC_ALL that cause issues with MacOSX
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
next