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

[ unittest ] Remove improperly formulated TCs @open sesame 10/23 13:26 #2765

Merged
merged 2 commits into from
Oct 24, 2024

Commits on Oct 23, 2024

  1. [ unittest ] Remove unproperly formulated TCs

    - unittest_nntrainer_modelfile have not been initialized properly, and fixing this issue shown multiple failing TCS.
    - Temporally remove TCs, and upcoming commit will introduce them
    
    **Self evaluation:**
    1. Build test:     [X]Passed [ ]Failed [ ]Skipped
    2. Run test:     [X]Passed [ ]Failed [ ]Skipped
    
    Signed-off-by: skykongkong8 <ss.kong@samsung.com>
    skykongkong8 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2796ea2 View commit details
    Browse the repository at this point in the history
  2. [ unittest ] Duplicated TC name

    - current upstream includes duplicated TC : copy_and_shares_variable_03_p
    - remove duplicated TC name from unittest_nntrainer_tensor.cpp
    
    **Self evaluation:**
    1. Build test:     [X]Passed [ ]Failed [ ]Skipped
    2. Run test:     [X]Passed [ ]Failed [ ]Skipped
    
    Signed-off-by: skykongkong8 <ss.kong@samsung.com>
    skykongkong8 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    77fcddc View commit details
    Browse the repository at this point in the history