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

run ubsan in the pipeline for test_gctorture_1 #1257

Open
skrynski opened this issue Oct 28, 2023 · 0 comments
Open

run ubsan in the pipeline for test_gctorture_1 #1257

skrynski opened this issue Oct 28, 2023 · 0 comments

Comments

@skrynski
Copy link
Collaborator

skrynski commented Oct 28, 2023

The current task definition in the comment that ubsan is used but it isn't. We should run in 'sanitize' mode

# Run ubsan and gc torture

test_gctorture_1:
  image: registry.gitlab.com/rirvm/rir_mirror:$CI_COMMIT_SHA
  variables:
    GIT_STRATEGY: none
    PIR_LLVM_OPT_LEVEL: 0
  stage: Run tests
  needs:
    - rir_container
  except:
    - schedules
  script:
    - /opt/rir/container/install-test-deps.sh
    **- cd /opt/rir/build/release**
    - R_GCTORTURE=5000 bin/gnur-make-tests check || $SAVE_LOGS

Otherwise, we could run bin/gnur-make-tests check in the sanitize task.

@skrynski skrynski changed the title run ubsan in thepipeline for test_gctorture_1 run ubsan in the pipeline for test_gctorture_1 Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant