tests.sh: run junit2html to render xml files
[nit.git] / tests / tests.sh
2019-03-01 Jean Privattests.sh: run junit2html to render xml files
2019-02-18 Jean Privattests.sh: special case when running in gitlab_ci
2018-03-30 Lucas Bajolettests: fix locale issue on non-Debian linux
2018-03-01 Alexis Laferrièretests: intro NIT_TESTING_TESTSSH
2018-01-19 Alexis Laferrièretests: don't use the readlink option -f when not availa...
2018-01-19 Alexis Laferrièretests: use en_US.UTF-8 locale on macOS
2017-11-29 Jean Privattests: force a utf8 locale because gradle don't like...
2017-11-21 Jean Privatnitin: add optional source name in error messages ...
2017-06-14 Jean Privattest: use `command` instead of `env` to bypass Bash...
2017-06-13 Jean Privattests: measure time with elapsed time instead of user...
2017-04-25 Jean Privattests: to add a nitin engine
2017-03-17 Alexis Laferrièretests: add basic MINGW64 skip list
2017-03-02 Jean Privatmacosx: silent error because hostame --vestion does...
2017-03-02 Jean Privatmacosx: use gtime (from gnu-time) if available to measu...
2017-02-27 BlackMinouinitialize $WRITE for tests others than *.args
2016-11-19 Alexis Laferrièretests.sh: don't use -s on coreutils hostname
2016-11-19 Alexis Laferrièretests.sh: rename $tmp to avoid conflict with the $tmp...
2016-11-19 Alexis Laferrièretests.sh: ignore end of line characters
2016-05-26 Jean Privattests.sh: add NIT_TESTING_ID with the same semantic...
2016-01-28 Jean Privattests: avoid errors messages if java is not found
2016-01-28 Jean Privattests: filter out ulimit error messages to avoid corrup...
2015-08-27 Jean Privattests: update thing to `core` (instead of `standard`)
2015-08-10 Jean Privattests.sh: use `todo` files to store magic strings
2015-07-22 Jean PrivatMerge: Nitj: A compiler to Java code.
2015-07-21 Alexandre Terrasanitj: faster recompilation with Ant
2015-07-21 Alexandre Terrasanitj: introduce compiler to Java code
2015-06-29 Jean Privattests: tests.sh do not grep on inexisting file to avoid...
2015-06-29 Jean Privattests: tests. use local variable in functions to avoid...
2015-06-23 Jean Privattests: skip tests by hostname
2015-06-23 Jean Privattests: exec.skip and cc.skip are searched in the sav...
2015-06-23 Jean Privattests: special sav directories available for uname...
2015-06-17 Jean PrivatMerge: More limit on tests
2015-06-13 Jean Privattests: limit usertime and filesize with ulimit
2015-06-13 Jean Privattests: limit the res of generated res files
2015-06-13 Jean Privattests: document (and reduce) the realtimelimit
2015-06-12 Jean Privattests: rename compiler engines with `nitc*`, not `nitg*`
2015-05-29 Jean Privattests: compile dir is `nit_compile`, and cleannit
2015-05-05 Jean Privatlib/mnit: remove `MNIT_SRAND` and use `NIT_SRAND` instead
2015-04-14 Jean Privattests: add --autosav to automatically update the sav...
2015-04-01 Alexis Laferrièretests: tests.sh detects directories before trying to...
2014-12-20 Jean PrivatMerge: Activate VM
2014-12-19 Jean Privattests: use `nit --vm` (thus available in bin/) for...
2014-12-18 Jean Privattests: `grep` in skip os is now silent
2014-12-13 Jean PrivatMerge: Raise nitc from the dead
2014-12-12 Alexis Laferrièretests: support Java on Turing worker nodes too
2014-12-11 Jean Privattests: use binary nitc
2014-12-10 Alexis Laferrièretests: add option to skip tests per OS
2014-12-02 Alexis Laferrièretests: clean up debug output
2014-11-13 Jean PrivatMerge: More escaping
2014-11-12 Jean PrivatMerge: More tweaks to support the Java FFI on turing
2014-11-11 Alexis Laferrièretests: use even more portable code to find JAVA_HOME
2014-11-11 Jean Privattests: add `xmlesc` to escape XML in generated XML...
2014-11-11 Jean Privattests: make tests.sh more robust
2014-11-11 Jean Privattests: factorize some sav in sav/nitg-common
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
next