Commit Graph

25 Commits

Author SHA1 Message Date
Anbang Wen
b32e8d92c1 add a compiler test to check for deterministic
This is to test #2173, the empty test always pass while the table one
fails sometimes.
2021-11-22 15:49:11 +00:00
Ivan Enderlin
971915a8c1 test(wasi) Run the WASI test suites with the in-memory FS.
This PR updates how we generate the WASI test suites to test against
the `wasmer_vfs::host_fs` (the default), and `wasmer_vfs::mem_fs`
(that's new).
2021-08-31 11:26:14 +02:00
Syrus Akbary
69cdfbb134 Added issues to test in compilers 2021-07-28 14:41:22 -07:00
Syrus
892fd1f053 Fixed tests 2021-05-16 11:36:58 -07:00
Syrus Akbary
27467048d9 Reenabled missing tests 2021-05-15 21:31:30 -07:00
Syrus Akbary
c2e11d8499 Compiler Test refactor now fully works 2021-05-15 20:34:21 -07:00
losfair
13a979a53d Add metering middleware. 2020-11-20 14:57:58 -08:00
Ivan Enderlin
1d2ee2d302 test(compilers) Improve and simplify tests. 2020-07-07 13:36:32 +02:00
Mark McCaskey
e67a3089fc Get WASI tests working 2020-06-22 17:11:02 -07:00
Syrus
74e4ab0e53 Simplify testing logic 2020-06-18 01:20:26 -07:00
losfair
fa3e88dd17 Add middleware tests. 2020-06-17 01:43:40 +08:00
Syrus Akbary
b6f90adc6c Merge pull request #90 from wasmerio/trace-issue
Add NativeFunc
2020-06-09 17:52:28 -07:00
Mark McCaskey
0bc6505d60 Fix up bench Makfile command 2020-06-09 17:36:32 -07:00
Mark McCaskey
3f45582097 Merge branch 'master' into trace-issue 2020-06-09 16:35:37 -07:00
Syrus
7a4a37165e Addedd serialized tests 2020-06-09 16:28:15 -07:00
Mark McCaskey
87a7f11b63 Merge branch 'master' into trace-issue 2020-06-09 14:42:01 -07:00
Syrus
a68bcf95ed Separate testing per compiler 2020-06-09 14:33:12 -07:00
Syrus
b57bbb1256 Added traps tests 2020-06-08 19:13:13 -07:00
Mark McCaskey
87a28b057e Move NativeFunc test from api to test/compilers 2020-06-08 16:37:33 -07:00
Mark McCaskey
e2b6041a65 Add benchmark 2020-06-08 13:58:21 -07:00
Nick Lewycky
b3617d308f Skip known-failing tests. 2020-06-06 21:02:10 -07:00
Nick Lewycky
cbc7dc8454 Add multi-value-import tests.
Also fix implementation of trampolines in LLVM.
2020-06-06 21:02:10 -07:00
Syrus
d360fb33a8 Improved compiler tests 2020-05-28 11:28:38 -07:00
Syrus
4cda8a29f7 Moved wast test into compiler tests 2020-05-27 11:55:45 -07:00
Syrus
2feccbadf2 Added compiler tests 2020-05-27 11:46:07 -07:00