Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Commit

Permalink
Bug 1474254 -- Disable test Jemalloc.JunkPoison for Windows ccov builds.
Browse files Browse the repository at this point in the history
Summary: GTest is permafailing on Windows because of timeout.

Reviewers: glandium

Reviewed By: glandium

Bug #: 1474254

Differential Revision: https://phabricator.services.mozilla.com/D2043
  • Loading branch information
calixteman committed Jul 27, 2018
1 parent 212de0e commit 60b9fe4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions memory/gtest/TestJemalloc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ TEST(Jemalloc, InPlace)
// moz_dispose_arena(arena);
}

// Bug 1474254: disable this test for windows ccov builds because it leads to timeout.
#if !defined(XP_WIN) || !defined(MOZ_CODE_COVERAGE)
TEST(Jemalloc, JunkPoison)
{
jemalloc_stats_t stats;
Expand Down Expand Up @@ -622,3 +624,4 @@ TEST(Jemalloc, JunkPoison)
// Until Bug 1364359 is fixed it is unsafe to call moz_dispose_arena.
// moz_dispose_arena(buf_arena);
}
#endif

0 comments on commit 60b9fe4

Please sign in to comment.