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

[build] Support executing manually-specified cpp tests for run_tests.py #6206

Merged
merged 2 commits into from
Sep 29, 2022

Conversation

jim19930609
Copy link
Contributor

@jim19930609 jim19930609 commented Sep 29, 2022

Issue: #

After this PR, we're able to run user-specified cpp tests via python tests/run_tests.py -cpp -k xxx.

Supports C-API tests, AOT tests and regular tests.

  1. C-API tests: python3 tests/run_tests.py --cpp -k CapiAotTest.*Field
    2022-09-29 18-11-55 的屏幕截图

  2. AOT tests: python3 tests/run_tests.py --cpp -k LlvmAotTest.Cuda.*
    2022-09-29 18-13-30 的屏幕截图

  3. Regular cpp tests: python3 tests/run_tests.py --cpp -k Scalarize.*
    2022-09-29 18-14-25 的屏幕截图

@netlify
Copy link

netlify bot commented Sep 29, 2022

Deploy Preview for docsite-preview canceled.

Name Link
🔨 Latest commit 4bbe95c
🔍 Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/633572c645ab97000840a196

@PENGUINLIONG
Copy link
Member

lgtm!

@ailzhang ailzhang merged commit 94bda43 into taichi-dev:master Sep 29, 2022
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

Successfully merging this pull request may close these issues.

3 participants