Skip to content

Commit

Permalink
#2068: disable vtAssert test for Intel Classic compiler
Browse files Browse the repository at this point in the history
Test segfaults when built with icpc 2021.8.0.
  • Loading branch information
cz4rs committed Mar 21, 2023
1 parent edf105d commit 62ddaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/runtime/test_preconfig.nompi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace vt { namespace tests { namespace unit {

struct TestPreconfig : TestHarness { };

#if not vt_check_enabled(production_build)
#if not vt_check_enabled(production_build) and not defined(__INTEL_COMPILER)
TEST_F(TestPreconfig, test_vt_assert) {
EXPECT_EQ(vt::debug::preConfig()->vt_throw_on_abort, true)
<< "vt_throw_on_abort should be enabled by default";
Expand Down

0 comments on commit 62ddaa4

Please sign in to comment.