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

Add Smoke tests for ASan. #879

Merged
merged 6 commits into from
May 4, 2024
Merged

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    6a25bf3 View commit details
    Browse the repository at this point in the history
  2. Address Comments.

    1. Add a new makefile target 'check-asan'. 'check-asan' is capable of
       getting both the filecheck_status and test_status.
    
    2. Remove dependency of AOMP_SANITIZER on AOMP_BUILD_SANITIZER.
    
    3. Utilize the AOMP_SANITIZER environtment variable in check_smoke.sh to enable
       check-asan target for both parallel and sequential builds.
    ampandey-1995 authored and ampandey-AMD committed May 3, 2024
    Configuration menu
    Copy the full SHA
    bad8fcc View commit details
    Browse the repository at this point in the history
  3. Minor Fixes

    ampandey-1995 authored and ampandey-AMD committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c1da6ae View commit details
    Browse the repository at this point in the history
  4. Addressing Comments.

    1. Add comments related to documentation for check-asan target.
    2. Ensure that check-asan target should only be executed for smoke-asan
       tests.
    ampandey-AMD committed May 3, 2024
    Configuration menu
    Copy the full SHA
    3ed4b09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6356277 View commit details
    Browse the repository at this point in the history
  6. Add AOMP ASan Smoke testing using command line arguments.

    Usage: ./run_rocm_test.sh -a
    ampandey-AMD committed May 3, 2024
    Configuration menu
    Copy the full SHA
    af84472 View commit details
    Browse the repository at this point in the history