Folkert
e6ec85eeba
revert mono tests
2021-02-17 01:05:03 +01:00
Folkert
80736f93b9
fix mono tests
2021-02-17 00:48:37 +01:00
Folkert
f1d5a9824a
add fourth closure test
2021-02-17 00:42:09 +01:00
Folkert
42c0de1314
better reporting of valgrind errors
2021-02-17 00:40:01 +01:00
Folkert
b2e96be736
add closure tests
2021-02-16 23:20:30 +01:00
Folkert
3b267392b3
make closure borrowed example work
2021-02-16 15:44:27 +01:00
Folkert
5826da028c
add Set.contains
2021-02-16 00:12:57 +01:00
Folkert
13b2c23c01
working AStar
2021-02-15 21:34:55 +01:00
Folkert
a1731518ad
remove duplicate test
2021-02-11 15:22:20 +01:00
Folkert
46c251bb6b
disable valgrind for deriv
2021-02-11 15:21:39 +01:00
Folkert
4d2c807570
we don't have the multi-module quicksort test any more
2021-02-10 22:37:17 +01:00
Anton-4
e247b573a6
Added valgrind dependency to Earthfile, enabled valgrind tests
2021-02-10 13:30:34 +01:00
Folkert
d027e077a4
disable valgrind in cli tests
2021-01-31 23:51:32 +01:00
Folkert
4bd9d417d1
add stdin support for cli tests (currently unused)
2021-01-29 00:13:09 +01:00
Folkert
7731ab38d1
update tests
2021-01-21 22:41:47 +01:00
Folkert
6f9bd80dbf
add rbtree insert benchmark
2021-01-19 16:45:02 +01:00
Folkert
56558f775e
add deriv example
2021-01-19 00:03:22 +01:00
Folkert
b8b79f86d9
fix mono tests
2021-01-18 22:26:11 +01:00
Folkert
c136bed955
add and test nqueens and cfold
2021-01-18 01:59:38 +01:00
Folkert
818465e8e1
update cli fixtures
2020-12-09 01:17:29 +01:00
Richard Feldman
91bc0a36c3
Improve valgrind error output
2020-11-23 21:43:28 -05:00
Richard Feldman
6453292224
Tell valgrind the right executable name
2020-11-23 00:33:56 -05:00
Richard Feldman
6563d0b306
Improve valgrind diagnostics
2020-11-23 00:33:56 -05:00
Richard Feldman
51b838010c
Merge pull request #656 from rtfeldman/typo
...
Fix minor typo/copy-paste error
2020-11-07 11:16:12 -05:00
Brendan Hansknecht
af465d8a21
Fix minor typo/copy-paste error
2020-11-06 23:23:40 -08:00
Folkert
332e4553bd
fix formatting issue
2020-11-07 00:58:12 +01:00
Folkert
dfd316c062
comment memory-leaking test
2020-11-07 00:48:43 +01:00
Folkert
7e6724262d
make after work
2020-11-06 21:48:54 +01:00
Folkert
16fbff6eda
enable multi-dep-str-optimized test
2020-11-02 22:51:47 +01:00
Folkert
eedf746ec7
update host files after recent code gen changes
2020-11-02 16:29:51 +01:00
Richard Feldman
244486eba6
Reproduce some multi-dep bugs
2020-10-31 22:35:41 -04:00
Richard Feldman
1f183769c4
Use explicit dir in cli_run tests
2020-10-31 22:25:27 -04:00
Folkert
58467d6515
get tests back up an running
2020-10-30 16:58:53 +01:00
Brendan Hansknecht
cf3786fe6b
Refactor cli tests and ignore valgrind
2020-10-27 22:49:26 -07:00
Brendan Hansknecht
b4df0b0ba8
Log full output on match failure
2020-10-26 18:00:33 -07:00
Brendan Hansknecht
78b13ae59d
Specifically ignore some Valgrind test
2020-10-26 17:32:44 -07:00
Richard Feldman
d409ff90f6
Temporarily re-disable valgrind to avoid CI errors
...
These pass locally, and even on CI they pass for Hello World.
See https://github.com/rtfeldman/roc/pull/605#issuecomment-716196759
2020-10-25 15:34:48 -04:00
Brendan Hansknecht
46148f0114
Minimize work done in valgrind tests to fix ci
2020-10-22 17:11:38 -07:00
Richard Feldman
fd2512a064
For now, disable valgrind on quickcheck
2020-10-18 10:55:45 -04:00
Richard Feldman
65336919fc
Have valgrind output XML to a tempfile
2020-10-18 08:46:50 -04:00
Brendan Hansknecht
d2cfd8e195
Log output on cli run error
2020-10-13 19:41:45 -07:00
Brendan Hansknecht
270dda8d5d
Add multi-module example to valgrind
...
This is now technically mergable, but it does not run unoptimized
quicksort.
2020-10-12 19:54:53 -07:00
Brendan Hansknecht
d4d7fc7bc6
Merge branch 'trunk' into valgrind
2020-10-12 19:44:25 -07:00
Brendan Hansknecht
d9550b00a5
Run both optimized and unoptimized builds with valgrind
2020-10-12 15:08:08 -07:00
Folkert
a067d73c14
add multi module cli test
2020-10-12 22:24:05 +02:00
Brendan Hansknecht
46a03e7cd5
Fail tests on any valgrind memory errors
...
I currently don't like how the xml is parsed. It is definitely
functional, but it is very strange. Serde is not made to deal with a
list of fields with the same name that aren't next to eachother in the
xml.
2020-09-30 09:43:52 -07:00
Brendan Hansknecht
fbce5145c1
Run cli tests with valgrind
2020-09-29 21:21:07 -07:00
Richard Feldman
8395044ce6
Improve error reporting in cli_run tests
2020-09-26 23:00:55 -04:00
Chad Stearns
a318253d48
small str implementation in string literal, and bringing in remote trunk
2020-09-09 21:53:38 -04:00
Richard Feldman
afa57e57e9
Extract CLI helpers
2020-08-23 10:36:51 -04:00