Syrus
5a2a3f65df
Trying to fix tests
2019-07-05 20:38:19 -07:00
Syrus
7a120f48d7
Fixed capi
2019-07-05 19:55:03 -07:00
Syrus
685ed53070
Added test-stable to the mix
2019-07-05 18:57:30 -07:00
Syrus
39a7b70aa9
Improved clarity on tests
2019-07-05 18:36:34 -07:00
Mark McCaskey
42731dcc40
add cargo deps
subcommand to generate core wasmer deps to makefile
2019-06-17 13:25:20 -07:00
Syrus
4059562560
Updated nightly version
2019-06-13 21:37:55 +02:00
Brandon Fish
605c0dc399
Fix indentation in Makefile
2019-06-02 15:45:43 -05:00
Brandon Fish
0c3109fb55
Update Makefile and test configuration
2019-06-02 15:43:02 -05:00
Brandon Fish
6a5e7051b2
Fix workaround
2019-06-01 23:39:43 -05:00
Brandon Fish
6acf854052
Try workaround to force cranelift_wasm to rebuild to try to fix CI issue
2019-06-01 23:26:17 -05:00
Mark McCaskey
54a91a1b99
make wasi regression tests single threaded
2019-05-20 17:56:43 -07:00
Mark McCaskey
eb97235a99
fix typo; reorder wasi tests
2019-05-17 13:56:38 -07:00
Mark McCaskey
f3288489ba
Add wasi integration tests; disable integration tests from all test
2019-05-17 13:42:21 -07:00
Mark McCaskey
b9bb310215
add wasi regression test system
2019-05-17 12:09:31 -07:00
Syrus
720d984d9e
Make kernel loader available by default
2019-05-15 10:35:09 -07:00
Brandon Fish
bef9f1244a
Return impl Compiler from default_compiler to fix compilation with features
2019-05-14 18:19:58 -05:00
Syrus
d8028a4345
Fixed emscripten-singlepass tests call
2019-05-05 14:18:12 -07:00
Syrus
3093e65bc1
Added extra-debug option
2019-05-05 12:17:10 -07:00
Syrus
10a965cc1e
Added few syscalls to run optipng
2019-05-05 11:24:57 -07:00
bors[bot]
a96333bbd6
Merge #384
...
384: Added WASI integration tests r=syrusakbary a=syrusakbary
Added WASI integration tests
Co-authored-by: Syrus <me@syrusakbary.com>
2019-04-23 03:02:08 +00:00
Syrus
2a1df0fdf1
Added WASI integration tests
2019-04-22 17:06:42 -07:00
Syrus
b8d36ac6eb
Merge branch 'master' into feature/tar-install-with-wapm
2019-04-18 13:04:20 -07:00
Syrus
ed651055f3
Fixed singlepass make release
2019-04-18 13:01:55 -07:00
Syrus
fe2c258a3a
Merge branch 'master' into feature/tar-install-with-wapm
...
# Conflicts:
# .circleci/config.yml
# Makefile
2019-04-11 19:03:40 -07:00
Syrus
0aec2081a2
Merge branch 'master' into feature/tar-install
...
# Conflicts:
# .circleci/config.yml
2019-04-11 16:19:13 -07:00
Syrus
a5fc32fced
Add production-release to Makefile
2019-04-11 15:33:02 -07:00
Syrus
e31d4615ce
Added more commands to install
2019-04-11 15:07:19 -07:00
Syrus
e5d0b377c1
Improved install script
2019-04-11 15:05:14 -07:00
Syrus
d67bfdb2c5
Renamed dynasm backend to singlepass
2019-04-11 12:44:03 -07:00
Syrus
e986553d8b
Improved CircleCI config, use rust nightly for release
2019-04-11 11:44:07 -07:00
Syrus
d4eacb4c84
Only test clif emscripten on nightly
2019-04-10 17:15:47 -07:00
Syrus
e5fc3b49b8
Create releases with dynasm
2019-04-06 13:23:16 -07:00
Mark McCaskey
18d2df8a88
try pinning nightly version
2019-03-26 10:27:07 -07:00
losfair
a4ee873eae
Merge remote-tracking branch 'origin/master' into feature/dynasm-backend
2019-03-21 08:42:34 +08:00
Mark McCaskey
afad1b83d8
rm dupe in makefile and update CI
2019-03-20 10:32:53 -07:00
losfair
82b2034f25
Run clippy on nightly rust.
2019-03-20 01:19:50 +08:00
losfair
fd606315a4
Remove '+nightly' in Makefile.
2019-03-19 22:00:50 +08:00
losfair
af24cfc8c4
Exclude dynasm backend in cargo test.
2019-03-18 17:08:55 +08:00
losfair
eb606a6d70
Disable clippy temporarily.
2019-03-18 16:42:30 +08:00
losfair
662a649565
Only run dynasm tests on nightly.
2019-03-18 01:13:04 +08:00
Brandon Fish
337b2ebf1b
Add dynasm tests to the Makefile
2019-03-17 09:38:43 -05:00
Syrus
53a8fca4d5
Make wasmer executable work with dynasm
2019-03-16 11:52:11 -07:00
Ivan Enderlin
8823bb09f6
chore(makefile) Remove the capi
target.
...
This target is no longer useful since the C and C++ header files are
generated each time for each build.
2019-03-08 10:31:44 +01:00
Brandon Fish
cad4110e10
Fix typo in Makefile test-emscripten
2019-03-06 23:58:07 -06:00
Brandon Fish
1957ddef53
Run emscripten tests with both compilers
2019-03-06 21:36:46 -06:00
Lachlan Sneff
e3e91c628b
Merge branch 'master' into feature/llvm-backend
2019-03-06 13:47:15 -08:00
Lachlan Sneff
fd99ed60bf
Split tests into spectests/code-tests and emscripten tests
2019-03-06 12:44:19 -08:00
Ivan Enderlin
f2997357fc
feat(runtime-c-api) Remove the flag WASM_EMSCRIPTEN_GENERATE_C_API_HEADERS
.
...
This patch removes the `WASM_EMSCRIPTEN_GENERATE_C_API_HEADERS`
flag. Consequently, the C header files will be generated for each
build.
The `generate-c-api-headers` feature is also removed, since it becomes useless.
2019-03-06 10:42:32 +01:00
Brandon Fish
03909fe3c2
Run spectests with both compilers, activate using features
2019-03-06 00:15:07 -06:00
Syrus
f7197bf456
Added debug build
2019-02-26 15:39:54 -08:00