rathann
rathann
cc9eb1d with https://github.com/dsnet/compress/pull/64 applied fails brotli tests when built on Fedora rawhide ppc64le arch: ``` GOPATH=/builddir/build/BUILD/compress-cc9eb1d7ad760af14e8f918698f745e80377af4f/_build:/usr/share/gocode + go test -buildmode pie -compiler gc -ldflags '-extldflags '\''-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\'''...
The changelog section for [104](https://github.com/WebAssembly/binaryen/blob/main/CHANGELOG.md?plain=1#L18) contains just one entry while the [list of commits](https://github.com/WebAssembly/binaryen/compare/version_103...version_104) is much longer. Would it be possible to list the high-level changes and mention the [fix](https://github.com/WebAssembly/binaryen/commit/b1f6298ed8756bdc3336429c04b92ba58d000b49)...
This fixes the following test failures (#1885): test/wasm2c/spec/call.txt test/wasm2c/spec/names.txt test/wasm2c/spec/skip-stack-guard-page.txt ``` - test/wasm2c/spec/call.txt expected error code 0, got 1. STDERR MISMATCH: --- expected +++ actual @@ -0,0 +1,21 @@ +out/test/wasm2c/spec/call/call.0.c:...
I'm getting this test failure when running 1.0.13 test suite on ARM: ``` - test/wasm2c/spec/skip-stack-guard-page.txt expected error code 0, got 1. STDERR MISMATCH: --- expected +++ actual @@ -0,0 +1,14...
When building wabt-1.0.28 with gcc-12.0.1 (Fedora 36 Beta), I'm getting these new testsuite failures: ``` ... - test/wasm2c/spec/names.txt expected error code 0, got 1. STDERR MISMATCH: --- expected +++ actual...
Running the 1.0.10 testsuite (`test/run-tests.py`) on x86 32bit (i686) yields the following failed tests: ``` - test/interp/unary.txt STDOUT MISMATCH: --- expected +++ actual @@ -21,7 +21,7 @@ f64_abs() => f64:100.000000...
I'm getting a compilation error: ``` [ 80%] Building CXX object CMakeFiles/wasm.dir/src/interp/interp-wasm-c-api.cc.o /usr/bin/c++ -DWASM_API_EXTERN="__attribute__((visibility(\"default\")))" -D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 -Dwasm_EXPORTS -I/builddir/build/BUILD/wabt-1.0.17 -I/builddir/build/BUILD/wabt-1.0.17/build -I/builddir/build/BUILD/wabt-1.0.17/third_party/wasm-c-api/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64...
When building 1.0.10 on Fedora rawhide (development) with gcc-9.0.1 and RHEL/CentOS 7 with gcc-4.8.5, the following tests fail on POWER8 (ppc64le) architecture: ``` - test/spec/conversions.txt expected error code 0, got...
As of this moment (`Thu 27 Aug 20:07:16 UTC 2020`), bodhi main page is showing for me: ``` golang-github-klauspost-compress-1.10.11-1.fc32 created a week ago for Fedora 32 ``` If you go...
I'm getting 11 failed tests on Fedora 32 on s390x architecture. s390x is big-endian, could this be the reason? ``` $ pytest --last-failed ================================================= test session starts ================================================== platform linux...