Skip to content

Commit df6d6c9

Browse files
[Scudo] Disable ScudoCombinedTests.NewType (#189070)
This is failing in some configurations on AArch64 Linux. Given there are a lot of follow-up commits that makes this hard to revert, just disable it for now pending future investigation.
1 parent ba44df4 commit df6d6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/scudo/standalone/tests/combined_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1728,7 +1728,7 @@ TEST(ScudoCombinedDeathTest, AlignTypeMismatch) {
17281728

17291729
// Scudo currently cannot verify that a pointer allocated with an aligned
17301730
// new/new [] is deallocated with an aligned delete/delete [].
1731-
TEST(ScudoCombinedTest, NewType) {
1731+
TEST(ScudoCombinedTest, DISABLED_NewType) {
17321732
ScopedScudoOptions Options("dealloc_type_mismatch=true");
17331733

17341734
using AllocatorT = scudo::Allocator<TestMatchConfig>;

0 commit comments

Comments
 (0)