index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
test
/
shared.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fuzzer: Pass v8 flag for extended-const (#4543)
Alon Zakai
2022-05-27
1
-1
/
+2
*
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
*
[Refactoring] Cleanup asm2wasm. Use JS instead ASM prefix where possible. NFC...
Max Graey
2021-09-01
1
-2
/
+0
*
Run spec test all at once after binary transform (#3817)
Abbas Mashayekh
2021-04-20
1
-1
/
+0
*
Update V8 feature flags for the fuzzer (#3569)
Heejin Ahn
2021-02-18
1
-3
/
+3
*
Add feature options to wasm-dis (#3548)
Abbas Mashayekh
2021-02-08
1
-1
/
+1
*
Remove test suite's assumption of minify_check roundtripping perfectly (#3524)
Alon Zakai
2021-01-27
1
-13
/
+2
*
Introduce a script for updating lit tests (#3503)
Thomas Lively
2021-01-21
1
-3
/
+4
*
When looking for node binary, search for 'node' before 'nodejs' (#3164)
Sam Clegg
2020-12-30
1
-1
/
+1
*
Introduce lit/FileCheck tests (#3367)
Thomas Lively
2020-11-18
1
-2
/
+5
*
Allow setting the path to libbinaryen.so shared library (#3025)
rathann
2020-11-10
1
-0
/
+9
*
wasm2js: Remove global dict arguments to asmFunc (#3325)
Sam Clegg
2020-11-05
1
-1
/
+1
*
Remove remnants of spec interpreter, and excess mozjs warning (#3262)
Alon Zakai
2020-10-20
1
-18
/
+0
*
Add mozjs, V8 and WABT setup script (#3053)
Daniel Wirtz
2020-09-14
1
-1
/
+7
*
Stay on C++14 for now (#3108)
Daniel Wirtz
2020-09-08
1
-1
/
+1
*
Upgrade to C++17 (#3103)
Daniel Wirtz
2020-09-06
1
-0
/
+4
*
Use fnmatch for test filtering (#3068)
Thomas Lively
2020-08-21
1
-1
/
+2
*
Test-runner can filter tests by name (#3067)
Wouter van Oortmerssen
2020-08-20
1
-0
/
+6
*
Skip tests that fail on windows and enable all the rest (#3035)
Alon Zakai
2020-08-11
1
-3
/
+13
*
Remove unneeded old binary validation in test suite (#3034)
Alon Zakai
2020-08-10
1
-17
/
+0
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-1
/
+1
*
Update v8 flags (#2754)
Alon Zakai
2020-04-13
1
-5
/
+3
*
Remove references to vanilla emcc (#2731)
Sam Clegg
2020-04-08
1
-26
/
+0
*
Properly order the actual and exepcted outputs in fail() and fail_if_not_iden...
Alon Zakai
2020-02-07
1
-1
/
+1
*
Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2622)
Sam Clegg
2020-01-24
1
-4
/
+3
*
DWARF: Function location tracking (#2592)
Alon Zakai
2020-01-16
1
-1
/
+1
*
Align binaryen.js with the npm package (#2551)
Daniel Wirtz
2020-01-14
1
-1
/
+2
*
Revert "Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2542)...
Sam Clegg
2020-01-07
1
-3
/
+4
*
Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2542)
Sam Clegg
2019-12-20
1
-4
/
+3
*
Compile Binaryen to WebAssembly (#2503)
Daniel Wirtz
2019-12-19
1
-3
/
+1
*
Revert "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2541)
Sam Clegg
2019-12-19
1
-3
/
+4
*
Fix renaming in FixInvokeFunctionNamesWalker (#2513)
Sam Clegg
2019-12-17
1
-4
/
+3
*
Look for bin/binaryen_js.js directly, instead of expecting us to copy it. (#2...
Alon Zakai
2019-12-10
1
-1
/
+3
*
Update spec test suite (#2484)
Heejin Ahn
2019-11-29
1
-5
/
+60
*
Auto-update spec test outputs (#2481)
Heejin Ahn
2019-11-26
1
-0
/
+16
*
Simplify test scripts (NFC) (#2457)
Heejin Ahn
2019-11-20
1
-8
/
+16
*
When renaming functions ensure the corresponding GOT.func entry is also renam...
Sam Clegg
2019-10-25
1
-2
/
+1
*
Add --out-dir to allow setting the test output dir. (#2389)
Alon Zakai
2019-10-17
1
-4
/
+11
*
Remove test output from source tree (#2114)
Sam Clegg
2019-08-21
1
-0
/
+5
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-2
/
+2
*
Switch python indentation from 2-space to 4-space (#2299)
Sam Clegg
2019-08-16
1
-276
/
+277
*
Allow running a portion of binaryen test suite (#2286)
Guanzhong Chen
2019-08-07
1
-10
/
+12
*
Python3-ify check.py and auto_update_tests.py (#2270)
Alon Zakai
2019-07-31
1
-48
/
+23
*
Use v8 to test wasm binaries are valid in test suite binary checks (#2206)
Alon Zakai
2019-07-03
1
-2
/
+39
*
Split binaryenjs tests out from main check.py script (#2163)
Sam Clegg
2019-06-06
1
-1
/
+0
*
First stage of cleeanup in source tree pollution (#2105)
Sam Clegg
2019-05-16
1
-5
/
+4
[next]