summary refs log tree commit diff stats
path: root/testament
Commit message (Collapse)AuthorAgeFilesLines
* fix #16576: honor matrix in testament by making such tests non joinable (#16577)Timothee Cour2021-01-043-8/+16
| | | | | | | * refs #16576: honor matrix in testament by making such tests non joinable * add tests + misc fixes * fix test for i386 with -d:danger
* enable ggplotnim (#16538)flywind2021-01-011-1/+1
|
* disable ggplotnim, refs #16523 (#16524)Timothee Cour2020-12-301-1/+1
|
* disable grams (#16511)flywind2020-12-301-1/+2
|
* add zippy to important packages (#16442)flywind2020-12-231-0/+1
| | | | | * add zippy to important packages * minor
* disable pkg/criterion refs https://github.com/disruptek/criterion/issues/3 ↵Timothee Cour2020-12-221-1/+1
| | | | (#16443)
* bring back important packages; closes #16419 (#16424)flywind2020-12-211-2/+2
|
* disable ggplot and plotly (#16418)flywind2020-12-201-2/+2
|
* refactorings to prepare the compiler for IC (#15935)Andreas Rumpf2020-12-171-1/+3
| | | | | | | | | | | | | | * added ic specific Nim code; WIP * make the symbol import mechanism lazy; WIP * ensure that modules can be imported multiple times * ambiguity checking * handle converters and TR macros properly * make 'enum' test category green again * special logic for semi-pure enums * makes nimsuggest tests green again * fixes nimdata * makes nimpy green again * makes more important packages work
* fix #16330 tshould_not_work (#16342)Timothee Cour2020-12-141-2/+2
|
* testament: error instead of silently ignore invalid targets; remove ↵Timothee Cour2020-12-141-14/+6
| | | | | | | | | | | pointless alias target vs targets; document matrix; DRY (#16343) * testament: error instead of silently ignore invalid targets * s/target/targets/ * fix test; refs #16344 * address comments * Update testament/specs.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* bring back fidget (#16319)flywind2020-12-111-1/+1
|
* unbreak CI, disable fidget, refs #16315 (#16316)Timothee Cour2020-12-111-1/+1
|
* unittest: use defines instead of env vars (#16165)Timothee Cour2020-12-101-3/+0
| | | | | | | | | * unittest: use defines instead of env vars * use defines in testament * fixup Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* bring back argparse (#16242)flywind2020-12-051-1/+1
|
* Retry commands in testament again (#16262)Clyybber2020-12-051-5/+16
|
* nimout now consistently uses nimoutCheck (#16189)Timothee Cour2020-12-012-12/+15
|
* error instead of echo when testament category is empty; fix realtimeGC (#16162)Timothee Cour2020-12-011-1/+3
|
* disable testing of `argparse` package until it is fixednarimiran2020-11-301-1/+1
|
* testament spec: remove errmsg alias of errormsg (#16188)Timothee Cour2020-11-292-2/+2
|
* testament: error instead of silently overwrite a spec (#16166)Timothee Cour2020-11-292-8/+15
|
* fix #14242 `testament r tests/js/foo` now works; testament now honors ↵Timothee Cour2020-11-283-16/+20
| | | | | | | --targets (#16163) * fix #14242 `testament r tests/js/foo` now works; testament now honors --targets * fix shouldfail
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ↵Timothee Cour2020-11-283-15/+23
| | | | | | | output spec (#16151) * fix megatest newlines * still allow missing trailing newline for now but in a more strict way than before
* Add package manu to tested packages (#16121)Antonis Geralis2020-11-281-1/+2
| | | | | * Add package manu to tested packages * Bump
* add gram to important packages (#16037)Bad Dog2020-11-221-0/+1
|
* targets: use cpp instead of c++ everywhere (was by far the most common) (#15961)Timothee Cour2020-11-141-1/+1
|
* Correct all eggs (#15906)Miran2020-11-101-2/+2
| | | | * "eg" is a misspelled "egg", "e.g." is "exempli gratia" * Also, "ie" is "i.e.".
* fix `norm` package testing commandnarimiran2020-11-101-1/+1
|
* Nimgrep improvements 2 (#15612)Andrey Makarov2020-11-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | * nimgrep: speed up by threads and Channels * nimgrep: add --bin, --text, --count options * nimgrep: add --sortTime option * allow Peg in all matches including --includeFile, --excludeFile, --excludeDir * add --match and --noMatch options * add --includeDir option * add --limit (-m) and --onlyAscii (-o) options * fix performance regression introduced in nimgrep improvements #12779 * better error handling * add option --fit * fix groups in --replace * fix flushing, --replace, improve --count * use "." as the default directory, not full path * fix --fit for Windows * force target to C for macosx * validate non-negative int input for options #15318 * switch nimgrep to using --gc:orc * address review: implement cropping in matches,... * implement stdin/pipe & revise --help * address stylistic review & add limitations
* add tests for Testament "reject" action (#15709)n5m2020-10-271-0/+7
| | | | | | | | | | | * add test for reject action * highlight that a compilation failure is expected * add the converse test for action=reject * add trailing newline * fix wording
* add criterion to important packages (#15604)Andy Davidoff2020-10-261-0/+1
| | | | | | | | | * add criterion to important packages * use a special nimscript for criterion tests * fix criterion speed differently Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* Revert "workaround https://github.com/citycide/glob/issues/49 glob broken ↵Bo Lingen2020-10-261-1/+1
| | | | | (#15647)" (#15728) This reverts commit 4ab1bd7e3301e22f0a5a9c62f9c90636932fde80.
* Try to fix CI failures (#15701)Clyybber2020-10-242-130/+120
| | | | | | | | | | | | | | | | | | | | | | * Use cligens release version * Rework important_packages main loop * Fix * Fix * Create pkgs dir * Don't use nimble develop since it doesn't work for binary only packages, and always install head * Use git to get the latest release/tag instead * Tackle the root cause * Reduce diff * Cleanup
* expect valgrind test failure on memory leak (#15669)n5m2020-10-221-0/+17
| | | | | * expect valgrind test failure on memory leak * alloc 1 instead of 0
* workaround https://github.com/citycide/glob/issues/49 glob broken (#15647)Timothee Cour2020-10-191-1/+1
|
* fix #15631 (#15632)n5m2020-10-192-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * trigger valgrind failure on memory leak * remove non-malloc tests * remove ORC test is redundant because we already have an ARC test * only run valgrind tests on 64-bit Linux * disable freebsd and openbsd * Remove tleak_refc As to not test implementation details (or bug) * Fix test failures by removing redundant test Since this tests/shoulfail/tvalgrind.nim was specified here to fail this test itself fails since it will be skipped on non-linux CI * Remove test, reason detailed in the previous commit * Remove redundant disables * Revert removing disables * Add and use valgrind: leaks * Fix Co-authored-by: Clyybber <darkmine956@gmail.com> Co-authored-by: n5m
* make testing for prologue more stable (#15491)flywind2020-10-051-1/+1
|
* cursor inference: makes combparser work; refactorings (#15411)Andreas Rumpf2020-09-261-1/+1
| | | | * cursor inference: makes combparser work; refactorings
* testament improvement: allow inline error messages inside test cases (#15294)Andreas Rumpf2020-09-102-11/+133
| | | | * testament support for inline error messages * adapt teffects1.nim test to show the potential
* replace / with _ in trId (#15256)Silvio2020-09-021-1/+1
| | | Fixes jquery error when clicking to collapse/expand a panel
* fixes #15210 [backport:1.2] (#15237)Andreas Rumpf2020-08-311-1/+1
| | | | | * fixes #15210 [backport:1.2] * use patched version of bigints library
* Fix forward declaration issues in template/macro context (#15091)Clyybber2020-07-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | * Fix forward declaration issues in template/macro context * Correct forward declaration resolving for overloads * Remove old dead code * WIP consistent gensym ids * Minimize diff * Remove obsoleted hack * Add templInstCounter to give unique IDs to template instantiations * Remove obsoleted code * Eh, init in myOpen, not myProcess... * Remove optNimV019 * Add testcase for #13484
* Change testing commands for some packages (#15041)Miran2020-07-221-6/+4
|
* enable 'nimterop' testnarimiran2020-07-201-1/+1
|
* fix #14822 copy test into var in matrix process, so can reset startTime ↵Bung2020-07-171-4/+6
| | | | | | | | | before actully run (#15000) * TTest pass by ref , so can reset startTime before actully run * change TTest to ref type * clone test in matrix process
* Clean up macros (#14959)Juan Carlos2020-07-141-1/+1
|
* Fix style inconsistencies due to the previous commitnarimiran2020-07-064-13/+13
|
* revert 0944b0f4narimiran2020-07-064-13/+13
|
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-031-1/+1
|
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-022-2/+2
| | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test