55 Commits

Author SHA1 Message Date
Rerumu
49d2456fca Add buffer skeleton 2023-11-05 14:51:40 -05:00
Rerumu
b18365a7e4 Fix Luau NaN tests 2023-11-05 14:50:29 -05:00
wackbyte
bbaa60e8c2
Update dependencies (#30)
* dev-test: update dependencies

* update wasmparser: 0.99.0 -> 0.101.1

Remove `i64` generation fix for elements as they only contain `reftype` and not `i64`

* update wasmparser: 0.101.1 -> 0.103.0

See <https://github.com/bytecodealliance/wasm-tools/pull/957> for more information

* update wasmparser: 0.103.0 -> 0.106.0

* update wasmparser: 0.106.0 -> 0.107.0
2023-06-26 17:19:12 -04:00
wackbyte
0aaa84b790
fix typo 2023-06-26 01:57:24 -04:00
Rerumu
7a49d61e0a Housekeeping with clippy 2023-06-20 14:07:25 -04:00
wackbyte
7066e2ebd8
Bump dependencies
wasm-smith: 0.11.0 -> 0.12.0
wasmparser: 0.86.0 -> 0.99.0
wast: 42.0.0 -> 52.0.2
2023-01-26 23:22:02 -05:00
Rerumu
2c913e86ed Add module loading validity checks 2022-08-22 14:08:38 -04:00
Rerumu
5b96c500df Add indentation to Luau output 2022-08-21 02:30:36 -04:00
Rerumu
7efeffeac6 Add indentation to LuaJIT output 2022-08-21 02:12:13 -04:00
Rerumu
fb63f600bc Bump crate versions 2022-07-22 00:31:22 -04:00
Rerumu
e58bae6d29 Upgrade to latest test suite 2022-07-02 06:33:48 -04:00
Rerumu
028a8ada08 Bump crate versions 2022-07-02 05:40:11 -04:00
Rerumu
bdb4420292 Rename Numeric export to Integer 2022-07-01 15:07:11 -04:00
Rerumu
901b062a41 Bump test dependencies 2022-06-26 03:50:11 -04:00
Rerumu
2ad52aa6b1 Fix i64 printing in tests 2022-06-26 01:00:07 -04:00
Rerumu
5bdbb9c396 Add missing Luau memory operations 2022-06-25 21:43:41 -04:00
Rerumu
96482310c5 Add memory traps in tests 2022-06-25 20:34:07 -04:00
Rerumu
7aefbc3a2e Fix #14 2022-06-25 17:41:03 -04:00
Rerumu
975fd9c8b9 Remove test exception for binary-leb128 2022-06-25 05:47:19 -04:00
Rerumu
fd1fb13f02 Bump crate versions 2022-06-25 05:34:23 -04:00
Rerumu
21ca23b088 Remove old comments 2022-06-25 03:14:58 -04:00
Rerumu
273da80284 Refactor test setup to use wasmparser 2022-06-25 03:08:58 -04:00
Rerumu
40c985e7e2 Refactor Luau codegen to use wasmparser 2022-06-25 03:07:04 -04:00
Rerumu
c52170ba6e Refactor LuaJIT codegen to use wasmparser 2022-06-25 02:00:39 -04:00
Rerumu
6338e29ebb Bump crate versions 2022-06-23 21:08:14 -04:00
Rerumu
223895e617 Restructure and compartmentalize the project 2022-06-23 20:14:04 -04:00
Rerumu
59a5a3219f Reduce severity of assert_trap failures 2022-06-23 16:36:38 -04:00
Rerumu
a4f06afae2 Fix underlying cause of #13 2022-06-20 14:19:15 -04:00
Rerumu
a1655e1c0b Bump crate versions 2022-06-19 07:47:00 -04:00
Rerumu
684f2d9ad7 Fix LuaJIT assertion code mistake 2022-06-17 21:15:24 -04:00
Rerumu
99e74e7ea1 Fix software integer instantiation 2022-06-16 20:12:26 -04:00
Rerumu
e956b3a790 Allow non-observer test cases to run 2022-06-16 20:12:26 -04:00
Rerumu
47d755a570 Set up test code per version 2022-06-16 20:12:26 -04:00
Rerumu
13d719ac06 Add spectest environment 2022-06-16 07:22:31 -04:00
Rerumu
c8e3777f1c Add back skipped float test cases 2022-06-16 06:33:08 -04:00
Rerumu
c756b4bc6d Skip Wat variants for assert_trap 2022-06-16 06:33:03 -04:00
Rerumu
8a92d8f9b6 Fix test module linking 2022-06-16 06:33:03 -04:00
Rerumu
860fef391f Fix float writing 2022-06-16 06:33:03 -04:00
Rerumu
e6f1f7469f Fix test NaN sign 2022-06-16 06:33:03 -04:00
Rerumu
46c1dcd21f Make test number comparisons real fuzzy 2022-06-16 06:32:55 -04:00
Rerumu
65cd89c6d7 Fix test number generation 2022-06-15 19:10:06 -04:00
Rerumu
20b888bfa0 Compartmentalize tests 2022-06-12 19:55:42 -04:00
Rerumu
863319d1bc Fix assertion result count 2022-06-10 04:20:57 -04:00
Rerumu
dee02d24ad Adjust test temporary paths 2022-06-04 00:17:14 -04:00
Rerumu
bbf99a7e62 Rename test stuff 2022-06-03 22:57:33 -04:00
Rerumu
7577135976 Add support for basic assertions 2022-05-26 21:00:52 -04:00
Rerumu
a261e3faa1 Add WIP assertion generation 2022-05-26 18:32:44 -04:00
Rerumu
ca57cf915a Add shortcut translation API 2022-05-21 21:57:21 -04:00
Rerumu
f02070a1b3 Add support for anonymous translation 2022-05-21 19:52:25 -04:00
Rerumu
1e8f131eff Unify fuzzing and testing code 2022-05-21 03:31:02 -04:00