index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
check.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Skip tests that fail on windows and enable all the rest (#3035)
Alon Zakai
2020-08-11
1
-6
/
+17
*
Remove unneeded old binary validation in test suite (#3034)
Alon Zakai
2020-08-10
1
-2
/
+0
*
Put validator test outputs in out/test (#2882)
Heejin Ahn
2020-05-31
1
-6
/
+6
*
Fix issues with cleanup dSYM in scripts for MacOS (#2871)
Max Graey
2020-05-26
1
-5
/
+0
*
Use --detect-features in wasm-reduce. Fixes #2813 (#2815)
Alon Zakai
2020-04-28
1
-3
/
+3
*
Fix binaryenjs testing (#2810)
Sam Clegg
2020-04-27
1
-2
/
+14
*
Convert CI from travis + appveyor to github actions (#2646)
Sam Clegg
2020-04-21
1
-1
/
+1
*
Emit tuples in the fuzzer (#2695)
Thomas Lively
2020-04-15
1
-2
/
+2
*
Speed up wasm-reduce test (#2756)
Alon Zakai
2020-04-13
1
-2
/
+2
*
Use std::cout for interpreter trap logging (#2755)
Alon Zakai
2020-04-13
1
-1
/
+5
*
Factor out wasm_opt testing. NFC. (#2737)
Sam Clegg
2020-04-09
1
-108
/
+2
*
Update Precompute to handle tuples (#2687)
Thomas Lively
2020-03-10
1
-1
/
+1
*
DWARF: Fix debug_range handling of invalid entries (#2662)
Alon Zakai
2020-02-18
1
-1
/
+3
*
Trap when call_indirect's signatures mismatch (#2636)
Heejin Ahn
2020-02-03
1
-1
/
+1
*
Verify --version output matches CHANGELOG (#2580)
Sam Clegg
2020-01-10
1
-0
/
+15
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-6
/
+11
*
Binary format code section offset tracking (#2515)
Alon Zakai
2019-12-19
1
-1
/
+1
*
Allow test/passes tests to have arbitrary names, with a side file that contai...
Alon Zakai
2019-12-16
1
-2
/
+3
*
Use wat over wast for text format filenames (#2518)
Sam Clegg
2019-12-08
1
-11
/
+11
*
Refactor removing module elements (#2489)
Heejin Ahn
2019-12-02
1
-2
/
+2
*
Update spec test suite (#2484)
Heejin Ahn
2019-11-29
1
-12
/
+1
*
Auto-update spec test outputs (#2481)
Heejin Ahn
2019-11-26
1
-17
/
+1
*
Remove vanilla tests (#2482)
Heejin Ahn
2019-11-26
1
-47
/
+0
*
Print only literal values when printing literals (#2469)
Heejin Ahn
2019-11-26
1
-18
/
+0
*
Use package name in imports (NFC) (#2462)
Heejin Ahn
2019-11-22
1
-149
/
+138
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-1
/
+1
*
Simplify test scripts (NFC) (#2457)
Heejin Ahn
2019-11-20
1
-255
/
+230
*
Improve type selection in fuzzer (#2424)
Heejin Ahn
2019-11-06
1
-1
/
+3
*
Add --out-dir to allow setting the test output dir. (#2389)
Alon Zakai
2019-10-17
1
-2
/
+2
*
Add feature flags and validation to wasm-metadce (#2364)
Thomas Lively
2019-09-27
1
-1
/
+1
*
Ignore .manifest files in check.py (#2324)
Ingvar Stepanyan
2019-09-03
1
-1
/
+1
*
Remove test output from source tree (#2114)
Sam Clegg
2019-08-21
1
-6
/
+8
*
Support --version argument in command line tools (#2304)
Sam Clegg
2019-08-20
1
-7
/
+23
*
Switch python indentation from 2-space to 4-space (#2299)
Sam Clegg
2019-08-16
1
-472
/
+474
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-1
/
+1
*
Allow running a portion of binaryen test suite (#2286)
Guanzhong Chen
2019-08-07
1
-24
/
+40
*
Python3-ify check.py and auto_update_tests.py (#2270)
Alon Zakai
2019-07-31
1
-70
/
+71
*
Upgrade Travis CI system (#2252)
Heejin Ahn
2019-07-23
1
-0
/
+3
*
Use v8 to test wasm binaries are valid in test suite binary checks (#2206)
Alon Zakai
2019-07-03
1
-2
/
+5
*
Split binaryenjs tests out from main check.py script (#2163)
Sam Clegg
2019-06-06
1
-55
/
+4
*
Fix run_gcc_tests with out-of-tree builds (#2152)
Sam Clegg
2019-05-31
1
-48
/
+46
*
wasm2js: unreachability fixes (#2037)
Alon Zakai
2019-04-22
1
-15
/
+1
*
Change default feature set to MVP (#1993)
Thomas Lively
2019-04-16
1
-10
/
+9
*
Move segment merging to fit web limits into its own pass (#1980)
Thomas Lively
2019-04-08
1
-1
/
+2
*
Update test/spec/memory.wast to latest upstream (#1801)
Alon Zakai
2019-04-03
1
-1
/
+1
*
Delete wasm-merge (#1969)
Thomas Lively
2019-03-29
1
-31
/
+3
*
Improve test scripts (#1959)* Improve test scripts * feedback [skip ci]
Sam Clegg
2019-03-21
1
-5
/
+4
*
Discover and run unit tests from check.py (#1948)
Thomas Lively
2019-03-19
1
-6
/
+25
*
Bulk memory operations (#1892)
Thomas Lively
2019-02-05
1
-1
/
+1
*
Compare binaryen fuzz-exec to JS VMs (#1856)
Alon Zakai
2019-01-10
1
-2
/
+8
[next]