-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to build for duckdb_wasm sub-project test (tester) #1888
Comments
Putting
But many test cases has failed... |
14/102 test cases have failed. Following test has not contained some types.
Types is:
Following tests have failed at file->Release();
ASSERT_FALSE(buffer->BuffersFile(file_path.c_str())); // <- There
Fllowing tests is because of DuckDB extensions support enabled by default.
it calls Following test has no make sense for reason.
EDIT: |
I'm ready for PR for this issue. |
A PR is very welcome |
What happens?
I've challenged to run
duckdb_wasm
sub-project test (tester).Following
README
, I've tried to build but failed.This is because of not specifying
libduckdb_skiplistlib.a
to a cmake configuration (lib/cmake/duckdb.cmake
).To Reproduce
Expect behavior:
Build process is Succes.
Actual behavior:
Build failed.
Browser/Environment:
MacOS Ventura 13.6.9 / Apple clang version 14.0.3
Device:
Macbook Air 2020 (Intel Core i7 1.2GHz)
DuckDB-Wasm Version:
1.29.0 (currently main stream)
DuckDB-Wasm Deployment:
None (because of unittest problem)
Full Name:
Kazuhiko TAMURA
Affiliation:
have no job
The text was updated successfully, but these errors were encountered: