Skip to content

Commit

Permalink
UCT/MEM/TEST: ignore large stack allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-shalev committed Jul 2, 2024
1 parent 17dcbbd commit 3fb6705
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/gtest/uct/test_mem.cc
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ UCS_TEST_P(test_mem, md_alloc) {
}
}

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wframe-larger-than="
UCS_TEST_P(test_mem, md_fixed) {
std::vector<md_resource> md_resources;
uct_md_attr_t md_attr;
Expand Down Expand Up @@ -217,6 +219,7 @@ UCS_TEST_P(test_mem, md_fixed) {
uct_md_close(md);
}
}
#pragma GCC diagnostic pop


UCS_TEST_P(test_mem, mmap_fixed) {
Expand Down

0 comments on commit 3fb6705

Please sign in to comment.