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

[tests] Refactor cache test to gTest #1652

Merged
merged 38 commits into from
Oct 27, 2023
Merged

[tests] Refactor cache test to gTest #1652

merged 38 commits into from
Oct 27, 2023

Commits on Jun 22, 2022

  1. Adding GoogleTest to Test framework

    root authored and root committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    ec5fe42 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Added cache.cpp test to GoogleTest, to reduce duplicated code

    root authored and root committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    81b73f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Add cache test to GoogleTest

    root authored and root committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    9254c80 View commit details
    Browse the repository at this point in the history
  2. LWPTUNA-53-1: Moved Cache.cpp and updated with googletest TEST()

    root authored and root committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    8f1216e View commit details
    Browse the repository at this point in the history
  3. Clean up gtest/CMakeLists.txt

    root authored and root committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    7e5303d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. PR#1611: Refactored activation test with GoogleTest

    root authored and root committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    1f0d964 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Added new include directories to eliminate the dependancy of specifiy…

    …ing up-level directory when including header files
    root authored and root committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    4f8ab4b View commit details
    Browse the repository at this point in the history
  2. Resolve Target not found CMake error on roc::rocblas

    root authored and root committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    0639314 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Test if activation.cpp warning is causing CPPcheck failure in Hip Tidy

    root authored and root committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    12a2a3e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Fix Cppcheck warnings

    root authored and root committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    1a8dda4 View commit details
    Browse the repository at this point in the history
  2. Revert "Fix Cppcheck warnings"

    This reverts commit 1a8dda4.
    xinlipn authored and xinlipn committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    e69fd6b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Reverted changes of activation and cache tests, moved them to sl/test…

    …_activation, this branch is for GoogleTest Demo only
    xinlipn authored and xinlipn committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    3e2a68b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Bump up CMake ver from 3.5 to 3.11 to support FetechContent

    xinlipn authored and xinlipn committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    fddcb45 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Refactor cache test with GoogleTest based on sl/google+test branch

    xinlipn authored and xinlipn committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    c1a60e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Cleaned #include and debug output in cache.cpp

    xinlipn authored and xinlipn committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    e685899 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Reformat code per bghimireamd's input

    xinlipn authored and xinlipn committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    5e6cf32 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Removed duplicated code from gtest/CMakeLists.txt, moved include(Goog…

    …leTest) to googletest.cmake for cleaner code
    xinlipn authored and xinlipn committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    1444a81 View commit details
    Browse the repository at this point in the history
  2. Fix link error: Target test_cache links to target roc::rocblas but th…

    …e target was not found
    xinlipn authored and xinlipn committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    d503e99 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    b154940 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. change hello_test to hello_gtest to avoid conflicts in fin

    xinlipn authored and xinlipn committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    eec0038 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c31fa22 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    e3d2e50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c92c11 View commit details
    Browse the repository at this point in the history
  3. Clean up code

    xinlipn authored and xinlipn committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    81527d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Removed rocblas from this file

    xinlipn authored and xinlipn committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    88fcbc2 View commit details
    Browse the repository at this point in the history
  2. rocblas is needed and revert the changes in CMakeLists

    xinlipn authored and xinlipn committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    91806b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Remove unrlated changes to this PR

    xinlipn authored and xinlipn committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    0f4f58d View commit details
    Browse the repository at this point in the history
  2. Revert "Remove unrlated changes to this PR"

    This reverts commit 0f4f58d.
    xinlipn authored and xinlipn committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    9d1f860 View commit details
    Browse the repository at this point in the history
  3. Remove include(GoogleTest)

    xinlipn authored and xinlipn committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    7cf20e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Remove duplicates

    xinlipn authored and xinlipn committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    4b2780a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Revert DockerFile to develop

    xinlipn committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f1a43a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    945c6e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    da3594e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    726858d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    ae496bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b461cf5 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    ca99768 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    10fa425 View commit details
    Browse the repository at this point in the history