| Commit message (Expand) | Author | Age | Files | Lines |
* | [NFC] Move more logic about unfuzzable tests to a shared location (#7175) | Alon Zakai | 2024-12-20 | 1 | -1/+19 |
* | Update flake8 and fix errors (#7172) | Thomas Lively | 2024-12-20 | 2 | -4/+4 |
* | [NFC] Move code from fuzz_opt.py to a shared place (#7165) | Alon Zakai | 2024-12-19 | 2 | -0/+92 |
* | Enable upstream spec tests requiring block parameters (#7151) | Thomas Lively | 2024-12-16 | 2 | -5/+2 |
* | Error on missing wasm2js test expectations (#7119) | Alon Zakai | 2024-11-26 | 1 | -1/+9 |
* | [wasm2js] Run LLVM nontrapping fptoint lowering when running for emscripten (... | Derek Schuff | 2024-11-26 | 1 | -4/+5 |
* | [tests] Fix wasm2js test command line generation (#7114) | Derek Schuff | 2024-11-25 | 1 | -2/+2 |
* | Ignore fp16 in the fuzzer (#6881) | Alon Zakai | 2024-08-29 | 1 | -0/+1 |
* | Support more reference constants in wast scripts (#6865) | Thomas Lively | 2024-08-26 | 1 | -3/+3 |
* | Support `ref.extern n` in spec tests (#6858) | Thomas Lively | 2024-08-21 | 2 | -12/+8 |
* | [NFC] Triage spec test problems (#6857) | Thomas Lively | 2024-08-21 | 1 | -81/+80 |
* | Fix encoding of heap type definitions (#6856) | Thomas Lively | 2024-08-20 | 1 | -3/+2 |
* | Add the upstream spec testsuite as a submodule (#6853) | Thomas Lively | 2024-08-20 | 2 | -6/+99 |
* | Testing: Add an env var to pick the V8 binary (#6836) | Alon Zakai | 2024-08-16 | 1 | -2/+2 |
* | [threads] ref.i31_shared (#6735) | Thomas Lively | 2024-07-12 | 1 | -1/+1 |
* | Re-enable spec tests requiring multivalue (#6684) | Thomas Lively | 2024-06-20 | 1 | -2/+0 |
* | Validate memarg offsets (#6683) | Thomas Lively | 2024-06-20 | 1 | -2/+1 |
* | Validate that names are valid UTF-8 (#6682) | Thomas Lively | 2024-06-19 | 1 | -4/+0 |
* | Fix validation of unused LEB128 bits (#6680) | Thomas Lively | 2024-06-19 | 1 | -1/+0 |
* | Check malformed mutability on imported globals (#6679) | Thomas Lively | 2024-06-18 | 1 | -1/+0 |
* | Re-enable binary.wast spec test (#6677) | Thomas Lively | 2024-06-18 | 1 | -3/+0 |
* | [Parser] Fix bug in unreachable fallback logic (#6676) | Thomas Lively | 2024-06-18 | 1 | -3/+0 |
* | Reject invalid section IDs (#6675) | Thomas Lively | 2024-06-18 | 1 | -1/+0 |
* | Enable more spec tests (#6669) | Thomas Lively | 2024-06-17 | 2 | -43/+30 |
* | Fix running just a single spec test via `check.py spec --spec-test foo`. NFC... | Sam Clegg | 2024-05-10 | 1 | -5/+6 |
* | Do not write assertions to split.wast for spec tests (#6383) | Thomas Lively | 2024-03-07 | 1 | -1/+1 |
* | Fuzzing: Remove some obsolete experimental V8 flags (#6347) | Alon Zakai | 2024-02-28 | 1 | -4/+0 |
* | Fuzzer: Allow using initial content with V8 (#6327) | Alon Zakai | 2024-02-22 | 1 | -0/+1 |
* | [test] Port tests in test/ to test/lit/basic/ (#6160) | Heejin Ahn | 2023-12-13 | 2 | -63/+8 |
* | [test] Fix wasm2js stale check failure (#6168) | Heejin Ahn | 2023-12-11 | 1 | -2/+2 |
* | [test] Remove asm2wasm tests from scripts (#6162) | Heejin Ahn | 2023-12-11 | 2 | -24/+0 |
* | [test] Remove / move *.js tests from test/ (#6163) | Heejin Ahn | 2023-12-11 | 1 | -4/+4 |
* | [test] Make get_tests return only files (#6164) | Heejin Ahn | 2023-12-11 | 2 | -0/+3 |
* | [wasm-emscripten-finalize] Remove --separate-data-segments (#6091) | Sam Clegg | 2023-11-27 | 1 | -37/+12 |
* | Remove various testing spam (#6109) | Alon Zakai | 2023-11-14 | 3 | -6/+7 |
* | Enable auto_initial_contents by default in fuzz_opt.py (#5943) | Thomas Lively | 2023-09-14 | 1 | -2/+2 |
* | Add new V8 flag for final types and remove old removed ones (#5807) | Alon Zakai | 2023-07-10 | 1 | -2/+1 |
* | Add a CMake flag to enable Wasm exceptions in the BinaryenJS build (#5454) | Derek Schuff | 2023-02-02 | 1 | -1/+1 |
* | Unpin V8 (#5277) | Thomas Lively | 2022-11-17 | 1 | -3/+1 |
* | Pin v8 10.8.104 (#5112) | Thomas Lively | 2022-10-05 | 1 | -1/+4 |
* | [Wasm GC] Support non-nullable locals in the "1a" form (#4959) | Alon Zakai | 2022-08-31 | 1 | -1/+2 |
* | Fix require() in wasm2js test suite for newer Node.js (#4913) | Alon Zakai | 2022-08-17 | 1 | -0/+2 |
* | Move `auto_update_tests.py` into scripts directory. NFC (#4879) | Sam Clegg | 2022-08-11 | 1 | -2/+2 |
* | Remove metadata generation from wasm-emscripten-finalize (#4863) | Sam Clegg | 2022-08-07 | 1 | -10/+0 |
* | Re-run scripts/test/generate_lld_tests.py. NFC (#4861) | Sam Clegg | 2022-08-02 | 1 | -4/+6 |
* | Fuzzer: Pass v8 flag for extended-const (#4543) | Alon Zakai | 2022-05-27 | 1 | -1/+2 |
* | Add --no-emit-metadata option to wasm-emscripten-finalize (#4450) | Sam Clegg | 2022-01-19 | 1 | -1/+3 |
* | Switch binaryen.js/wasm to ESM (#4280) | dcode | 2021-10-28 | 2 | -10/+20 |
* | Update to C++17 and use std::optional for getSuperType (#4203) | Derek Schuff | 2021-10-18 | 1 | -1/+1 |
* | Select initial contents automatically in fuzzer (#4173) | Heejin Ahn | 2021-09-22 | 1 | -0/+8 |