Commit graph

164 commits

Author SHA1 Message Date
Folkert
490bbf3812 ignore 'normal' functions when running i386 tests 2022-01-26 19:59:50 +01:00
Folkert
73bc50c952 make the surgical linker aware of custom exported closure names 2022-01-25 00:13:22 +01:00
Folkert
cbdf3f0378 tweaks 2022-01-23 21:41:54 +01:00
Jan Van Bruggen
1e9d2d1239 Remove accidental trailing spaces 2022-01-18 22:25:46 -07:00
ayazhafiz
6ea7d63380 Make sure line offsets are generated properly for external programs
Closes #2329
2022-01-13 20:59:03 -05:00
Folkert
06be340bee add test for this issue 2021-12-31 21:48:14 +01:00
Anton-4
0f064c121e
Merge branch 'trunk' into valgrind_instr_fix 2021-11-16 12:24:26 +01:00
Anton-4
6e23919811 put mcpu in comments 2021-11-15 13:43:19 +01:00
Folkert
d18c09a21d misc other clippy things 2021-11-13 16:04:50 +01:00
Anton-4
030a504bd2 valgrind flag 2021-11-13 14:39:15 +01:00
Shritesh Bhattarai
b6872a06d1 Add cli test for hello-swift 2021-11-02 21:28:01 -04:00
Folkert
391025145f Merge remote-tracking branch 'origin/trunk' into false-cleanup 2021-10-30 00:56:13 +02:00
Richard Feldman
1b691ec37e
Add comment for why false interpreter CLI test is only run in prod 2021-10-27 09:53:03 -04:00
Folkert
d561f2661d speedups 2021-10-27 00:01:21 +02:00
Brendan Hansknecht
056b10b36b Merge branch 'trunk' into false-cleanup 2021-10-24 11:49:30 -07:00
Brendan Hansknecht
9e9ebc9e41 Enable valgrind in testing 2021-10-24 11:42:05 -07:00
Kevin Sjöberg
3bea23bed5 Ensure we pass stdout (the String contents) instead of the Out struct 2021-10-24 16:13:48 +02:00
Brendan Hansknecht
b4be6da3a4 Add cli test for false interpreter 2021-10-19 11:27:05 -07:00
Richard Feldman
696a8273ee
Merge pull request #1742 from rtfeldman/test-linker
Test linker
2021-10-03 23:26:15 -04:00
Anton-4
09917b1f01 ignore missing RBTreeDel test 2021-10-03 18:34:04 +02:00
Folkert
313bc71f48 disable RBTreeDel test/benchmark 2021-10-03 14:06:40 +02:00
Brendan Hansknecht
411ed58eec Fix rust host with surgical linking 2021-09-24 21:37:58 -07:00
Brendan Hansknecht
eae8a2ea37 Add surgical linker to cli_run tests that don't use rust 2021-09-24 13:43:00 -07:00
Folkert
b7827159ee skip hello-web example 2021-09-22 21:30:18 +02:00
Folkert
a4adf8f07f Merge remote-tracking branch 'origin/trunk' into hello-web 2021-09-22 14:16:11 +02:00
Folkert
b2ade4c79f give web test a different name 2021-09-21 23:08:35 +02:00
Folkert
fe0746951d add dummy test for the hello-web example 2021-09-20 22:59:42 +02:00
Folkert
f6cce89e08 enable fib example 2021-09-19 22:06:41 +02:00
Folkert
692ddc4c2e fix comments 2021-09-16 21:33:42 +02:00
Folkert
7a37293874 fake the test, it only works for the dev backend for now 2021-09-15 23:43:49 +02:00
Folkert
d390239577 add cli test 2021-09-15 23:35:29 +02:00
Folkert
52d36cbe72 fix closure weirdness (skipping or infinite looping) 2021-09-13 22:50:48 +02:00
Folkert
1d1d71be1d Exit(0) is success when running wasm executables 2021-09-10 09:50:13 +02:00
Folkert
2e6bf95fda enable wasm TestBase64 2021-09-04 20:01:06 +02:00
Folkert
9256bdf4ab rename wasm -> wasm32 2021-09-04 13:53:10 +02:00
Folkert
23dc591c5a add i386 cli tests 2021-09-04 13:25:49 +02:00
Folkert
c7930cbbd5 drop wasmtime dependency 2021-08-30 21:43:58 +02:00
Folkert
1f5e5bdc16 reinstate RBTreeCk tests 2021-08-27 20:27:42 +02:00
Folkert
e42a27e9c5 put wasm tests behind a flag 2021-08-27 20:19:29 +02:00
Folkert
e609da8c6c add wasm cli_run tests 2021-08-27 12:23:46 +02:00
Folkert
0aabae19ce Revert "Shorten cli example test to avoid double free"
This reverts commit 62213cb110.
2021-08-27 00:02:53 +02:00
Richard Feldman
62213cb110 Shorten cli example test to avoid double free
We should revert this once the double free bug
is fixed!
2021-08-23 21:57:50 -04:00
Richard Feldman
a98b5caef3 Restore cli_run test for cli example 2021-08-22 16:22:47 -04:00
Folkert
f301de5576 assert type sizes 2021-08-03 22:16:27 +02:00
Folkert
38139048b9 fix imports properly 2021-07-30 20:04:27 +02:00
Folkert
6b723594d8 fix imports 2021-07-30 19:50:44 +02:00
Folkert
9dd89d8d05 test less in Debug mode to speedu up testing 2021-07-30 14:13:48 +02:00
Folkert
bbc406a759 Revert "tweaks"
This reverts commit 5149adb2c8.
2021-07-30 14:13:35 +02:00
Folkert
5149adb2c8 tweaks 2021-07-27 22:37:08 +02:00
Richard Feldman
a3857f3305 Temporarily skip QuicksortApp and RBTreeCk tests 2021-07-27 10:05:44 -04:00