Skip to content

Commit

Permalink
[chore] Disable libc++ tests on msan run because they time out on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Nov 8, 2023
1 parent ee3b200 commit ccf75c6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/CXX/symex/libc++/can_catch_test.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// REQUIRES: not-msan
// Disabling msan because it times out on CI
// REQUIRES: uclibc
// REQUIRES: libcxx
// REQUIRES: eh-cxx
Expand Down
2 changes: 2 additions & 0 deletions test/CXX/symex/libc++/exception_inheritance.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// REQUIRES: not-msan
// Disabling msan because it times out on CI
// REQUIRES: uclibc
// REQUIRES: libcxx
// REQUIRES: eh-cxx
Expand Down
2 changes: 2 additions & 0 deletions test/CXX/symex/libc++/landingpad.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// REQUIRES: not-msan
// Disabling msan because it times out on CI
// Testcase for proper handling of
// c++ type, constructors and destructors.
// Based on: https://gcc.gnu.org/wiki/Dwarf2EHNewbiesHowto
Expand Down
2 changes: 2 additions & 0 deletions test/CXX/symex/libc++/rethrow.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// REQUIRES: not-msan
// Disabling msan because it times out on CI
// REQUIRES: uclibc
// REQUIRES: libcxx
// REQUIRES: eh-cxx
Expand Down
2 changes: 2 additions & 0 deletions test/CXX/symex/libc++/throw_specifiers.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// REQUIRES: not-msan
// Disabling msan because it times out on CI
// Testcase for proper handling of
// throw specifications on functions
// REQUIRES: uclibc
Expand Down
2 changes: 2 additions & 0 deletions test/CXX/symex/libc++/throwing_exception_destructor.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// REQUIRES: not-msan
// Disabling msan because it times out on CI
// Testcase for proper handling of exception destructors that throw.
// REQUIRES: uclibc
// REQUIRES: libcxx
Expand Down

0 comments on commit ccf75c6

Please sign in to comment.