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

Fix running tarantool-tests/lj-802-panic-at-mcode-protfail.test.lua for LuaJIT built by GCC + ASAN #9856

Closed
ligurio opened this issue Mar 21, 2024 · 1 comment
Assignees
Labels
duplicate This issue or pull request already exists luajit

Comments

@ligurio
Copy link
Member

ligurio commented Mar 21, 2024

test/tarantool-tests/CMakeLists.txt:

+# Test is broken when GCC with enabled ASAN is used.
+if (LUAJIT_USE_ASAN AND (CMAKE_C_COMPILER_ID STREQUAL "GNU"))
+  set(test_title test/tarantool-tests/lj-802-panic-at-mcode-protfail.test.lua)
+  set_tests_properties(${test_title} PROPERTIES
+    DISABLED True
+  )
+endif()
@ligurio ligurio added the luajit label Mar 21, 2024
@ligurio ligurio self-assigned this Mar 21, 2024
@Buristan
Copy link
Collaborator

Duplicate of #9656.

@Buristan Buristan added the duplicate This issue or pull request already exists label Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists luajit
Projects
None yet
Development

No branches or pull requests

2 participants