narimiran
c5cd23a776
fix important_packages
2022-07-20 11:19:41 +02:00
narimiran
315f4ecff1
disable testing of 'fragments' package
2022-01-17 11:25:51 +01:00
flywind
32882fa024
disable packages which doesn't support 1.4 ( #19320 )
...
ref https://github.com/nim-lang/Nim/pull/19317
2022-01-04 11:11:07 +01:00
Andreas Rumpf
cc6bc8960d
closes #17085 ; boehm has problems with large allocations, that is expected and we don't care ( #17487 )
...
(cherry picked from commit 8ccde68f13 )
2021-03-24 18:20:19 +01:00
Miran
540d16540b
[backport:1.2] update nimble commit hash ( #17109 )
...
(cherry picked from commit da52e81327 )
2021-02-19 20:34:36 +01:00
Andreas Rumpf
7705948d52
fixes #17085 [backport:1.2] ( #17101 )
...
(cherry picked from commit 4395a26764 )
2021-02-19 20:33:41 +01:00
Miran
a263e9aae0
[backport:1.2] update the nimble commit hash to the latest one ( #16971 )
...
(cherry picked from commit 0d34345f29 )
2021-02-09 19:08:22 +01:00
narimiran
3f1f26a7e2
disable 'fidget' package
2021-02-08 18:51:29 +01:00
narimiran
8f38f3e34d
disable package 'bump'
2021-02-08 17:10:05 +01:00
narimiran
9b31b12ca5
disable 'criterion' package
2021-02-02 14:34:25 +01:00
Timothee Cour
b47a98f7f2
targets: use cpp instead of c++ everywhere (was by far the most common) ( #15961 )
...
(cherry picked from commit 96930b9cae )
2020-11-16 07:25:54 +01:00
Miran
04f810c2ec
Correct all eggs ( #15906 )
...
* "eg" is a misspelled "egg", "e.g." is "exempli gratia"
* Also, "ie" is "i.e.".
(cherry picked from commit bbe49a14ae )
2020-11-16 06:54:45 +01:00
narimiran
192cb9ff90
fix norm package testing command
...
(cherry picked from commit c44ae647a9 )
2020-11-16 06:54:34 +01:00
n5m
33375aff15
add tests for Testament "reject" action ( #15709 )
...
* add test for reject action
* highlight that a compilation failure is expected
* add the converse test for action=reject
* add trailing newline
* fix wording
(cherry picked from commit 066f3ebc2a )
2020-11-05 09:04:57 +01:00
Andy Davidoff
75d76c28c8
add criterion to important packages ( #15604 )
...
* 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 >
(cherry picked from commit ea6c28249a )
2020-10-27 09:02:46 +01:00
Clyybber
9b37fc98a2
Try to fix CI failures ( #15701 )
...
* 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
(cherry picked from commit e18fc698ed )
2020-10-27 08:57:18 +01:00
n5m
06846d23ad
expect valgrind test failure on memory leak ( #15669 )
...
* expect valgrind test failure on memory leak
* alloc 1 instead of 0
(cherry picked from commit 8da0e01769 )
2020-10-22 20:20:15 +02:00
n5m
1d63995896
fix #15631 ( #15632 )
...
* 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
(cherry picked from commit 436e1fa5b1 )
2020-10-21 11:03:17 +02:00
flywind
b760fdc9ca
make testing for prologue more stable ( #15491 )
2020-10-05 09:57:23 +02:00
Andreas Rumpf
e6616115e6
cursor inference: makes combparser work; refactorings ( #15411 )
...
* cursor inference: makes combparser work; refactorings
2020-09-26 13:11:35 +02:00
Andreas Rumpf
9a110047cb
testament improvement: allow inline error messages inside test cases ( #15294 )
...
* testament support for inline error messages
* adapt teffects1.nim test to show the potential
2020-09-10 16:30:20 +02:00
Silvio
3172ca5475
replace / with _ in trId ( #15256 )
...
Fixes jquery error when clicking to collapse/expand a panel
2020-09-02 20:53:02 +02:00
Andreas Rumpf
ff13f8cc3c
fixes #15210 [backport:1.2] ( #15237 )
...
* fixes #15210 [backport:1.2]
* use patched version of bigints library
2020-08-31 14:46:23 +02:00
Clyybber
2629d619a1
Fix forward declaration issues in template/macro context ( #15091 )
...
* 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
2020-07-29 16:17:20 +02:00
Miran
ec65bfae3a
Change testing commands for some packages ( #15041 )
2020-07-22 14:57:40 +02:00
narimiran
b16284633e
enable 'nimterop' test
2020-07-20 05:44:06 +02:00
Bung
c2f80de1c7
fix #14822 copy test into var in matrix process, so can reset startTime 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
2020-07-17 11:01:47 +02:00
Juan Carlos
9465b5db44
Clean up macros ( #14959 )
2020-07-14 16:44:56 +02:00
narimiran
46aacf917f
Fix style inconsistencies due to the previous commit
2020-07-06 11:24:43 +02:00
narimiran
ebaf603c84
revert 0944b0f4
2020-07-06 10:55:51 +02:00
Timothee Cour
695154970d
deprecate existsDir; use dirExists instead ( #14884 )
2020-07-03 23:04:23 +02:00
Timothee Cour
dc5a40f3f3
{.deprecated: [existsFile: fileExists].} ( #14735 )
...
* {.deprecated: [existsFile: fileExists].}
* s/existsFile/fileExists/ except under deps
* workaround pending #14819
* fix test
2020-07-02 16:19:13 +02:00
Timothee Cour
89a15e417d
CI openbsd: 3x batching via NIM_TESTAMENT_BATCH ; overall CI finishes in 21m instead of 34m ( #14851 )
...
* CI openbsd: 2x batching via NIM_TESTAMENT_BATCH
* auto-generate .builds/openbsd_x.yml to avoid code duplication
* 3x batching
2020-06-30 14:21:30 +02:00
Timothee Cour
3732556468
fix ./koch tests following #14823 ( #14845 )
2020-06-28 14:34:34 -07:00
Timothee Cour
90808877c5
testament: generic N-fold batching: windows CI 37mn=>16m ( #14823 )
...
* testament: run CI faster thanks to batching
* move ta_in, tstdin into existing tosproc
* move ta_out,tafalse,texitcode,tstderr into existing tosproc
* joinable osproc
* move tstdout into existing tosproc
* spec: batchable; fix tests
* fixup
2020-06-27 16:51:17 +02:00
Clyybber
fdb37400cb
Testament: Reenable arraymancer ( #14831 )
2020-06-27 15:58:19 +02:00
Timothee Cour
49fcda3330
followup after https://github.com/Vindaar/ggplotnim/pull/74 wrt #14447 lent iterators ( #14817 )
...
* followup after https://github.com/Vindaar/ggplotnim/pull/74 wrt #14447 lent iterators
* ggplotnim: remove -d:nimHasWorkaround14720
2020-06-26 04:10:22 +02:00
Clyybber
302e3b7f44
CI: Install the pkg we cloned ( #14770 )
2020-06-24 17:27:46 +02:00
narimiran
2220ff70be
cleanup [ci skip]
2020-06-24 13:16:40 +02:00
Constantine Molchanov
1b196d85aa
Fix Norm test path. ( #14779 )
2020-06-24 00:36:41 +02:00
treeform
9ebbe000a8
Enable fidget in important_packages. ( #14742 )
...
* Enable fidget in important_packages.
Fidget now works with `nimble test` and there is a CI: https://github.com/treeform/fidget/commits/master
* Add libx11-dev to make fidget compile.
* try libxcursor-dev
* try xorg-dev
2020-06-23 20:37:29 +02:00
Timothee Cour
a9eee6db65
misc testament cleanups ( #14764 )
...
* misc testament cleanups extracted cleanups from #14530
* make sure all CI failures can be searched with `FAIL: ` including megatest failures
2020-06-23 10:53:03 +02:00
Timothee Cour
235d8ba069
unbreak CI, refs https://github.com/timotheecour/Nim/issues/167 ( #14765 )
2020-06-22 18:38:23 -07:00
Timothee Cour
9c42ae91b7
add legacy workaround; improve test so that it actually tests for the bugfix
2020-06-19 09:53:06 +02:00
Miran
e7f280bd26
Remove deprecated stuff from stdlib ( #14699 )
...
* update to the latest Jester
* remove deprecated procs from some stdlib modules
* 'criterion' is not maintained anymore and relies on obsolete stuff
2020-06-17 15:25:02 +02:00
Timothee Cour
dfe51d10a1
addQuitProc now works with closures, and c, js(node/browser) backend; fix some bugs in testament (#14342 )
...
* make addQuitProc great again
* fix bugs in testament
* fix test
* change 2016 => 2020
* addQuitProc => addExitProc + locks
* move to std/exitprocs
2020-06-16 11:43:48 +02:00
Timothee Cour
49033eb531
make tests/stdlib tests joinable ( #14626 )
...
* make tests/stdlib tests joinable
* fixup
2020-06-15 13:27:33 +02:00
Timothee Cour
bf604c6829
normalizeExe ( #14668 )
2020-06-15 10:57:34 +02:00
Timothee Cour
d149823019
fix #13166 tioselectors flaky test on freebsd+OSX ( #14634 )
2020-06-12 21:19:23 -07:00
Timothee Cour
0d814f2d44
hotfix disable nitter refs https://github.com/timotheecour/Nim/issues/167 ( #14603 )
2020-06-08 08:15:34 +02:00