Commit graph

76 commits

Author SHA1 Message Date
Luke Boswell
4e6178ce55
move valgrind configuration into Run builder 2024-08-18 16:41:20 +10:00
Luke Boswell
0e917be911
add LEGACY LINKER conditional for test runs 2024-08-18 16:27:30 +10:00
Luke Boswell
cd955fdb7a
remove check_compile_error, fix cli tests 2024-08-18 15:40:41 +10:00
Luke Boswell
e7a90f1ab5
fix clippy 2024-08-18 15:22:16 +10:00
Luke Boswell
767ec7af84
cli run tests passing on macos 2024-08-16 17:59:53 +10:00
Luke Boswell
0256c4e8f5
move false interpreter into cli tests 2024-08-16 14:50:55 +10:00
Luke Boswell
7ce9ecd32d
WIP improve cli tests 2024-08-16 13:41:58 +10:00
Luke Boswell
0767115414
WIP refactor to build test platform once per test run 2024-08-16 12:05:47 +10:00
Luke Boswell
4863234c68
Merge branch 'rebuild-platform' of github.com:roc-lang/roc into rebuild-platform 2024-08-15 17:09:26 +10:00
Luke Boswell
6276cc7b58
WIP more cli_run tests passing 2024-08-15 17:08:49 +10:00
Luke Boswell
29289694b5
restore one test 2024-08-15 14:34:00 +10:00
Sam Mohr
28ceb0e93f
Fix formatting and clippy issues 2024-08-14 19:48:38 -07:00
Sam Mohr
550baded7f
Merge branch 'main' into rebuild-platform 2024-08-14 19:39:30 -07:00
Sam Mohr
89d63f23b7
Fix ownership issues with runners
Signed-off-by: Luke Boswell <lukewilliamboswell@gmail.com>
2024-08-14 18:28:04 -07:00
Anton-4
1a8a739250
cargo test in debug mode
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-07-31 18:35:46 +02:00
Ryan Barth
bc29782420
checkpoint: Run struct refactor for helpers 2024-07-22 04:07:58 -07:00
Luke Boswell
bd6878794c
add --build-host for benchmark tests 2024-07-09 16:05:33 +10:00
Luke Boswell
dc0902bc92
WIP
WIP

WIP

WIP

ignore some cli tests that are going to move

try fix for linux valgrind tests

try a legacy host for valgrind

fix roc_glue tests
2024-07-09 13:48:09 +10:00
Anton-4
05a61e2210
clippy + fmt 2024-06-19 12:34:10 +02:00
Jonathan Schear
ae6516d54f
Remove remaining usages of cli_testing_examples folder 2024-03-06 09:58:11 -05:00
Jonathan Schear
0b6cf5cbcc
Remove redundant cli_testing_examples folder 2024-03-05 18:37:03 -05:00
Jonathan Schear
813b0010b7
Move cli_testing_examples under crates/cli/tests 2024-03-05 12:21:29 -05:00
Anton-4
f66711d53e
re-use strip_colors 2024-02-16 16:32:46 +01:00
Anton-4
719e32e0f0
clippy 2024-02-14 18:18:16 +01:00
Anton-4
861e50a5f4
fmt, test fix 2023-12-27 16:16:09 +01:00
Anton-4
3210e87815
fixed filenames 2023-12-27 15:58:03 +01:00
Anton-4
0987be4c2d
dbg 2023-12-26 13:26:31 +01:00
Folkert
ef39bad7c6
auto clippy fixes 2023-07-10 18:27:08 +02:00
Brendan Hansknecht
9713a8d151
spell check 2023-06-11 11:06:11 -07:00
Brendan Hansknecht
b896f70ddc
ensure we always build roc when running via the helper for tests 2023-06-11 10:59:05 -07:00
David Smith
051fca2f68
Share stripping of ignorable strings in has_error helper 2023-05-17 10:08:16 -04:00
David Smith
58cb8352bb
Consistent handling of ld chained fixup warning in cli/glue tests 2023-05-16 17:12:13 -04:00
Brendan Hansknecht
8d5f443fcd
Merge remote-tracking branch 'origin/main' into pluggable-glue 2023-03-21 11:07:47 -07:00
Anton-4
0605639fa8
fix editor test 2023-03-14 18:24:30 +01:00
Brendan Hansknecht
cb191d3788
Split utils into error and command utils
Error utils pulls in snafu which requires procedural macros.
This means it can't start compiling until syn and macro related crates are compiled.
This deals compiling all crates that depend on commands like running zig for the bitcode.
The split enables those crates to run sooner.
2023-03-10 09:39:43 -08:00
Brendan Hansknecht
11cccde050
clippy 2023-03-06 21:02:47 -08:00
Brendan Hansknecht
75e996c445
remove unused dependencies and ignore false positives 2023-03-06 20:09:01 -08:00
Brendan Hansknecht
f42f61e271
run a toml formatter and then clean it up a bit 2023-03-06 19:47:57 -08:00
Brendan Hansknecht
4a89bee0a5
centralize package versions except for vendor and excluded 2023-03-06 19:29:09 -08:00
Brendan Hansknecht
5485c8a5b0
update to using workspace package spec 2023-03-06 16:36:18 -08:00
Brendan Hansknecht
c710defa09
get glue cli tests running again 2023-03-05 12:33:46 -08:00
Folkert
f54b1f577c
split out valgrind reporting code 2022-12-30 14:54:24 +01:00
Folkert
1d260530fb
print a prettier command string 2022-12-17 22:21:00 +01:00
Folkert
6938ec62fc
display the command string in a prettier way 2022-11-16 13:58:21 +01:00
Anton-4
5a447a9fcc
Merge branch 'main' of https://github.com/roc-lang/roc into windows-final-cli-tests 2022-11-16 13:58:17 +01:00
Anton-4
e9d8d13b02
windows fixes, error improvements 2022-11-16 13:55:58 +01:00
Folkert
662bf1de99
more workspace dependencies 2022-11-13 16:10:02 +01:00
Folkert de Vries
e589dc88a3
Merge pull request #4488 from roc-lang/cli-helpers-improvement
cli run tests refactoring + improved errors
2022-11-08 23:54:36 +01:00
Richard Feldman
6486591201
Merge pull request #4462 from lukewilliamboswell/rust-docs
Rust docs update #2
2022-11-08 09:35:04 -08:00
Anton-4
0593ae8e05
cli run tests refactoring 2022-11-08 16:50:40 +01:00