Skip to content
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

error when execute make test/object_test #20

Open
MoonBall opened this issue Jan 11, 2022 · 0 comments
Open

error when execute make test/object_test #20

MoonBall opened this issue Jan 11, 2022 · 0 comments

Comments

@MoonBall
Copy link
Contributor

My v8 version is 9.9.1.

I executed commands as below:

make configure_v8
make compile_v8
make hello-world && ./hello-world           # it's ok
make test/object_test                       # throw error as below
v8/src/objects/instance-type.h:247:36: error: static_assert failed due to requirement '(WASM_ARRAY_TYPE >= FIRST_JS_RECEIVER_TYPE && WASM_ARRAY_TYPE <= LAST_CUSTOM_ELEMENTS_RECEIVER) == (WASM_ARRAY_TYPE == JS_PROXY_TYPE || WASM_ARRAY_TYPE == JS_GLOBAL_OBJECT_TYPE || WASM_ARRAY_TYPE == JS_GLOBAL_PROXY_TYPE || WASM_ARRAY_TYPE == JS_MODULE_NAMESPACE_TYPE || WASM_ARRAY_TYPE == JS_SPECIAL_API_OBJECT_TYPE || WASM_ARRAY_TYPE == JS_PRIMITIVE_WRAPPER_TYPE)' "(WASM_ARRAY_TYPE >= FIRST_JS_RECEIVER_TYPE && WASM_ARRAY_TYPE <= LAST_CUSTOM_ELEMENTS_RECEIVER) == (IF_WASM(EXPAND, WASM_ARRAY_TYPE == WASM_STRUCT_TYPE || WASM_ARRAY_TYPE == WASM_ARRAY_TYPE ||) WASM_ARRAY_TYPE == JS_PROXY_TYPE || WASM_ARRAY_TYPE == JS_GLOBAL_OBJECT_TYPE || WASM_ARRAY_TYPE == JS_GLOBAL_PROXY_TYPE || WASM_ARRAY_TYPE == JS_MODULE_NAMESPACE_TYPE || WASM_ARRAY_TYPE == JS_SPECIAL_API_OBJECT_TYPE || WASM_ARRAY_TYPE == JS_PRIMITIVE_WRAPPER_TYPE)"
TORQUE_ASSIGNED_INSTANCE_TYPE_LIST(CHECK_INSTANCE_TYPE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant